Changeset 8332
- Timestamp:
- Aug 14, 2006, 2:21:27 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/ipptools/dettool.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ipptools/dettool.txt
r8276 r8332 49 49 This command returns a list of rawImfiles that are associated with an 50 50 detInputExp that do not appear in detProcessedImfiles. This list 51 includes the detrend id, iteration, exposure id, class id, detrend52 type (used to generate the recipe for processing) and the uri. These53 rawImfiles areprocessed by:51 includes the detrend id, exposure id, class id, detrend type (used to 52 generate the recipe for processing) and the uri. These rawImfiles are 53 processed by: 54 54 55 55 ppImage -file <imfile_uri> <processed_uri> -recipe PPIMAGE <ppImage_recipe> … … 60 60 imfile to detProcessedImfiles: 61 61 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> 63 63 64 64 In practise, the above "ppImage" and "dettool -addprocessed" commands 65 65 will be performed by a script, "detrend_process.pl". 66 67 -------------------------------------------------------------------------------- 68 69 <Iteration starts here> 66 70 67 71 --------------------------------------------------------------------------------
Note:
See TracChangeset
for help on using the changeset viewer.
