IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 15, 2008, 10:30:59 AM (18 years ago)
Author:
eugene
Message:

completely deprecate config->where; make all command-line handling consistent; move nearly all sql into share/*.sql; ensure consistency between args supplied and used

File:
1 edited

Legend:

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

    r18126 r18561  
    4040    AND detRun.mode = 'master'
    4141    AND detNormalizedImfile.fault = 0
     42    AND detNormalizedExp.fault = 0
    4243    AND detResidImfile.det_id IS NULL
    4344    AND detResidImfile.iteration IS NULL
     
    7374    detRun.state = 'run'
    7475    AND detRun.mode = 'verify'
     76    -- AND detNormalizedImfile.fault = 0
     77    -- AND detNormalizedExp.fault = 0
    7578    AND detResidImfile.det_id IS NULL
    7679    AND detResidImfile.iteration IS NULL
Note: See TracChangeset for help on using the changeset viewer.