IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8450


Ignore:
Timestamp:
Aug 21, 2006, 3:16:17 PM (20 years ago)
Author:
jhoblitt
Message:

add missing -recip

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/ipptools/dettool.txt

    r8449 r8450  
    6060imfile to detProcessedImfiles:
    6161
    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>
     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>
    6363
    6464In practise, the above "ppImage" and "dettool -addprocessed" commands
     
    101101stacked class_id and and optionally marks it for normalization:
    102102
    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>
     103        dettool -addstacked [-pleasenormalize] -det_id <det_id> -iter <iter> -class_id <class_id> -recip <recipe> -uri <stacked_uri> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat>
    104104
    105105The "-pleasenormalize" flag indicates that the normalisation steps are
     
    199199The residual is then inserted into the database:
    200200
    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>
     201        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>
    202202
    203203In practise, the above two commands ("ppImage" and "dettool
     
    234234problems; these could be removed by other means):
    235235
    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]
     236        dettool -addresidexp -det_id <det_id> -iter <iter> -exp_id <exp_id> -recip <recipe> -b1_uri <uri_jpeg1> -b2_uri <uri_jpeg2> -bg <stat> -bg_stdev <stat> -bg_mean_stdev <stat> [-reject]
    237237
    238238where the "-reject" flag indicates that the exposure is not to be
Note: See TracChangeset for help on using the changeset viewer.