IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 3 and Version 4 of LAP_Czar


Ignore:
Timestamp:
Oct 13, 2011, 3:41:56 PM (15 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LAP_Czar

    v3 v4  
    1212     * Is something failing after a revert? It probably has a corrupt file, check the log and fix it.
    1313     * Is something weird? If you can't figure out why exposure X is holding things up, kick it out so we can move on: `laptool -updateexp -lap_id LLL -exp_id XXX -set_data_state drop`
     14
     15== Problems that may arise due to old data ==
     16 * The major issue is the loss of raw imfiles due to now-resolved problems in the shuffle code.  If a chip imfile continually fails, and `neb-repair` notes that the raw file is "consistent" (this is mentioned in the chip stage log file), the file is probably corrupt.  This can be verified by running `neb-stat --validate`, and checking that there are no good instances of this file anymore.  To remove this file from processing, and to mark it as bad to prevent future processing, do the following commands:
     17{{{
     18 chiptool -updateprocessedimfile -set_state full -chip_id CHIP_ID -class_id CLASS_ID
     19 chiptool -updateprocessedimfile -fault 0 -set_quality 42 -chip_id CHIP_ID -class_id CLASS_ID
     20 regtool -updateprocessedimfile -set_state corrupt -class_id CLASS_ID -exp_id EXP_ID
     21}}}
     22
    1423
    1524== Examples ==