IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 20591


Ignore:
Timestamp:
Nov 7, 2008, 9:26:26 PM (18 years ago)
Author:
Paul Price
Message:

Outputs from chip are chip-mosaicked files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/chip_outputs.pl

    r20590 r20591  
    1212use Getopt::Long qw( GetOptions :config auto_help auto_version gnu_getopt );
    1313
    14 use constant EXTENSIONS => { 'IMAGE' => '.fits', # Image
    15                              'MASK' => '.mask.fits', # Mask
    16                              'WEIGHT' => '.wt.fits', # Weight
     14use constant EXTENSIONS => { 'IMAGE' => '.ch.fits', # Image
     15                             'MASK' => '.ch.mk.fits', # Mask
     16                             'WEIGHT' => '.ch.wt.fits', # Weight
    1717                             'SOURCES' => '.cmf', # Sources
    1818                         };
Note: See TracChangeset for help on using the changeset viewer.