Changeset 21339 for trunk/ippMonitor/def/stackFailedSkyfile.d
- Timestamp:
- Feb 5, 2009, 2:48:45 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/stackFailedSkyfile.d (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/stackFailedSkyfile.d
r19183 r21339 9 9 ARGS ARG7 stackRun.stack_id=$stackRun.stack_id 10 10 ARGS ARG7 stackRun.skycell_id=$stackRun.skycell_id 11 # XXX need to fix this: there may not be a single camera per stack...12 11 ARGS ARG7 camera=GPC1 13 12 ARGS ARG7 basename=$stackSumSkyfile.path_base … … 16 15 FIELD stackRun.stack_id, 5, %s, Stack ID 17 16 FIELD stackRun.skycell_id, 5, %s, Skycell ID 17 FIELD stackRun.label, 5, %s, Label 18 FIELD stackRun.filter, 5, %s, Filter 19 FIELD stackRun.tess_id, 5, %s, Tess ID 18 20 FIELD stackRun.state, 7, %s, State, value, stackFailedSkyfile.php, ARG7 19 21 FIELD stackSumSkyfile.bg, 5, %.2f, backgnd 20 22 FIELD stackSumSkyfile.bg_stdev, 5, %.2f, stdev 21 FIELD stackSumSkyfile.dtime_stack, 5, %.2f, dtime 23 FIELD stackSumSkyfile.dtime_stack, 5, %.2f, t(stack) 24 FIELD stackSumSkyfile.dtime_match_mean, 5, %.2f, t(match) 25 FIELD stackSumSkyfile.dtime_initial, 5, %.2f, t(initial) 26 FIELD stackSumSkyfile.dtime_reject, 5, %.2f, t(reject) 27 FIELD stackSumSkyfile.dtime_final, 5, %.2f, t(final) 28 FIELD stackSumSkyfile.dtime_phot, 5, %.2f, t(phot) 29 FIELD stackSumSkyfile.dtime_script, 5, %.2f, t(script) 30 31 FIELD stackSumSkyfile.match_mean, 5, %.2f, match 32 FIELD stackSumSkyfile.match_stdev, 5, %.2f, match err 33 34 FIELD stackSumSkyfile.reject_images, 5, %d, n(reject) 35 FIELD stackSumSkyfile.sources, 5, %d, n(sources) 22 36 23 37 FIELD stackSumSkyfile.path_base, 5, %s, path_base, none
Note:
See TracChangeset
for help on using the changeset viewer.
