IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 3, 2019, 4:04:13 PM (7 years ago)
Author:
tdeboer
Message:

updated ippMonitor queries

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/def/flatcorrCamera.d

    r27892 r40882  
    1 TABLE flatcorrCamLink, flatcorrRun, camRun, chipRun, rawExp
     1TABLE flatcorrCamLink JOIN flatcorrRun USING (corr_id) JOIN camRun USING (cam_id) JOIN chipRun USING (chip_id) JOIN rawExp USING (exp_id)
    22TITLE flatcorr Camera Runs
    33FILE  flatcorrCamera.php
    44MENU  ipp.detrend.dat
    55
    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
     6RESTRICT_COUNT WHERE rawExp.dateobs >= CURDATE()
     7UNRESTRICTED WHERE rawExp.dateobs >= CURDATE()
    108
    119OP   OP1  $rawExp.ra * 57.295783
Note: See TracChangeset for help on using the changeset viewer.