IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 8 and Version 9 of CleanupUpdate


Ignore:
Timestamp:
Nov 15, 2012, 12:59:15 PM (14 years ago)
Author:
bills
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CleanupUpdate

    v8 v9  
    99    * '''cleanup'''         Delete ephemeral files only. Leave files behind so that images can be updated.
    1010    * '''purged'''          More (but perhaps not all) output files are deleted. For example logs survive. Since recipe information is lost images cannot be regenerated from this state.
    11     * '''scrubbed'''        Don't recall what this is for. It seems to delete the same files as regular cleanup. But only if the config dump file is missing. '''XXX: Should this be more like purged or cleaned?
     11    * '''scrubbed'''        Like cleaned but cannot be updated because mdc file is missing. (Actually they can be since update detects missing config file and uses current recipes.
     12
    1213''' CZW: The idea behind the "scrubbed" state was to clearly note runs that could not be updated, as they had no config file.  This distinguishes them from the "cleaned" runs.  This currently retains catalogs, making it similar to an intermediate of "cleaned" and "purged" (it cannot be regenerated, but it is not completely eliminated).
    1314== Update operation ==
     
    2425    else
    2526        images are regenerated using current recipes but new config dump file is saved
    26 
    27 
    2827}}}
    2928
     
    5049    - delete b1 fits ?
    5150    - delete trace files ? (they are empty)
    52     - compress log files
     51    - gzip log files
    5352
    5453Once implemented we will start one big pass through the cleaned up data to implement these space reductions. This will consist of
     
    6059    - delete skycell template files (they are regnerated by update)
    6160    - delete psf file (it is regenerated on by update)
    62     - compress log files
     61    - gzip log files
    6362
    6463=== Camera Stage ===