Changeset 16617 for trunk/ippMonitor/def
- Timestamp:
- Feb 22, 2008, 3:10:37 PM (18 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 6 added
- 19 edited
-
calDB.d (added)
-
calRun.d (added)
-
camPendingExp.d (modified) (1 diff)
-
camProcessedExp_NoImages.d (modified) (1 diff)
-
camProcessedExp_failure.d (added)
-
chipProcessedImfile.d (modified) (1 diff)
-
chipProcessedImfile_failure.d (added)
-
flatcorrExp.d (added)
-
flatcorrRun.d (added)
-
newExp.d (modified) (1 diff)
-
newImfile.d (modified) (1 diff)
-
pzDoneExp.d (modified) (1 diff)
-
pzDoneExp_failed.d (modified) (1 diff)
-
pzDoneImfile.d (modified) (1 diff)
-
pzDoneImfile_failed.d (modified) (1 diff)
-
pzPendingExp.d (modified) (1 diff)
-
pzPendingImfile.d (modified) (1 diff)
-
rawDetrendExp.d (modified) (1 diff)
-
rawExp.d (modified) (1 diff)
-
rawExp_failed.d (modified) (1 diff)
-
rawImfile_failed.d (modified) (1 diff)
-
rawScienceExp.d (modified) (1 diff)
-
rawUnknownExp.d (modified) (1 diff)
-
summitExp.d (modified) (1 diff)
-
summitImfile.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camPendingExp.d
r15992 r16617 16 16 FIELD chipRun.exp_id, 5, %s, exposure ID, value, chipProcessedImfile.php, ARG1 17 17 FIELD rawExp.exp_name, 5, %s, Exp Name, value, rawImfile.php, ARG1 18 FIELD chipRun.chip_id, 5, %s, c am ID19 FIELD camRun.cam_id, 5, %s, c hip ID, value, chipProcessedExp.php, ARG118 FIELD chipRun.chip_id, 5, %s, chip ID, value, chipProcessedExp.php, ARG1 19 FIELD camRun.cam_id, 5, %s, cam ID 20 20 FIELD rawExp.telescope, 10, %s, Telescope 21 21 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp_NoImages.d
r16530 r16617 10 10 WHERE camProcessedExp.cam_id = camRun.cam_id 11 11 WHERE camProcessedExp.chip_id = camRun.chip_id 12 WHERE camProcessedExp.fault = 0 12 13 13 14 # define image names to be used below -
trunk/ippMonitor/def/chipProcessedImfile.d
r16568 r16617 8 8 WHERE chipProcessedImfile.exp_id = chipRun.exp_id 9 9 WHERE chipProcessedImfile.chip_id = chipRun.chip_id 10 WHERE chipProcessedImfile.fault = 0 10 11 11 12 ARGS ARG1 exp_id=$chipRun.exp_id -
trunk/ippMonitor/def/newExp.d
r15954 r16617 2 2 TITLE New Exposures 3 3 FILE newExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 WHERE state != 'stop' -
trunk/ippMonitor/def/newImfile.d
r16350 r16617 2 2 TITLE Raw Science Exposures 3 3 FILE newImfile.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 # field size format name show link to extras -
trunk/ippMonitor/def/pzDoneExp.d
r16346 r16617 2 2 TITLE done exposures 3 3 FILE pzDoneExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 WHERE pzDoneExp.exp_name = summitExp.exp_name -
trunk/ippMonitor/def/pzDoneExp_failed.d
r16468 r16617 2 2 TITLE done exposures 3 3 FILE pzDoneExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 WHERE pzDoneExp.exp_name = summitExp.exp_name -
trunk/ippMonitor/def/pzDoneImfile.d
r16350 r16617 2 2 TITLE done exposures 3 3 FILE pzDoneImfile.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 WHERE pzDoneImfile.exp_name = summitImfile.exp_name -
trunk/ippMonitor/def/pzDoneImfile_failed.d
r16530 r16617 2 2 TITLE failed summit copy imfiles 3 3 FILE pzDoneImfile_failed.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 WHERE pzDoneExp.exp_name = summitExp.exp_name -
trunk/ippMonitor/def/pzPendingExp.d
r16346 r16617 2 2 TITLE pending exposures 3 3 FILE pzPendingExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 WHERE pzPendingExp.exp_name = summitExp.exp_name -
trunk/ippMonitor/def/pzPendingImfile.d
r16350 r16617 2 2 TITLE Pending Image Files 3 3 FILE pzPendingImfile.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 # field size format name show link to extras -
trunk/ippMonitor/def/rawDetrendExp.d
r15992 r16617 2 2 TITLE Raw Detrend Exposures 3 3 FILE rawDetrendExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 # limit this table to non-OBJECT types of images -
trunk/ippMonitor/def/rawExp.d
r15992 r16617 2 2 TITLE Raw Exposures 3 3 FILE rawExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 ARGS ARG1 exp_id=$exp_id -
trunk/ippMonitor/def/rawExp_failed.d
r15992 r16617 2 2 TITLE Failed Raw Exposures 3 3 FILE rawExp_failed.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 # limit this table to non-OBJECT types of images -
trunk/ippMonitor/def/rawImfile_failed.d
r15992 r16617 2 2 TITLE Failed Raw Image Files 3 3 FILE rawImfile.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 HEAD PHP insert_backref ("rawExp.php", "exp_id", $ID['link']); -
trunk/ippMonitor/def/rawScienceExp.d
r15992 r16617 2 2 TITLE Raw Science Exposures 3 3 FILE rawScienceExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 # limit this table to OBJECT types of images -
trunk/ippMonitor/def/rawUnknownExp.d
r15992 r16617 2 2 TITLE Raw Unknown Exposures 3 3 FILE rawUnknownExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 # limit this table to non-OBJECT types of images -
trunk/ippMonitor/def/summitExp.d
r15954 r16617 2 2 TITLE Pending Summit Exposures 3 3 FILE summitExp.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 # field size, format name show link to extras -
trunk/ippMonitor/def/summitImfile.d
r16371 r16617 2 2 TITLE Summit Image Files 3 3 FILE summitImfile.php 4 MENU ipp. copy.dat4 MENU ipp.load.dat 5 5 6 6 # field size format name show link to extras
Note:
See TracChangeset
for help on using the changeset viewer.
