| | 1 | dettool options (2006/12/14) |
| | 2 | partially updated 2008/03/26 |
| | 3 | |
| | 4 | Usage: dettool <mode> [<options>] |
| | 5 | |
| | 6 | <mode>: |
| | 7 | -pending list active detruns |
| | 8 | -definebytag |
| | 9 | -definebyquery |
| | 10 | -definebydetrun |
| | 11 | -makecorrection |
| | 12 | -tocorrectexp |
| | 13 | -tocorrectimfile |
| | 14 | -addcorrectimfile |
| | 15 | -raw |
| | 16 | -runs |
| | 17 | -childlessrun |
| | 18 | -input |
| | 19 | -toprocessedimfile |
| | 20 | -addprocessedimfile |
| | 21 | -processedimfile |
| | 22 | -revertprocessedimfile |
| | 23 | -toprocessedexp |
| | 24 | -addprocessedexp |
| | 25 | -revertprocessedexp |
| | 26 | -processedexp |
| | 27 | -tostacked |
| | 28 | -addstacked |
| | 29 | -stacked |
| | 30 | -revertstacked |
| | 31 | -tonormalize |
| | 32 | -addnormalizedstat |
| | 33 | -normalizedstat |
| | 34 | -revertnormalizedstat |
| | 35 | -tonormalizedstat |
| | 36 | -addnormalizedimfile |
| | 37 | -normalizedimfile |
| | 38 | -revertnormalizedimfile |
| | 39 | -tonormalizedexp |
| | 40 | -addnormalizedexp |
| | 41 | -normalizedexp |
| | 42 | -revertnormalizedexp |
| | 43 | -toresidimfile |
| | 44 | -addresidimfile |
| | 45 | -residimfile |
| | 46 | -revertresidimfile |
| | 47 | -toresidexp |
| | 48 | -addresidexp |
| | 49 | -residexp |
| | 50 | -revertresidexp |
| | 51 | -todetrunsummary |
| | 52 | -updateresidexp |
| | 53 | -adddetrunsummary |
| | 54 | -detrunsummary |
| | 55 | -revertdetrunsummary |
| | 56 | -updatedetrun |
| | 57 | -rerun |
| | 58 | -register_detrend |
| | 59 | -register_detrend_imfile |
| | 60 | |
| | 61 | Pan-STARRS Detrend Tool |
| | 62 | Usage: dettool <mode> [<options>] |
| | 63 | |
| | 64 | <mode> : |
| | 65 | |
| | 66 | -pending Optional arguments, with default values: |
| | 67 | -exp_tag () search by exposure ID |
| | 68 | -exp_type () search by exposure type |
| | 69 | -inst () search by camera |
| | 70 | -telescope () search by telescope |
| | 71 | -filter () search by filter |
| | 72 | -uri () search by URL |
| | 73 | -simple (FALSE) use the simple output format |
| | 74 | -definebytag |
| | 75 | |
| | 76 | ''Use this mode to specify a list of particular exposures to use by providing their exposure tags'' |
| | 77 | |
| | 78 | Optional arguments, with default values: |
| | 79 | -exp_tag () include this exposure (multiple OK, required) |
| | 80 | -det_type () define the type of detrend run (required) |
| | 81 | -mode (master) define the mode of this detrend run |
| | 82 | -exp_type () define exposure type |
| | 83 | -filter () define filter |
| | 84 | -airmass (nan) define airmass |
| | 85 | -exp_time (nan) define exposure time |
| | 86 | -ccd_temp (nan) define ccd tempature |
| | 87 | -posang (nan) define rotator position angle |
| | 88 | -object () define exposure object |
| | 89 | -registered (2006-12-14T20:09:48.0) time detrend run was registered |
| | 90 | -use_begin () start of detrend run applicable peroid |
| | 91 | -use_end () end of detrend run applicable peroid |
| | 92 | -simple (FALSE) use the simple output format |
| | 93 | -definebyquery |
| | 94 | |
| | 95 | ''Use this mode to select exposures based on a set of search parameters'' |
| | 96 | |
| | 97 | Optional arguments, with default values: |
| | 98 | -det_type () define the type of detrend run (required) |
| | 99 | -mode (master) define the mode of this detrend run |
| | 100 | -exp_type () define exposure type |
| | 101 | -filter () define filter |
| | 102 | -airmass (nan) define airmass |
| | 103 | -exp_time (nan) define exposure time |
| | 104 | -ccd_temp (nan) define ccd tempature |
| | 105 | -posang (nan) define rotator position angle |
| | 106 | -object () define exposure object |
| | 107 | -registered (2006-12-14T20:09:48.0) time detrend run was registered |
| | 108 | -use_begin () start of detrend run applicable peroid |
| | 109 | -use_end () end of detrend run applicable peroid |
| | 110 | -select_exp_type () search for exp_type |
| | 111 | -select_inst () search for camera |
| | 112 | -select_telescope () search for telescope |
| | 113 | -select_filter () search for filter |
| | 114 | -select_uri () search for uri |
| | 115 | -select_dateobs_begin () search for exposures by time (>=) |
| | 116 | -select_dateobs_end () search for exposures by time (<) |
| | 117 | -pretend (FALSE) print the exposures that would be included in the detrend run and exit |
| | 118 | -simple (FALSE) use the simple output format |
| | 119 | -definebydetrun Optional arguments, with default values: |
| | 120 | -det_id () det ID to base a new detRun on (required) |
| | 121 | -set_det_type () define the type of detrend run (required) |
| | 122 | -set_mode (master) define the mode of this detrend run |
| | 123 | -set_exp_type () define exposure type |
| | 124 | -set_filter () define filter |
| | 125 | -set_airmass (nan) define airmass |
| | 126 | -set_exp_time (nan) define exposure time |
| | 127 | -set_ccd_temp (nan) define ccd tempature |
| | 128 | -set_posang (nan) define rotator position angle |
| | 129 | -set_object () define exposure object |
| | 130 | -set_registered (2006-12-14T20:09:48.0) time detrend run was registered |
| | 131 | -set_use_begin () start of detrend run applicable peroid |
| | 132 | -set_use_end () end of detrend run applicable peroid |
| | 133 | -filter_input_begin () filter input detrun exp to be in this peroid |
| | 134 | -filter_input_end () filter input detrun exp to be in this peroid |
| | 135 | -simple (FALSE) use the simple output format |
| | 136 | -raw Optional arguments, with default values: |
| | 137 | -simple (FALSE) use the simple output format |
| | 138 | -runs Optional arguments, with default values: |
| | 139 | -det_type () search for type of detrend run |
| | 140 | -simple (FALSE) use the simple output format |
| | 141 | -input Optional arguments, with default values: |
| | 142 | -det_id () search for detrend ID |
| | 143 | -iteration (0) define iteration number |
| | 144 | -exp_tag () search for exp ID |
| | 145 | -simple (FALSE) use the simple output format |
| | 146 | -toprocessedimfile Optional arguments, with default values: |
| | 147 | -det_id () search for detrend ID |
| | 148 | -exp_tag () search for exp ID |
| | 149 | -class_id () search for class ID |
| | 150 | -limit (0) limit result set to N items |
| | 151 | -simple (FALSE) use the simple output format |
| | 152 | -addprocessedimfile Optional arguments, with default values: |
| | 153 | -det_id () define detrend ID (required) |
| | 154 | -exp_tag () define exp ID (required) |
| | 155 | -class_id () define class ID (required) |
| | 156 | -uri () define URI (required) |
| | 157 | -recip () define recipe (required) |
| | 158 | -bg (nan) define exposue background |
| | 159 | -bg_stdev (nan) define exposue background stdev |
| | 160 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 161 | -b1_uri () define banana 1 |
| | 162 | -b2_uri () define banana 2 |
| | 163 | -processedimfile Optional arguments, with default values: |
| | 164 | -det_id () search for detrend ID |
| | 165 | -exp_tag () search for exp ID |
| | 166 | -class_id () search for class ID |
| | 167 | -chip (FALSE) restrict results to completed 'chip' sets |
| | 168 | -exp (FALSE) restrict results to complete 'exposures' |
| | 169 | -included (FALSE) restrict results to exposures 'includeded' in the current iteration |
| | 170 | -simple (FALSE) use the simple output format |
| | 171 | -toprocessedexp Optional arguments, with default values: |
| | 172 | -limit (0) limit result set to N items |
| | 173 | -simple (FALSE) use the simple output format |
| | 174 | -addprocessedexp Optional arguments, with default values: |
| | 175 | -det_id () define detrend ID (required) |
| | 176 | -exp_tag () define detrend ID (required) |
| | 177 | -recip () define recipe (required) |
| | 178 | -bg (nan) define exposue background |
| | 179 | -bg_stdev (nan) define exposue background stdev |
| | 180 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 181 | -b1_uri () define banana 1 |
| | 182 | -b2_uri () define banana 2 |
| | 183 | -processedexp Optional arguments, with default values: |
| | 184 | -det_id () define detrend ID (required) |
| | 185 | -exp_tag () define detrend ID (required) |
| | 186 | -simple (FALSE) use the simple output format |
| | 187 | -tostacked Optional arguments, with default values: |
| | 188 | -limit (0) limit result set to N items |
| | 189 | -simple (FALSE) use the simple output format |
| | 190 | -addstacked Optional arguments, with default values: |
| | 191 | -det_id () define detrend ID (required) |
| | 192 | -iteration (0) define iteration number |
| | 193 | -class_id () define class ID (required) |
| | 194 | -recip () define recipe (required) |
| | 195 | -bg (nan) define exposue background |
| | 196 | -bg_stdev (nan) define exposue background stdev |
| | 197 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 198 | -uri () define URI (required) |
| | 199 | -stacked Optional arguments, with default values: |
| | 200 | -det_id () search for detrend ID |
| | 201 | -iteration (0) search for iteration number |
| | 202 | -class_id () search for class ID |
| | 203 | -recip () search for recipe |
| | 204 | -simple (FALSE) use the simple output format |
| | 205 | -tonormalize Optional arguments, with default values: |
| | 206 | -limit (0) limit result set to N items |
| | 207 | -simple (FALSE) use the simple output format |
| | 208 | -addnormalizedstat Optional arguments, with default values: |
| | 209 | -det_id () define detrend ID (required) |
| | 210 | -iteration (0) define iteration number |
| | 211 | -class_id () define class ID |
| | 212 | -norm (nan) define normal value (required) |
| | 213 | -tonormalizedstat Optional arguments, with default values: |
| | 214 | -limit (0) limit result set to N items |
| | 215 | -simple (FALSE) use the simple output format |
| | 216 | -addnormalizedimfile Optional arguments, with default values: |
| | 217 | -det_id () define detrend ID (required) |
| | 218 | -iteration (0) define iteration number |
| | 219 | -class_id () define class ID (required) |
| | 220 | -uri () define URI (required) |
| | 221 | -bg (nan) define exposue background |
| | 222 | -bg_stdev (nan) define exposue background stdev |
| | 223 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 224 | -b1_uri () define banana 1 |
| | 225 | -b2_uri () define banana 2 |
| | 226 | -normalizedimfile Optional arguments, with default values: |
| | 227 | -det_id () search for detrend ID (required) |
| | 228 | -iteration (0) search for iteration number |
| | 229 | -class_id () search for class ID |
| | 230 | -recip () search for recipe |
| | 231 | -simple (FALSE) use the simple output format |
| | 232 | -tonormalizedexp Optional arguments, with default values: |
| | 233 | -limit (0) limit result set to N items |
| | 234 | -simple (FALSE) use the simple output format |
| | 235 | -addnormalizedexp Optional arguments, with default values: |
| | 236 | -det_id () define detrend ID (required) |
| | 237 | -iteration (0) define iteration number |
| | 238 | -recip () search for recipe |
| | 239 | -bg (nan) define exposue background |
| | 240 | -bg_stdev (nan) define exposue background stdev |
| | 241 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 242 | -b1_uri () define banana 1 |
| | 243 | -b2_uri () define banana 2 |
| | 244 | -normalizedexp Optional arguments, with default values: |
| | 245 | -det_id () define detrend ID (required) |
| | 246 | -iteration (0) define iteration number |
| | 247 | -recip () search for recipe |
| | 248 | -bg (nan) define exposue background |
| | 249 | -bg_stdev (nan) define exposue background stdev |
| | 250 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 251 | -b1_uri () define banana 1 |
| | 252 | -b2_uri () define banana 2 |
| | 253 | -simple (FALSE) use the simple output format |
| | 254 | -toresidimfile Optional arguments, with default values: |
| | 255 | -limit (0) limit result set to N items |
| | 256 | -simple (FALSE) use the simple output format |
| | 257 | -addresidimfile Optional arguments, with default values: |
| | 258 | -det_id () define detrend ID (required) |
| | 259 | -iteration (0) define iteration number |
| | 260 | -exp_tag () define detrend ID (required) |
| | 261 | -class_id () define class ID (required) |
| | 262 | -uri () define resid file URI (required) |
| | 263 | -recip () define recipe (required) |
| | 264 | -bg (nan) define exposue background |
| | 265 | -bg_stdev (nan) define exposue background stdev |
| | 266 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 267 | -b1_uri () define banana 1 |
| | 268 | -b2_uri () define banana 2 |
| | 269 | -residimfile Optional arguments, with default values: |
| | 270 | -det_id () search for detrend ID (required) |
| | 271 | -iteration (0) search for iteration number |
| | 272 | -exp_tag () define detrend ID (required) |
| | 273 | -class_id () search for class ID |
| | 274 | -recip () search for recipe |
| | 275 | -simple (FALSE) use the simple output format |
| | 276 | -toresidexp Optional arguments, with default values: |
| | 277 | -limit (0) limit result set to N items |
| | 278 | -simple (FALSE) use the simple output format |
| | 279 | -addresidexp Optional arguments, with default values: |
| | 280 | -det_id () define detrend ID (required) |
| | 281 | -iteration (0) define iteration number |
| | 282 | -exp_tag () define detrend ID (required) |
| | 283 | -recip () define recipe (required) |
| | 284 | -bg (nan) define exposue background |
| | 285 | -bg_stdev (nan) define exposue background stdev |
| | 286 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 287 | -b1_uri () define banana 1 |
| | 288 | -b2_uri () define banana 2 |
| | 289 | -reject (FALSE) exposure is not to be stacked in the next iteration |
| | 290 | -residexp Optional arguments, with default values: |
| | 291 | -det_id () search for detrend ID (required) |
| | 292 | -iteration (0) search for iteration number |
| | 293 | -exp_tag () search for exp ID |
| | 294 | -recip () search for recipe |
| | 295 | -reject (FALSE) search for acceptable residuals |
| | 296 | -simple (FALSE) use the simple output format |
| | 297 | -residdetrun Optional arguments, with default values: |
| | 298 | -simple (FALSE) use the simple output format |
| | 299 | -updateresidexp Optional arguments, with default values: |
| | 300 | -det_id () define detrend ID |
| | 301 | -iteration (0) define iteration number |
| | 302 | -exp_tag () define exp ID |
| | 303 | -recip () define recipe |
| | 304 | -bg (nan) define exposue background |
| | 305 | -bg_stdev (nan) define exposue background stdev |
| | 306 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 307 | -b1_uri () define banana 1 |
| | 308 | -b2_uri () define banana 2 |
| | 309 | -reject (FALSE) exposure is not to be stacked in the next iteration |
| | 310 | -adddetrunsummary Optional arguments, with default values: |
| | 311 | -det_id () define detrend ID (required) |
| | 312 | -iteration (0) define iteration number |
| | 313 | -bg (nan) define exposue background |
| | 314 | -bg_stdev (nan) define exposue background stdev |
| | 315 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 316 | -accept (FALSE) declare that this detrun iteration is accepted as a master |
| | 317 | -detrunsummary Optional arguments, with default values: |
| | 318 | -det_id () search for detrend ID |
| | 319 | -iteration (0) search for iteration number |
| | 320 | -simple (FALSE) use the simple output format |
| | 321 | -updatedetrun Optional arguments, with default values: |
| | 322 | -det_id () search for detrend master for detrend ID (required) |
| | 323 | -again (FALSE) start a new iteration of this detrend run |
| | 324 | -state () set the state of this detrend run |
| | 325 | -rerun |
| | 326 | |
| | 327 | ''Start a new iteration of the specified detRun, providing an explicit list of the exposures to include. Useful if you've got a problem exposure that is not being weeded out by the rejections.'' |
| | 328 | |
| | 329 | Optional arguments, with default values: |
| | 330 | -det_id () search for detrend master for detrend ID (required) |
| | 331 | -exp_tag () include this exposure (multiple OK, required) |
| | 332 | -register_detrend Optional arguments, with default values: |
| | 333 | -det_type () define the type of detrend run (required) |
| | 334 | -mode (master) define the mode of this detrend run |
| | 335 | -exp_type () define exposure type |
| | 336 | -filter () define filter |
| | 337 | -airmass (nan) define airmass |
| | 338 | -exp_time (nan) define exposure time |
| | 339 | -ccd_temp (nan) define ccd tempature |
| | 340 | -posang (nan) define rotator position angle |
| | 341 | -object () define exposure object |
| | 342 | -registered (2006-12-14T20:09:48.0) time detrend run was registered |
| | 343 | -use_begin () start of detrend run applicable peroid |
| | 344 | -use_end () end of detrend run applicable peroid |
| | 345 | -bg (nan) define exposue background |
| | 346 | -bg_stdev (nan) define exposue background stdev |
| | 347 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 348 | -simple (FALSE) use the simple output format |
| | 349 | -register_detrend_imfile Optional arguments, with default values: |
| | 350 | -det_id () define detrend ID (required) |
| | 351 | -class_id () search for class ID (required) |
| | 352 | -uri () define resid file URI (required) |
| | 353 | -bg (nan) define exposue background |
| | 354 | -bg_stdev (nan) define exposue background stdev |
| | 355 | -bg_mean_stdev (nan) define exposue background mean stdev |
| | 356 | -b1_uri () define banana 1 |
| | 357 | -b2_uri () define banana 2 |
| | 358 | -revertprocessedimfile |
| | 359 | -revertprocessedexp |
| | 360 | -revertstacked |
| | 361 | -revertnormalizedstat |
| | 362 | -revertnormalizedimfile |
| | 363 | -revertnormalizedexp |
| | 364 | -revertresidimfile |
| | 365 | -revertresidexp |
| | 366 | -revertdetrunsummary |
| | 367 | |
| | 368 | ''When a detRun fails and raises a fault flag in the database, it will not proceed until the fault is cleared. Use this family of modes to clear fault flags from the corresponding table (i.e. use -revertprocessedimfile for the detProcessedImfile table)'' |
| | 369 | |
| | 370 | Optional arguments, vary somewhat by mode: |
| | 371 | -det_id search for detrend ID (required) |
| | 372 | -exp_id search by exposure ID |
| | 373 | -class_id search by class ID |
| | 374 | -code search by fault code |