IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 2 and Version 3 of NightlyScienceCode


Ignore:
Timestamp:
Mar 5, 2010, 2:23:17 PM (16 years ago)
Author:
watersc1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NightlyScienceCode

    v2 v3  
    2828
    2929{{{automate_stacks.pl --date YYYY-MM-DD --check_chips}}}
     30
    3031{{{automate_stacks.pl --date YYYY-MM-DD --queue_chips}}}
    3132
     
    3334
    3435{{{automate_stacks.pl --date YYYY-MM-DD --check_stacks}}}
     36
    3537{{{automate_stacks.pl --date YYYY-MM-DD --queue_stacks}}}
     38
    3639{{{automate_stacks.pl --date YYYY-MM-DD --queue_stacks --force_stack_count}}}
    3740
     
    3942
    4043Both chip and stack mode options support the --this_target_only and --this_filter_only which allow a specific target or filter to be queued without checking the rest.  This is safe because previously queued runs will not be duplicated.
     44
    4145== automate_stacks.pl config file ==
    4246
     47Each target in ippconfig/recipes/nightly_science.config has the following required known parameters:
     48
     49|| NAME  || STR || Target name. Used as the base of the data_group variable. ||
     50|| TESS  || STR || Tessellation ID. ||
     51|| OBSMODE || STR || obs_mode value from rawExp. This is a LIKE search, so % wildcards are supported. ||
     52|| OBJECT || STR || object from rawExp.  This was not populated, so although it is supported, none of the current target uses it.||
     53|| COMMENT || STR || comment from rawExp. Also a LIKE search. ||
     54|| STACKABLE || BOOL || This flag determines whether or not nightly stacks can be made of this target. ||
     55
     56The known filters are also stored in this file, although this is only used while queueing stacks.
     57
     58The RETENTION_TIME value stores the number of days data should be stored before being marked for cleanup.  This is commented out (it is part of ns.initday.load), but is fully implemented.