IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 32937 for trunk/ippTools


Ignore:
Timestamp:
Dec 13, 2011, 11:06:07 AM (15 years ago)
Author:
bills
Message:

include some information about the exposure in the output

File:
1 edited

Legend:

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

    r27682 r32937  
    11SELECT
    22    warpSkyfile.*,
    3     rawExp.camera
     3    rawExp.camera,
     4    rawExp.exp_id,
     5    rawExp.exp_name,
     6    rawExp.object,
     7    rawExp.dateobs,
     8    rawExp.comment
    49FROM stackRun
    510JOIN stackInputSkyfile USING(stack_id)
Note: See TracChangeset for help on using the changeset viewer.