IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2010, 3:02:59 PM (16 years ago)
Author:
bills
Message:

Allow for magciDSRun to be NULL even if skycells were magciked.
This will happen if the inputs are already destreaked.

File:
1 edited

Legend:

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

    r28022 r28626  
    1111    AND (warpSkyfile.data_state = 'cleaned')
    1212    AND (warpRun.magicked = 0
    13       OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new')
     13      OR (magicDSRun.state = 'cleaned' OR magicDSRun.state = 'new' OR magicDSRun.state IS NULL)
    1414      AND magicDSFile.component IS NULL)
Note: See TracChangeset for help on using the changeset viewer.