IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27880


Ignore:
Timestamp:
May 7, 2010, 1:21:52 PM (16 years ago)
Author:
bills
Message:

in chiptool modes -processedimfile and -listrun and warptool modes -warped and listrun -listrun
include ra, decl, exp_time, and dateobs

Location:
trunk/ippTools/share
Files:
4 edited

Legend:

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

    r27738 r27880  
    1616    rawExp.camera,
    1717    rawExp.filter,
     18    rawExp.dateobs,
     19    rawExp.ra,
     20    rawExp.decl,
     21    rawExp.exp_time,
    1822    rawExp.magicked AS raw_magicked,
    1923    magicDSRun.state AS dsRun_state
  • trunk/ippTools/share/chiptool_processedimfile.sql

    r27738 r27880  
    2323    rawExp.telescope,
    2424    rawExp.filelevel,
     25    rawExp.dateobs,
     26    rawExp.ra,
     27    rawExp.decl,
     28    rawExp.exp_time,
    2529    rawImfile.magicked AS raw_magicked,
    2630    rawImfile.burntool_state,
  • trunk/ippTools/share/warptool_listrun.sql

    r27737 r27880  
    66    rawExp.exp_name,
    77    rawExp.camera,
    8     rawExp.filter
     8    rawExp.filter,
     9    rawExp.dateobs,
     10    rawExp.ra,
     11    rawExp.decl,
     12    rawExp.exp_time
    913FROM warpRun
    1014JOIN fakeRun
  • trunk/ippTools/share/warptool_warped.sql

    r27737 r27880  
    77    rawExp.exp_id,
    88    rawExp.exp_name,
    9     rawExp.camera
     9    rawExp.camera,
     10    rawExp.filter,
     11    rawExp.dateobs,
     12    rawExp.ra,
     13    rawExp.decl,
     14    rawExp.exp_time
    1015FROM warpRun
    1116JOIN warpSkyfile
Note: See TracChangeset for help on using the changeset viewer.