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_chiprundone.sql

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