IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5871


Ignore:
Timestamp:
Jan 2, 2006, 2:32:58 PM (21 years ago)
Author:
eugene
Message:

first pass on implementation

Location:
trunk/archive/dettools
Files:
5 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/dettools/doc/dettools.txt

    r5870 r5871  
    3030
    3131dettool -select raw [-state state] [-outmode mode]
    32  * select the frames to be processed and extract the list of files
     32 * select the unprocessed input infiles
    3333 - output of this program is used by pantasks to schedule the ppImage
    3434 run on each image
    3535
    3636dettool -select stack [-state state] [-outmode mode]
    37  * select the files to be stacked for a given detRun
     37 * select the files to be stacked for a given detRun, if exposures are ready
    3838 - output of this program is used by ppMerge to build a master stack
    3939
    40 dettool -select residual [-state state]
    41  * select the frames to be used to generate residuals
     40dettool -select rawresid [-state state]
     41 * select the residual imfiles to be generated
    4242 - output of this program is used for another ppImage run
    4343
    44 detmerge
     44dettool -update raw
     45 * select the raw input exposures, count processed imfiles, update if done
     46
     47dettool -update resid
     48 * select the resid exposures, count processed resid imfiles, update if done
     49 - for a given resid exposure, compile the results from the stacks for
     50 each chip and renormalize the output files as needed.
     51
     52dettool -select norm
     53 * select the master detrend frames & imfiles to be normalized
     54
     55dettool -resid
     56 * construct the resid exposures and imfiles given
     57
     58dettool -assess
    4559 * for a given master detrend frame, compile the results from the
    46  stacks for each chip and renormalize the output files as needed.
    47  assemble the resulting master stats as available
    48 
    49 detstats
    50  * for a given master detrend frame, compile the results from the
    51  residual images and assess the validity of the input images and of
     60 residual exposures and assess the validity of the input exposures and of
    5261 the complete stack.  if too many input images are rejected, the
    5362 affect the master detrend frame state.  if input images are rejected
     
    6675   after process that determines which happens next.
    6776
     77
     78
     79States:
     80 input detrend exposures:
     81  RAW
     82  PROCESSED
     83
     84 input detrend imfiles:
     85  RAW
     86  PROCESSED
     87 
     88 master detrend frames
     89  RAW
     90  NORMALIZED
     91  MKRESID
     92  SUCCESS
     93  FAILURE
     94  RETRY
     95  (also has NEW/PRIOR flag)
     96
     97 master detrend imfiles
     98  NEW (not yet created)
     99  RAW (created, but not normalized)
     100  NORMALIZED
     101
     102 resid exposure
     103  RAW
     104  PROCESSED
     105  ASSESSED
     106
     107 resid imfiles:
     108  RAW
     109  PROCESSED
     110
     111 master detrend run:
     112  NEW
     113  DONE
Note: See TracChangeset for help on using the changeset viewer.