File: mDAG.1

package info (click to toggle)
montage 6.0%2Bdfsg-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 23,120 kB
  • sloc: ansic: 205,662; python: 1,621; makefile: 1,547; javascript: 1,338; sh: 157; xml: 48
file content (185 lines) | stat: -rw-r--r-- 4,698 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
.TH MDAG 1 "Dec 2016" "Montage 5" "Montage"
.SH NAME
mDAG \- Create a Directed Acyclic Graph (DAG) for Pegasus

.SH SYNOPSIS

mDAG survey band objstr width height cdelt
workdir workurlbase [urlbase]



mDAG \-h survey band hdrfile workdir workurlbase [urlbase]


.SH DESCRIPTION

mDAG creates an XML-based Directed Acyclic Graph (DAG) that specifies  "jobs"
or Montage modules to be run to produce a mosaic,  "files" to be
consumed or generated during processing (input, intermediate, and output
files), and "dependencies" between jobs and files that imply an order
in which jobs should be run.  In this "abstract graph", logical names are
assigned to jobs and files.  The abstract graph is intended to be an input
to a job scheduler, such as Pegasus in the Chimera Virtual Data System.


.SH OPTIONS
.TP
\-h

Output mosaic is based on a header file rather than explicit object name (for location), sizes and scale.


.SH ARGUMENTS
.TP
survey

mDAG has custom code for dealing with surveys (\fIe.g.\fP DSS) where we know
we have to use the slower mProject module rather than mProjectPP.

.TP
band

mDAG also has custom code for the 2MASS survey where Montage scales the data
to a project-specified magnitude zero point by band (J,H,K).

.TP
objstr

Object name, resolved through NED/SIMBAD for sky location.

.TP
width/height

Size of the image in degrees.

.TP
cdelt

Pixel scale in degrees.

.TP
hdrfile

Instead of objstr, width, height, and cdelt the user an provide a pre-built
FITS header.

.TP
workdir

There are a collection of files the processing will need ane which mDAG creates.
The user needs to create a location for this and give it to mDAG.

.TP
workurlbase

While working, some files in the workspace are accessed via URL.  Again, this
needs to be set up by the user beforehand.

.TP
urlbase

Optionally, results can be made URL-accessible if this parameter is given.


.SH RESULT

If successful, the workspace will be populated with severeal tables and with
the "dag.xml" file to be given to the workflow manager.


.SH MESSAGES
.TP
ERROR
Error opening debug file
.TP
ERROR
Error opening header template file
.TP
ERROR
Error opening big header template file
.TP
ERROR
Error opening image list
.TP
ERROR
Error opening working file list for write
.TP
ERROR
Error opening working file list for read
.TP
ERROR
Error opening parent list
.TP
ERROR
Error opening sorted parent list
.TP
ERROR
Bad template: \fIfile\fP
.TP
ERROR
Output wcsinit() failed.
.TP
ERROR
\fIgeneral error message\fP
.TP
ERROR
No return message from object lookup.
.TP
ERROR
Invalid location specification or object name.
.TP
ERROR
Can't find RA in lookup return.
.TP
ERROR
Can't find Dec in lookup return.
.TP
ERROR
Couldn't find host \fIhostname\fP
.TP
ERROR
Couldn't create socket()
.TP
ERROR, msg=
\fIhostname\fP: connect failed.

.SH EXAMPLES
.TP
mDAG 2mass j m51 0.5 0.5 0.00277778 m51work http://montage-web.ipac.caltech.edu/workspace/m51
[struct stat="OK", id="20150904_095958_21631"]

.SH BUGS
The drizzle algorithm has been implemented but has not been tested
in this release.
.PP
If a header template contains carriage returns (i.e., created/modified
on a Windows machine), the cfitsio library will be unable to read it
properly, resulting in the error: [struct stat="ERROR", status=207,
msg="illegal character in keyword"]
.PP
It is best for the background correction algorithms if the area
described in the header template completely encloses all of the input
images in their entirety. If parts of input images are "chopped off"
by the header template, the background correction will be affected. We
recommend you use an expanded header for the reprojection and
background modeling steps, returning to the originally desired header
size for the final coaddition. The default background matching assumes
that there are no non-linear background variations in the individual
images (and therefore in the overlap differences). If there is any
uncertainty in this regard, it is safer to turn on the "level only"
background matching (the "\-l" flag in mBgModel.

.SH COPYRIGHT
2001-2015 California Institute of Technology, Pasadena, California
.PP
If your research uses Montage, please include the following
acknowledgement: "This research made use of Montage. It is funded by
the National Science Foundation under Grant Number ACI-1440620, and
was previously funded by the National Aeronautics and Space
Administration's Earth Science Technology Office, Computation
Technologies Project, under Cooperative Agreement Number NCC5-626
between NASA and the California Institute of Technology."
.PP
The Montage distribution includes an adaptation of the MOPEX algorithm
developed at the Spitzer Science Center.