IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32962 for trunk/ippTools/share


Ignore:
Timestamp:
Dec 15, 2011, 4:42:59 PM (15 years ago)
Author:
bills
Message:

finish implementation of the sky calibration stage

Location:
trunk/ippTools/share
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/Makefile.am

    r32960 r32962  
    387387        staticskytool_defineskycalrun.sql \
    388388        staticskytool_pendingskycalrun.sql \
     389        staticskytool_revertskycal.sql \
     390        staticskytool_skycalresult.sql \
    389391        staticskytool_export_run.sql \
    390392        staticskytool_export_input.sql \
  • trunk/ippTools/share/disttool_definebyquery_raw_no_magic.sql

    r31236 r32962  
    1414JOIN rcInterest USING(target_id)
    1515LEFT JOIN distRun ON distRun.stage_id = exp_id AND distRun.target_id = distTarget.target_id
    16 WHERE distRun.dist_id IS NULL           -- no existing distRun for this exposure
    17     AND distTarget.state = 'enabled'    -- target and intrest are enabled
     16WHERE distTarget.state = 'enabled'    -- target and intrest are enabled
    1817    AND rcInterest.state = 'enabled'
Note: See TracChangeset for help on using the changeset viewer.