IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 8, 2008, 12:37:49 PM (18 years ago)
Author:
bills
Message:

In the modes for difftool, stacktool, and warptool that print out results
of runs include the exp_id and camera and also allow (or fix bugs in)
selecting by exp_id

File:
1 edited

Legend:

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

    r18950 r18975  
    11SELECT
    22    warpSkyfile.*,
    3     warpRun.state
     3    warpRun.state,
     4    rawExp.exp_id,
     5    rawExp.camera
    46FROM warpRun
    57JOIN warpSkyfile
    68    USING(warp_id)
     9JOIN fakeRun
     10    ON warpRun.fake_id = fakeRun.fake_id
     11JOIN camRun
     12    ON camRun.cam_id   = fakeRun.cam_id
     13JOIN chipRun
     14    ON camRun.chip_id  = chipRun.chip_id
     15JOIN rawExp
     16    ON chipRun.exp_id  = rawExp.exp_id
    717WHERE
    818-- bogus test; just here so there there is a 'WHERE' stmt to append conditionals too
Note: See TracChangeset for help on using the changeset viewer.