IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 23, 2010, 3:18:04 PM (16 years ago)
Author:
Paul Price
Message:

Need astrometry.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/ippTools/share/bgtool_warpinputs.sql

    r28199 r28443  
    11SELECT
    22    chipBackgroundImfile.path_base AS chip_path_base
     3    camProcessedExp.path_base AS cam_path_base
    34FROM warpBackgroundRun
    45JOIN warpRun USING(warp_id)
     
    78JOIN chipBackgroundRun USING(chip_bg_id)
    89JOIN chipBackgroundImfile USING(chip_bg_id, class_id)
     10JOIN fakeRun USING(fake_id)
     11JOIN camProcessedExp USING(cam_id)
    912WHERE warpRun.state = 'full'
    1013    AND warpSkyfile.fault = 0
Note: See TracChangeset for help on using the changeset viewer.