IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 12, 2007, 12:24:34 PM (19 years ago)
Author:
jhoblitt
Message:

catch renaming raw*Exp -> rawExp conversions
update p3tool to the 'new' fault handling semantics

File:
1 edited

Legend:

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

    r10161 r11075  
    9090        // "   detRun.state,"
    9191        // "   detRunSummary.accept,"
    92         // "   rawDetrendExp.camera"
     92        // "   rawExp.camera"
    9393        " FROM detRun"
    9494        " JOIN detRunSummary "
     
    9797        "   ON detRunSummary.det_id = detInputExp.det_id"
    9898        "   AND detRunSummary.iteration = detInputExp.iteration"
    99         " JOIN rawDetrendExp"
    100         "   ON detInputExp.exp_tag = rawDetrendExp.exp_tag"
     99        " JOIN rawExp"
     100        "   ON detInputExp.exp_tag = rawExp.exp_tag"
    101101        " JOIN rawImfile"
    102         "   ON rawDetrendExp.exp_tag = rawImfile.exp_tag"
     102        "   ON rawExp.exp_tag = rawImfile.exp_tag"
    103103        " WHERE"
    104104        "   detRun.state = 'stop'"
     
    106106        // XXX the following entry is needed to exclude db mismatched
    107107        // XXX these are caused by an error upstream and should be fixed
    108 //        "   AND detRun.det_type = rawDetrendExp.object"
     108//        "   AND detRun.det_type = rawExp.object"
    109109    );
    110110# endif
Note: See TracChangeset for help on using the changeset viewer.