Changeset 8449
- Timestamp:
- Aug 21, 2006, 3:07:02 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/ipptools/dettool.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ipptools/dettool.txt
r8444 r8449 60 60 imfile to detProcessedImfiles: 61 61 62 dettool -addprocessed -det_id <det_id> -exp_id <exp_id> -class_id <class_id> -uri <processed_uri> -recipe <ppImage_recipe> - stats <stats>62 dettool -addprocessed -det_id <det_id> -exp_id <exp_id> -class_id <class_id> -uri <processed_uri> -recipe <ppImage_recipe> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> 63 63 64 64 In practise, the above "ppImage" and "dettool -addprocessed" commands … … 101 101 stacked class_id and and optionally marks it for normalization: 102 102 103 dettool -addstacked [-pleasenormalize] -det_id <det_id> -iter <iter> -class_id <class_id> -uri <stacked_uri> - stat <statistic>103 dettool -addstacked [-pleasenormalize] -det_id <det_id> -iter <iter> -class_id <class_id> -uri <stacked_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> 104 104 105 105 The "-pleasenormalize" flag indicates that the normalisation steps are … … 199 199 The residual is then inserted into the database: 200 200 201 dettool -addresidimfile -det_id <det_id> -exp_id <exp_id> -class_id <class_id> - stat <stat> -b1_uri <b1_fits> -b2_uri <b2_fits>201 dettool -addresidimfile -det_id <det_id> -exp_id <exp_id> -class_id <class_id> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> -b1_uri <b1_fits> -b2_uri <b2_fits> 202 202 203 203 In practise, the above two commands ("ppImage" and "dettool … … 234 234 problems; these could be removed by other means): 235 235 236 dettool -addresidexp -det_id <det_id> -iter <iter> -exp_id <exp_id> -b1_uri <uri_jpeg1> -b2_uri <uri_jpeg2> - stats <stats> [-reject]236 dettool -addresidexp -det_id <det_id> -iter <iter> -exp_id <exp_id> -b1_uri <uri_jpeg1> -b2_uri <uri_jpeg2> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> [-reject] 237 237 238 238 where the "-reject" flag indicates that the exposure is not to be … … 273 273 iteration: 274 274 275 dettool -updatedetrun -det_id <det_id> -iter <iter> - stat <stats> [-rerun|-ok|-stop]275 dettool -updatedetrun -det_id <det_id> -iter <iter> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> [-rerun|-ok|-stop] 276 276 277 277 where "-rerun" causes a new iteration to be started, "-ok" causes the
Note:
See TracChangeset
for help on using the changeset viewer.
