IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 23, 2010, 11:20:24 AM (16 years ago)
Author:
bills
Message:

Add -listrun mode.
Fix handling of magicked bits during update.
Various other changes to the 'list' modes to support the postage stamp server

File:
1 edited

Legend:

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

    r26907 r27738  
    2222    rawExp.camera,
    2323    rawExp.telescope,
    24     rawExp.filelevel
     24    rawExp.filelevel,
     25    rawImfile.magicked AS raw_magicked,
     26    rawImfile.burntool_state,
     27    magicDSRun.state AS dsRun_state
    2528FROM chipRun
    2629JOIN chipImfile
     
    3033JOIN rawExp
    3134    ON chipProcessedImfile.exp_id = rawExp.exp_id
     35JOIN rawImfile
     36    ON rawExp.exp_id = rawImfile.exp_id
     37    AND chipProcessedImfile.class_id = rawImfile.class_id
     38LEFT JOIN magicDSRun
     39    ON stage_id = chip_id AND stage = 'chip' AND magicDSRun.re_place
Note: See TracChangeset for help on using the changeset viewer.