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