IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8260


Ignore:
Timestamp:
Aug 9, 2006, 5:18:45 PM (20 years ago)
Author:
jhoblitt
Message:

add old dettool CLI options

File:
1 edited

Legend:

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

    r8259 r8260  
    9696# detInputExp needs to track...
    9797det_id iter exp_id use bool accept bool
     98
     99
     100
     101dettool
     102
     103    -define | creates a a new detrend Run
     104        input:
     105            exp IDs?
     106            type of det run?
     107        creates a new detRun ID automatically
     108   
     109        output: the new det_id
     110
     111    -raw    | lists raw imfiles needing to be processed
     112        input:
     113            det ID
     114            exp ID
     115            class ID
     116            iteration number?
     117        output: list of unprocessed imfiles
     118   
     119    -addprocessed? | marks a raw imfile as processed
     120        input:
     121            det ID
     122            exp ID
     123            class ID
     124            iteration number?
     125            uri
     126            stat
     127            recipe
     128        output: outout on error only
     129    -processed | lists processed imfiles
     130        input:
     131            det ID
     132            exp ID
     133            class ID
     134            iteration number?
     135        output: list of processed imfiles
     136    -addstacked | adds a stacked imfiles
     137        input:
     138            det ID
     139            class ID
     140            iteration number?
     141            URI
     142            recipe
     143            stats
     144        output: output on error only
     145    -stacked     | lists stacked imfiles
     146        input:
     147            det ID
     148            class ID
     149            iteration number?
     150        output: list of stacked imfiles
     151    -stacked     | lists stacked imfiles
     152        input:
     153            det ID
     154            class ID
     155            iteration number?
     156        output: list of stacked imfiles
     157    -stackedframe     | lists stacked imfiles for COMPLETE frames
     158        input:
     159            det ID  // required for simplicity
     160            iteration number?
     161        output: list of stacked imfiles
     162    -addmaster | adds a master imfiles
     163        input:
     164            det ID
     165            class ID
     166            iteration number?
     167            URI
     168            recipe
     169            stats
     170        output: output on error only
     171    -master     | lists master imfiles
     172        input:
     173            det ID  // required for simplicity
     174            class ID
     175            iteration number?
     176        output: a list of master imfiles
     177    -masterframe     | lists master imfiles for COMPLETE frames
     178        input:
     179            det ID  // required for simplicity
     180            iteration number?
     181        output: a list of master imfiles
Note: See TracChangeset for help on using the changeset viewer.