IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 16, 2008, 1:27:58 PM (18 years ago)
Author:
eugene
Message:

extensive changes from eam_branch_20080719:

  • added the 'cleanup' options to camtool, faketool, warptool, difftool, stacktool
  • added corresponding sql code
  • changed the states for camera, fake, warp, diff, and stack to the new set of states: new, full, goto_cleaned, cleaned, update, goto_purged, and purged
  • added 'data_state' entries to the detrend tables and the detRunSummary
  • added 'cleanup' options to dettool using the detRunSummary data_state as the control
  • moved dettool supporting code to dettool_STAGE, where stage is processedimfile, processedexp, etc.
  • converted dettool to use S64 for det_id and exp_id entries
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/notes.txt

    r18561 r19092  
     1
     22008.07.19 EAM
     3
     4  * need to add cleanup modes to all stages.  here is the minimum list
     5    of stages that need the cleanups:
     6
     7    * chiptool - DONE
     8    * camtool
     9    * faketool
     10    * warptool
     11    * difftool
     12    * stacktool
     13    * dettool processedimfile
     14    * dettool processedexp
     15    * dettool stackedimfile
     16    * dettool normalizedstat
     17    * dettool normalizedimfile
     18    * dettool normalizedexp
     19    * dettool residimfile
     20    * dettool residexp
     21
     22    * I am modifiying the tools to use the new states: new, full, goto_cleaned, etc.
     23      I am NOT changing: regtool, pztool, magictool, flatcorr, pxregister, pstamptool
     24
     25    * for dettool, I have added a new field, 'data_state' to the
     26      detRunSummary.  My plan here is that a complete detRunIteration
     27      is cleaned at once.  I've added functions to all of the dettool
     28      major modes to list pending entries to be cleaned and a function
     29      to update the data_state when cleaning is done.
    130
    2312008.07.11 EAM
Note: See TracChangeset for help on using the changeset viewer.