IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 30, 2007, 4:11:03 PM (19 years ago)
Author:
Paul Price
Message:

-towarped should not return the skycell-to-file map (that is done by

-scmap). At this stage, we just want to know what skycells require
warping.

File:
1 edited

Legend:

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

    r12261 r13088  
    1 SELECT
    2     warpSkyCellMap.*,
     1SELECT DISTINCT
     2    warpSkyCellMap.warp_id,
     3    warpSkyCellMap.skycell_id,
     4    warpSkyCellMap.tess_id,
     5    warpSkyCellMap.cam_id,
    36    rawExp.camera,
    47    warpRun.workdir
Note: See TracChangeset for help on using the changeset viewer.