| | 47 | Each 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 | |
| | 56 | The known filters are also stored in this file, although this is only used while queueing stacks. |
| | 57 | |
| | 58 | The 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. |