Changes between Version 8 and Version 9 of CleanupUpdate
- Timestamp:
- Nov 15, 2012, 12:59:15 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CleanupUpdate
v8 v9 9 9 * '''cleanup''' Delete ephemeral files only. Leave files behind so that images can be updated. 10 10 * '''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 12 13 ''' 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). 13 14 == Update operation == … … 24 25 else 25 26 images are regenerated using current recipes but new config dump file is saved 26 27 28 27 }}} 29 28 … … 50 49 - delete b1 fits ? 51 50 - delete trace files ? (they are empty) 52 - compresslog files51 - gzip log files 53 52 54 53 Once implemented we will start one big pass through the cleaned up data to implement these space reductions. This will consist of … … 60 59 - delete skycell template files (they are regnerated by update) 61 60 - delete psf file (it is regenerated on by update) 62 - compresslog files61 - gzip log files 63 62 64 63 === Camera Stage ===
