IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 25, 2008, 9:12:41 AM (18 years ago)
Author:
eugene
Message:

adding include fields to flatcorrChipLink and flatcorrCamLink

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/flatcorr_pendingprocess.sql

    r20376 r20397  
    2020   JOIN flatcorrChipLink
    2121     ON flatcorrChipLink.corr_id = flatcorrRun.corr_id
     22  WHERE flatcorrChipLink.include = 1
    2223   GROUP BY
    2324     flatcorrChipLink.corr_id) AS t1
     
    3031       ON flatcorrCamLink.cam_id = camRun.cam_id
    3132   WHERE camRun.state = 'full'
     33     AND flatcorrCamLink.include = 1
    3234   GROUP BY
    3335       flatcorrCamLink.corr_id) AS t2
Note: See TracChangeset for help on using the changeset viewer.