IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20728


Ignore:
Timestamp:
Nov 13, 2008, 2:21:48 PM (17 years ago)
Author:
Paul Price
Message:

Fixing SQL and file extensions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/warp_inputs.pl

    r20727 r20728  
    1212use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
    1313
    14 use constant IMAGE => '.fits';  # Image extension
    15 use constant MASK => '.mask.fits'; # Mask extension
    16 use constant WEIGHT => '.wt.fits'; # Weight extension
     14use constant IMAGE => '.ch.fits';  # Image extension
     15use constant MASK => '.ch.mk.fits'; # Mask extension
     16use constant WEIGHT => '.ch.wt.fits'; # Weight extension
    1717use constant ASTROM => '.smf';  # Astrometry extension
    1818
     
    6060    " JOIN fakeRun USING(fake_id)" .
    6161    " JOIN camRun USING(cam_id)" .
     62    " JOIN camProcessedExp USING(cam_id)" .
    6263    " JOIN chipProcessedImfile USING(chip_id, class_id)" .
    6364    " WHERE warp_id = $warp_id" .
    64     " AND skycell_id = $skycell_id";
     65    " AND skycell_id = \'$skycell_id\'";
    6566
    6667
Note: See TracChangeset for help on using the changeset viewer.