IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2008, 12:38:31 PM (18 years ago)
Author:
eugene
Message:

chiptool now uses new state names: new (for run), full (for stop), and others for the cleanup / update steps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/notes.txt

    r17710 r18448  
     1
     22008.07.09 EAM
     3
     4  In order to implement the 'cleanup' and 'update' strategies, we have
     5  changed the state names and defined addtional states as follows:
     6
     7  * new          : entry is unprocessed (was 'run')
     8  * full         : entry is processed and has all output data products (was 'done')
     9  * goto_cleaned : entry should be processed by the 'cleanup' system
     10  * cleaned      : entry has been processed by the 'cleanup' system --
     11                   some output data products are now missing.
     12                   
     13  * goto_full    : entry should be re-processed by the 'update' system
     14  * full         : entry has been re-processed by the 'update' system
     15 
     16  * goto_purged  : entry should be processed by the 'cleanup' ssytem
     17                   to purge all output data
     18  * purged       : entry has been purged
     19
     20
     21
     222008.05.16 EAM
    123
    224caltool
     
    426  * add the -region
    527  * change 'catdir' to 'dvo_id'
    6   *     
Note: See TracChangeset for help on using the changeset viewer.