Changeset 41126 for trunk/ippMonitor/def/fullforce_failure.d
- Timestamp:
- Nov 18, 2019, 8:49:27 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/fullforce_failure.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/fullforce_failure.d
r40882 r41126 1 TABLE staticskyRun JOIN staticskyResult USING (sky_id) JOIN staticskyInput USING (sky_id) JOIN stackRun USING (stack_id)2 TITLE Static Sky Failed (Log)3 FILE f ailedStaticsky.php4 MENU ipp. stack.dat1 TABLE fullForceInput JOIN warpRun USING (warp_id) JOIN fullForceRun USING (ff_id) JOIN fullForceResult USING (ff_id) 2 TITLE Full Force Failed 3 FILE fullforce_failure.php 4 MENU ipp.ffs.dat 5 5 6 WHERE staticskyResult.fault != 0 6 ARGS ARG1 fullForceRun.ff_id=$fullForceRun.ff_id 7 ARGS ARG1 basename=$fullForceResult.path_base 7 8 8 ARGS ARG1 staticskyResult.path_base=$staticskyResult.path_base 9 WHERE fullForceResult.fault != 0 10 # field size format name show link to extras 11 FIELD fullForceRun.ff_id, 5, %d, FF ID 12 FIELD fullForceRun.label, 7, %s, Label 13 FIELD fullForceRun.state, 7, %s, State, value, fullforce_failure.php, ARG1 14 FIELD warpRun.tess_id, 5, %s, Tess ID 15 FIELD warpRun.label AS warpRunLabel, 5, %s, warp Label 16 FIELD fullForceRun.data_group, 7, %s, data grp 17 FIELD fullForceRun.dist_group, 7, %s, dist grp 18 FIELD fullForceResult.fault, 7, %d, fault 19 FIELD fullForceResult.quality, 7, %d, quality 20 FIELD fullForceResult.path_base, 7, %s, path_base, none 9 21 10 # field size format name show link to extras 11 FIELD staticskyRun.sky_id, 5, %d, Sky ID 12 FIELD staticskyRun.label, 7, %s, Label 13 FIELD staticskyRun.state, 7, %s, State, value, staticsky_failure.php, ARG1 14 FIELD stackRun.skycell_id, 5, %s, Skycell ID 15 FIELD stackRun.tess_id, 5, %s, Tess ID 16 FIELD count(stackRun.filter), 5, %d, #Filters 17 FIELD stackRun.label, 5, %s, Stack Label 18 FIELD staticskyRun.data_group, 7, %s, data grp 19 FIELD staticskyRun.dist_group, 7, %s, dist grp 20 FIELD staticskyResult.sources, 7, %d, n(sources) 21 FIELD staticskyResult.fault, 7, %d, fault 22 FIELD staticskyResult.quality, 7, %d, quality 23 FIELD staticskyResult.path_base, 5, %s, path_base, none 24 25 GROUP staticskyRun.sky_id 22 MODE summary 23 GROUP fullForceRun.ff_id 26 24 27 25 TAIL PHP insert_log ('LOG.EXP'); 26
Note:
See TracChangeset
for help on using the changeset viewer.
