IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 9056


Ignore:
Timestamp:
Sep 28, 2006, 5:24:09 PM (20 years ago)
Author:
Paul Price
Message:

IPP now uses "exp_tag".

File:
1 edited

Legend:

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

    r9053 r9056  
    1313
    1414The "dettool -pending" command returns a list of unassociated
    15 rawDetrendExp (rawDetrendExps that don't correspond to a exp_id in
     15rawDetrendExp (rawDetrendExps that don't correspond to a exp_tag in
    1616detInputExp).
    1717
     
    2323exposure ids:
    2424
    25         dettool -definebyexp -det_type <bias|dark|flat|fringe> -exp_id 1 -exp_id 2 ...
     25        dettool -definebyexp -det_type <bias|dark|flat|fringe> -exp_tag 1 -exp_tag 2 ...
    2626
    2727The above two commands ("dettool -pending" and "dettool -definebyexp")
     
    6060to detProcessedImfiles:
    6161
    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>
    6363
    6464In practise, the above "ppImage" and "dettool -addprocessed" commands
     
    7575id, a list of imfiles may be gathered using:
    7676
    77         dettool -processed -exp_id <exp_id>
     77        dettool -processed -exp_tag <exp_tag>
    7878
    7979The output includes b1_uri, b2_uri, bg, bg_stdev and bg_mean_stdev for
     
    8585the imfile statistics) is added into the database for the exposure:
    8686
    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>
    8888
    8989In practise, the above "dettool -processed", "ppImage" and "dettool
     
    215215For each exposure, we get the list of component imfiles:
    216216
    217         dettool -normimfile -exp_id <exp_id>
     217        dettool -normimfile -exp_tag <exp_tag>
    218218
    219219This includes the statistics (bg, bg_stdev, bg_mean_stdev) and the
     
    225225The statistics and JPEG uri are pushed into the database:
    226226
    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>
    228228
    229229In practise, the above three commands ("dettool -stackimfile",
     
    249249The residual is then inserted into the database:
    250250
    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>
    252252
    253253In practise, the above two commands ("ppImage" and "dettool
     
    269269for that exposure:
    270270
    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>
    272272
    273273For these, we create the mosaic jpeg images:
     
    282282problems; these could be removed by other means):
    283283
    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]
    285285
    286286where the "-reject" flag indicates that the exposure is not to be
     
    312312run:
    313313
    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]
    315315
    316316where the "-reject" flag indicates that the exposure is not to be
     
    343343to accept and reject:
    344344
    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.