Changeset 9056
- Timestamp:
- Sep 28, 2006, 5:24:09 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/ipptools/dettool.txt (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ipptools/dettool.txt
r9053 r9056 13 13 14 14 The "dettool -pending" command returns a list of unassociated 15 rawDetrendExp (rawDetrendExps that don't correspond to a exp_ idin15 rawDetrendExp (rawDetrendExps that don't correspond to a exp_tag in 16 16 detInputExp). 17 17 … … 23 23 exposure ids: 24 24 25 dettool -definebyexp -det_type <bias|dark|flat|fringe> -exp_ id 1 -exp_id2 ...25 dettool -definebyexp -det_type <bias|dark|flat|fringe> -exp_tag 1 -exp_tag 2 ... 26 26 27 27 The above two commands ("dettool -pending" and "dettool -definebyexp") … … 60 60 to detProcessedImfiles: 61 61 62 dettool -addprocessed -det_id <det_id> -exp_ id <exp_id> -class_id <class_id> -uri <processed_uri> -recip <ppImage_recipe> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -b1_uri <binned1_uri> -b2_uri <binned2_uri>62 dettool -addprocessed -det_id <det_id> -exp_tag <exp_tag> -class_id <class_id> -uri <processed_uri> -recip <ppImage_recipe> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -b1_uri <binned1_uri> -b2_uri <binned2_uri> 63 63 64 64 In practise, the above "ppImage" and "dettool -addprocessed" commands … … 75 75 id, a list of imfiles may be gathered using: 76 76 77 dettool -processed -exp_ id <exp_id>77 dettool -processed -exp_tag <exp_tag> 78 78 79 79 The output includes b1_uri, b2_uri, bg, bg_stdev and bg_mean_stdev for … … 85 85 the imfile statistics) is added into the database for the exposure: 86 86 87 dettool -addprocessedexp -exp_ id <exp_id> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -uri <jpeg_uri> -jpeg_uri <jpeg_uri>87 dettool -addprocessedexp -exp_tag <exp_tag> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -uri <jpeg_uri> -jpeg_uri <jpeg_uri> 88 88 89 89 In practise, the above "dettool -processed", "ppImage" and "dettool … … 215 215 For each exposure, we get the list of component imfiles: 216 216 217 dettool -normimfile -exp_ id <exp_id>217 dettool -normimfile -exp_tag <exp_tag> 218 218 219 219 This includes the statistics (bg, bg_stdev, bg_mean_stdev) and the … … 225 225 The statistics and JPEG uri are pushed into the database: 226 226 227 dettool -addnormexp -exp_ id <exp_id> -j1_uri <jpeg1_uri> -j2_uri <jpeg2_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat>227 dettool -addnormexp -exp_tag <exp_tag> -j1_uri <jpeg1_uri> -j2_uri <jpeg2_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> 228 228 229 229 In practise, the above three commands ("dettool -stackimfile", … … 249 249 The residual is then inserted into the database: 250 250 251 dettool -addresidimfile -det_id <det_id> -exp_ id <exp_id> -class_id <class_id> -recip <recipe> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -b1_uri <b1_fits> -b2_uri <b2_fits>251 dettool -addresidimfile -det_id <det_id> -exp_tag <exp_tag> -class_id <class_id> -recip <recipe> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -b1_uri <b1_fits> -b2_uri <b2_fits> 252 252 253 253 In practise, the above two commands ("ppImage" and "dettool … … 269 269 for that exposure: 270 270 271 dettool -residimfile -det_id <det_id> -iter <iter> -exp_ id <exp_id>271 dettool -residimfile -det_id <det_id> -iter <iter> -exp_tag <exp_tag> 272 272 273 273 For these, we create the mosaic jpeg images: … … 282 282 problems; these could be removed by other means): 283 283 284 dettool -addresidexp -det_id <det_id> -iter <iter> -exp_ id <exp_id> -recip <recipe> -j1_uri <uri_jpeg1> -j2_uri <uri_jpeg2> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> [-reject]284 dettool -addresidexp -det_id <det_id> -iter <iter> -exp_tag <exp_tag> -recip <recipe> -j1_uri <uri_jpeg1> -j2_uri <uri_jpeg2> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> [-reject] 285 285 286 286 where the "-reject" flag indicates that the exposure is not to be … … 312 312 run: 313 313 314 dettool -updateresidexp -det_id <det_id> -iter <iter> -exp_ id <exp_id> [-reject]314 dettool -updateresidexp -det_id <det_id> -iter <iter> -exp_tag <exp_tag> [-reject] 315 315 316 316 where the "-reject" flag indicates that the exposure is not to be … … 343 343 to accept and reject: 344 344 345 dettool -rerun -det_id <det_id> -iter <iter> -accept <exp_ id> -accept <exp_id> ... -reject <exp_id> -reject <exp_id> ...346 347 345 dettool -rerun -det_id <det_id> -iter <iter> -accept <exp_tag> -accept <exp_tag> ... -reject <exp_tag> -reject <exp_tag> ... 346 347
Note:
See TracChangeset
for help on using the changeset viewer.
