IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30730


Ignore:
Timestamp:
Feb 22, 2011, 11:51:34 AM (15 years ago)
Author:
bills
Message:

don't automatically clean up chip warp and diff until the data has been destreaked.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/recipes/nightly_science.config

    r30470 r30730  
    22CLEAN_MODES METADATA
    33  MODE           STR CHIP
    4   COMMAND        STR chiptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@
     4  COMMAND        STR chiptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@ -destreaked
    55  RETENTION_TIME U16 21
    66END
    77CLEAN_MODES METADATA
    88  MODE           STR WARP
    9   COMMAND        STR warptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@
     9  COMMAND        STR warptool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@ -destreaked
    1010  RETENTION_TIME U16 7
    1111END
    1212CLEAN_MODES METADATA
    1313  MODE           STR DIFF
    14   COMMAND        STR difftool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@
     14  COMMAND        STR difftool -dbname @DBNAME@ -updaterun -set_state goto_cleaned -state full -set_label goto_cleaned -label @LABEL@ -data_group @DATA_GROUP@ -destreaked
    1515  RETENTION_TIME S16 21
    1616END
Note: See TracChangeset for help on using the changeset viewer.