IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8449


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

expand -stat to -bg -bg_stdev -bg_mean_stdev

File:
1 edited

Legend:

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

    r8444 r8449  
    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> -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>
    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> -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>
    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> -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>
    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> -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]
    237237
    238238where the "-reject" flag indicates that the exposure is not to be
     
    273273iteration:
    274274
    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]
    276276
    277277where "-rerun" causes a new iteration to be started, "-ok" causes the
Note: See TracChangeset for help on using the changeset viewer.