IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 9, 2009, 12:58:30 PM (17 years ago)
Author:
Paul Price
Message:

Changing 'weight' to 'variance'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diff_inputs.pl

    r21119 r21427  
    1515use constant WARP_EXTENSIONS => { 'IMAGE' => '.fits', # Image
    1616                                  'MASK' => '.mask.fits', # Mask
    17                                   'WEIGHT' => '.wt.fits', # Weight
     17                                  'VARIANCE' => '.wt.fits', # Variance
    1818                                  'SOURCES' => '.cmf', # Sources
    1919                              };
     
    2121use constant STACK_EXTENSIONS => { 'IMAGE' => '.fits', # Image
    2222                                   'MASK' => '.mask.fits', # Mask
    23                                    'WEIGHT' => '.wt.fits', # Weight
     23                                   'VARIANCE' => '.wt.fits', # Variance
    2424                                   'SOURCES' => '.cmf', # Sources
    2525                               };
Note: See TracChangeset for help on using the changeset viewer.