IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 5, 2006, 2:59:31 PM (20 years ago)
Author:
jhoblitt
Message:

more reworking of -tonormalizedstat -- mask out the whole frame if any component imfile appears in detNormalizedImfile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/src/dettool.c

    r9314 r9319  
    21682168        "     detRun.iteration"
    21692169        " FROM detRun"
    2170         " LEFT JOIN detInputExp"
     2170        " JOIN detInputExp"
    21712171        "     ON detRun.position = detInputExp.det_id"
    21722172        "     AND detRun.iteration = detInputExp.iteration"
    2173         " LEFT JOIN rawDetrendExp"
     2173        " JOIN rawDetrendExp"
    21742174        "     ON detInputExp.exp_tag = rawDetrendExp.exp_tag"
    2175         " LEFT JOIN detStackedImfile"
     2175        " JOIN detStackedImfile"
    21762176        "     ON detInputExp.det_id = detStackedImfile.det_id"
    21772177        "     AND detInputExp.iteration = detStackedImfile.iteration"
     2178        " LEFT JOIN detNormlaizedStatImfile"
     2179        "     ON detRun.position = detNormalizedStatImfile.det_id"
     2180        "     ON detRun.iteration = detNormalizedStatImfile.iteration"
    21782181        " WHERE"
    21792182        "   detRun.state = 'run'"
     2183        "   AND detNormalizedStatImfile.det_id IS NULL"
     2184        "   AND detNormalizedStatImfile.iteration IS NULL"
    21802185        " GROUP BY"
    21812186        "     rawDetrendExp.exp_tag,"
Note: See TracChangeset for help on using the changeset viewer.