Changeset 40882 for trunk/ippMonitor/def/flatcorrCamera.d
- Timestamp:
- Sep 3, 2019, 4:04:13 PM (7 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/flatcorrCamera.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/flatcorrCamera.d
r27892 r40882 1 TABLE flatcorrCamLink , flatcorrRun, camRun, chipRun, rawExp1 TABLE flatcorrCamLink JOIN flatcorrRun USING (corr_id) JOIN camRun USING (cam_id) JOIN chipRun USING (chip_id) JOIN rawExp USING (exp_id) 2 2 TITLE flatcorr Camera Runs 3 3 FILE flatcorrCamera.php 4 4 MENU ipp.detrend.dat 5 5 6 WHERE flatcorrRun.corr_id = flatcorrCamLink.corr_id 7 WHERE flatcorrCamLink.cam_id = camRun.cam_id 8 WHERE flatcorrCamLink.chip_id = chipRun.chip_id 9 WHERE chipRun.exp_id = rawExp.exp_id 6 RESTRICT_COUNT WHERE rawExp.dateobs >= CURDATE() 7 UNRESTRICTED WHERE rawExp.dateobs >= CURDATE() 10 8 11 9 OP OP1 $rawExp.ra * 57.295783
Note:
See TracChangeset
for help on using the changeset viewer.
