Changeset 21339 for trunk/ippMonitor/def
- Timestamp:
- Feb 5, 2009, 2:48:45 PM (17 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 2 added
- 7 edited
-
diffInputSkyfile.d (modified) (1 diff)
-
diffRun.d (modified) (1 diff)
-
diffSkyfile.d (modified) (1 diff)
-
stackFailedSkyfile.d (modified) (2 diffs)
-
stackInputSkyfile.d (modified) (1 diff)
-
stackProcessedSkyfile.d (modified) (2 diffs)
-
stackProcessedSkyfile_Images.d (added)
-
stackRun.d (modified) (1 diff)
-
stackSummary.d (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/diffInputSkyfile.d
r15954 r21339 2 2 TITLE diffInputSkyfile 3 3 FILE diffInputSkyfile.php 4 MENU ipp. diff.dat4 MENU ipp.stack.dat 5 5 6 6 # field size format name show link to extras -
trunk/ippMonitor/def/diffRun.d
r15954 r21339 2 2 TITLE diffRun 3 3 FILE diffRun.php 4 MENU ipp. diff.dat4 MENU ipp.stack.dat 5 5 6 6 # field size format name show link to extras -
trunk/ippMonitor/def/diffSkyfile.d
r15954 r21339 2 2 TITLE diffSkyfile 3 3 FILE diffSkyfile.php 4 MENU ipp. diff.dat4 MENU ipp.stack.dat 5 5 6 6 # field size format name show link to extras -
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 -
trunk/ippMonitor/def/stackInputSkyfile.d
r19523 r21339 33 33 FIELD stackRun.skycell_id, 5, %s, Skycell ID 34 34 FIELD stackRun.state, 7, %s, State 35 FIELD stackRun.label, 7, %s, Label 35 36 FIELD rawExp.telescope, 10, %s, Telescope 36 37 FIELD rawExp.camera, 10, %s, Camera -
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 -
trunk/ippMonitor/def/stackRun.d
r19524 r21339 9 9 FIELD filter, 5, %s, Filter 10 10 FIELD label, 5, %s, Label 11 FIELD tess_id, 5, %s, Tess ellationID11 FIELD tess_id, 5, %s, Tess ID 12 12 FIELD state, 5, %s, State 13 13
Note:
See TracChangeset
for help on using the changeset viewer.
