IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 21, 2009, 3:26:31 PM (17 years ago)
Author:
eugene
Message:

adding feature to control if analysis generates a correction image or not

File:
1 edited

Legend:

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

    r25816 r25913  
    77JOIN camRun
    88    USING(cam_id)
    9 LEFT JOIN addRun
    10     ON camRun.cam_id = addRun.cam_id
     9LEFT JOIN flatcorrAddstarLink
     10    using(corr_id, cam_id)
    1111WHERE
    1212    flatcorrRun.state = 'new'
    1313    AND flatcorrCamLink.include = 1
    1414    AND camRun.state = 'full'
    15     AND addRun.cam_id is NULL
     15    AND flatcorrAddstarLink.corr_id is NULL
Note: See TracChangeset for help on using the changeset viewer.