IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 38845


Ignore:
Timestamp:
Oct 12, 2015, 1:33:27 PM (11 years ago)
Author:
bills
Message:

add warp_imfile_id to the output of fftool -result

File:
1 edited

Legend:

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

    r37587 r38845  
    1111    stackRun.skycell_id,
    1212    stackRun.filter,
     13    warpImfile.warp_skyfile_id,
    1314    rawExp.exp_id,
    1415    rawExp.exp_name,
     
    2021    JOIN warpRun using(warp_id, tess_id)
    2122    JOIN warpSkyfile USING(warp_id, tess_id, skycell_id)
     23    JOIN warpImfile USING(warp_id, skycell_id)
    2224    JOIN fakeRun using(fake_id)
    2325    JOIN camRun using(cam_id)
Note: See TracChangeset for help on using the changeset viewer.