IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28406


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

Add statistics file to output list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diff_outputs.pl

    r27793 r28406  
    1616use constant PRODUCTS => { 'REGULAR' => [ 'IMAGE', 'MASK', 'VARIANCE',
    1717                                          'SOURCES', 'JPEG1', 'JPEG2',
    18                                           'KERNEL', 'LOG' ],
     18                                          'KERNEL', 'LOG', 'STATS', ],
    1919                           'ALL' => [ 'IMAGE', 'MASK', 'VARIANCE', 'SOURCES', 'JPEG1', 'JPEG2', 'KERNEL',
    2020                                      'INVERSE.IMAGE', 'INVERSE.MASK', 'INVERSE.VARIANCE', 'INVERSE.SOURCES',
     
    4848                             'REFCONV.VARIANCE' => '.refConv.wt.fits', # Convolved reference variance
    4949                             'LOG' => '.log', # Log file
     50                             'STATS' => '.stats', # Statistics file
    5051                         };
    5152
Note: See TracChangeset for help on using the changeset viewer.