Changeset 23906
- Timestamp:
- Apr 17, 2009, 12:47:56 PM (17 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 3 edited
-
detStackedImfile_failure.d (modified) (2 diffs)
-
warpFailedSkyfiles.d (modified) (1 diff)
-
warpProcessedSkyfiles.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/detStackedImfile_failure.d
r19726 r23906 1 TABLE detStackedImfile Failures2 TITLE detStackedImfile 1 TABLE detStackedImfile, detRun 2 TITLE detStackedImfile Failures 3 3 FILE detStackedImfile_failure.php 4 4 MENU ipp.detrend.dat 5 5 6 6 WHERE fault > 0 7 WHERE detStackedImfile.det_id = detRun.det_id 7 8 8 # field size format name show link to extras 9 ARGS ARG1 detStackedImfile.det_id =$detStackedImfile.det_id 10 ARGS ARG1 detStackedImfile.iteration =$detStackedImfile.iteration 11 ARGS ARG1 detStackedImfile.class_id =$detStackedImfile.class_id 12 ARGS ARG1 camera=$detRun.camera 13 ARGS ARG1 basename=$detStackedImfile.path_base 14 ARGS ARG1 class=$detStackedImfile.class_id 15 16 # XXX : detStackedImfile has uri only, not path_base : fix! 17 18 # field size format name show link to extras 9 19 FIELD det_id, 7, %s, det_id 10 20 FIELD iteration, 5, %s, iteration 11 21 FIELD class_id, 8, %s, class_id 22 FIELD class_id, 8, %s, Chip ID, value, detStackedImfile_failure.php, ARG1 12 23 FIELD fault, 5, %d, fault 13 24 FIELD bg, 8, %f, backgnd … … 18 29 19 30 # TD_CLASS list_off $fault > 0 31 32 TAIL PHP insert_log ('LOG.IMFILE'); -
trunk/ippMonitor/def/warpFailedSkyfiles.d
r19183 r23906 38 38 FIELD warpSkyfile.tess_id, 10, %s, tess 39 39 FIELD warpSkyfile.good_frac, 5, %s, good_frac 40 FIELD warpSkyfile.ignored, 5, %s, ignored40 # FIELD warpSkyfile.ignored, 5, %s, ignored 41 41 FIELD warpSkyfile.fault, 5, %s, fault 42 42 FIELD rawExp.telescope, 10, %s, Telescope -
trunk/ippMonitor/def/warpProcessedSkyfiles.d
r19137 r23906 41 41 FIELD warpSkyfile.tess_id, 10, %s, tess 42 42 FIELD warpSkyfile.good_frac, 5, %s, good_frac 43 FIELD warpSkyfile.ignored, 5, %s, ignored43 # FIELD warpSkyfile.ignored, 5, %s, ignored 44 44 FIELD warpSkyfile.fault, 5, %s, fault 45 45 FIELD rawExp.telescope, 10, %s, Telescope
Note:
See TracChangeset
for help on using the changeset viewer.
