IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 26514


Ignore:
Timestamp:
Jan 4, 2010, 4:23:55 PM (16 years ago)
Author:
heather
Message:

fixing scripts for 'SKYFLATTEST_RAW'

Location:
trunk/ippScripts/scripts
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippScripts/scripts/detrend_norm_apply.pl

    r24764 r26514  
    8585    'DOMEFLAT_RAW'     => 'FLAT',
    8686    'SKYFLAT_RAW'      => 'FLAT',
     87    'SKYFLATTEST_RAW'  => 'FLAT',
    8788    'FLAT'             => 'FLAT',
    8889    'DOMEFLAT'         => 'FLAT',
  • trunk/ippScripts/scripts/detrend_norm_calc.pl

    r24764 r26514  
    7777    'DOMEFLAT_RAW'     => 1,
    7878    'SKYFLAT_RAW'      => 1,
     79    'SKYFLATTEST_RAW'  => 1,
    7980    'FLAT'             => 1,
    8081    'DOMEFLAT'         => 1,
  • trunk/ippScripts/scripts/detrend_process_imfile.pl

    r25801 r26514  
    9191                  'DOMEFLAT_RAW'     => 'PPIMAGE.OUTPUT.DETREND',
    9292                  'SKYFLAT_RAW'      => 'PPIMAGE.OUTPUT.DETREND',
     93                  'SKYFLATTEST_RAW'  => 'PPIMAGE.OUTPUT.DETREND',
    9394                  'FLAT'             => 'PPIMAGE.OUTPUT.DETREND',
    9495                  'DOMEFLAT'         => 'PPIMAGE.OUTPUT.DETREND',
  • trunk/ippScripts/scripts/detrend_resid_imfile.pl

    r24764 r26514  
    111111    'DOMEFLAT_RAW'     => '-flat',      # Specify the flat frame
    112112    'SKYFLAT_RAW'      => '-flat',      # Specify the flat frame
     113    'SKYFLATTEST_RAW'  => '-flat',      # Specify the flat frame
    113114    'FLAT'             => '-flat',      # Specify the flat frame
    114115    'DOMEFLAT'         => '-flat',      # Specify the flat frame
     
    137138                  'DOMEFLAT_RAW'     => 'PPIMAGE.OUTPUT.DETREND',
    138139                  'SKYFLAT_RAW'      => 'PPIMAGE.OUTPUT.DETREND',
     140                  'SKYFLATTEST_RAW'  => 'PPIMAGE.OUTPUT.DETREND',
    139141                  'FLAT'             => 'PPIMAGE.OUTPUT.DETREND',
    140142                  'DOMEFLAT'         => 'PPIMAGE.OUTPUT.DETREND',
Note: See TracChangeset for help on using the changeset viewer.