IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8332


Ignore:
Timestamp:
Aug 14, 2006, 2:21:27 PM (20 years ago)
Author:
Paul Price
Message:

Tasks prior to stacking do not require an iteration number ---
iteration starts at the stacking step.

File:
1 edited

Legend:

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

    r8276 r8332  
    4949This command returns a list of rawImfiles that are associated with an
    5050detInputExp that do not appear in detProcessedImfiles.  This list
    51 includes the detrend id, iteration, exposure id, class id, detrend
    52 type (used to generate the recipe for processing) and the uri.  These
    53 rawImfiles are processed by:
     51includes the detrend id, exposure id, class id, detrend type (used to
     52generate the recipe for processing) and the uri.  These rawImfiles are
     53processed by:
    5454
    5555        ppImage -file <imfile_uri> <processed_uri> -recipe PPIMAGE <ppImage_recipe>
     
    6060imfile to detProcessedImfiles:
    6161
    62         dettool -addprocessed -det_id <det_id> -iter <iter> -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> -stats <stats>
    6363
    6464In practise, the above "ppImage" and "dettool -addprocessed" commands
    6565will be performed by a script, "detrend_process.pl".
     66
     67--------------------------------------------------------------------------------
     68
     69<Iteration starts here>
    6670
    6771--------------------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.