IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 30, 2007, 12:41:30 PM (19 years ago)
Author:
eugene
Message:

make jpeg recipe depend on the data type (bias, flat) and the mode (positive image, residual image)

File:
1 edited

Legend:

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

    r13275 r13552  
    6969use constant RECIPES => {
    7070    'master' => {               # We're creating a master --- already processed the input
    71         'bias' => 'PPIMAGE_B',  # Bias only
    72         'dark' => 'PPIMAGE_D',  # Dark only
    73         'shutter' => 'PPIMAGE_S',       # Shutter only
    74         'flat' => 'PPIMAGE_F',  # Flat-field only
     71        'bias'     => 'PPIMAGE_B',      # Bias only
     72        'dark'     => 'PPIMAGE_D',      # Dark only
     73        'shutter'  => 'PPIMAGE_S',      # Shutter only
     74        'flat'     => 'PPIMAGE_F',      # Flat-field only
    7575        'domeflat' => 'PPIMAGE_F',      # Flat-field only
    76         'skyflat' => 'PPIMAGE_F',       # Flat-field only
    77         'fringe' => 'PPIMAGE_R',        # Fringe only
     76        'skyflat'  => 'PPIMAGE_F',      # Flat-field only
     77        'fringe'   => 'PPIMAGE_R',      # Fringe only
    7878    },
    7979    'verify' => {               # We're checking the master --- input is not already processed
    80         'bias' => 'PPIMAGE_OB', # Bias only
    81         'dark' => 'PPIMAGE_OBD',        # Dark only
    82         'shutter' => 'PPIMAGE_OBDS',    # Shutter only
    83         'flat' => 'PPIMAGE_OBDSF',      # Flat-field only
     80        'bias'     => 'PPIMAGE_OB',     # Bias only
     81        'dark'     => 'PPIMAGE_OBD',    # Dark only
     82        'shutter'  => 'PPIMAGE_OBDS',   # Shutter only
     83        'flat'     => 'PPIMAGE_OBDSF',  # Flat-field only
    8484        'domeflat' => 'PPIMAGE_OBDSF',  # Flat-field only
    85         'skyflat' => 'PPIMAGE_OBDSF',   # Flat-field only
    86         'fringe' => 'PPIMAGE_OBDSFR',   # Fringe only
     85        'skyflat'  => 'PPIMAGE_OBDSF',  # Flat-field only
     86        'fringe'   => 'PPIMAGE_OBDSFR', # Fringe only
    8787    },
    8888};
     
    9494    'shutter' => '-shutter',    # Specify the shutter frame
    9595    'flat' => '-flat',          # Specify the flat frame
    96     'domeflat' => '-flat',              # Specify the flat frame
    97     'skyflat' => '-flat',               # Specify the flat frame
     96    'domeflat' => '-flat',      # Specify the flat frame
     97    'skyflat' => '-flat',       # Specify the flat frame
    9898    'fringe' => '-fringe',      # Specify the fringe frame
    9999};
    100 
    101100
    102101use constant DELETE_STATS => 0; # Delete the statistics file when done?
Note: See TracChangeset for help on using the changeset viewer.