IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13590


Ignore:
Timestamp:
Jun 1, 2007, 2:09:52 PM (19 years ago)
Author:
eugene
Message:

fixed shutter jpeg modes

Location:
trunk/ippScripts/scripts
Files:
3 edited

Legend:

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

    r13558 r13590  
    6161        'bias'     => 'PPIMAGE_J1_IMAGE_B',     # Bias only
    6262        'dark'     => 'PPIMAGE_J1_IMAGE_B',     # Dark only
    63         'shutter'  => 'PPIMAGE_J1_IMAGE_B',     # Shutter only
     63        'shutter'  => 'PPIMAGE_J1_IMAGE_F',     # Shutter only
    6464        'flat'     => 'PPIMAGE_J1_IMAGE_F',     # Flat-field only
    6565        'domeflat' => 'PPIMAGE_J1_IMAGE_F',     # Flat-field only
     
    7070        'bias'     => 'PPIMAGE_J2_IMAGE_B',     # Bias only
    7171        'dark'     => 'PPIMAGE_J2_IMAGE_B',     # Dark only
    72         'shutter'  => 'PPIMAGE_J2_IMAGE_B',     # Shutter only
     72        'shutter'  => 'PPIMAGE_J2_IMAGE_F',     # Shutter only
    7373        'flat'     => 'PPIMAGE_J2_IMAGE_F',     # Flat-field only
    7474        'domeflat' => 'PPIMAGE_J2_IMAGE_F',     # Flat-field only
  • trunk/ippScripts/scripts/detrend_process_exp.pl

    r13558 r13590  
    6161        'bias'     => 'PPIMAGE_J1_IMAGE_B',     # Bias only
    6262        'dark'     => 'PPIMAGE_J1_IMAGE_B',     # Dark only
    63         'shutter'  => 'PPIMAGE_J1_IMAGE_B',     # Shutter only
     63        'shutter'  => 'PPIMAGE_J1_IMAGE_F',     # Shutter only
    6464        'flat'     => 'PPIMAGE_J1_IMAGE_F',     # Flat-field only
    6565        'domeflat' => 'PPIMAGE_J1_IMAGE_F',     # Flat-field only
     
    7070        'bias'     => 'PPIMAGE_J2_IMAGE_B',     # Bias only
    7171        'dark'     => 'PPIMAGE_J2_IMAGE_B',     # Dark only
    72         'shutter'  => 'PPIMAGE_J2_IMAGE_B',     # Shutter only
     72        'shutter'  => 'PPIMAGE_J2_IMAGE_F',     # Shutter only
    7373        'flat'     => 'PPIMAGE_J2_IMAGE_F',     # Flat-field only
    7474        'domeflat' => 'PPIMAGE_J2_IMAGE_F',     # Flat-field only
  • trunk/ippScripts/scripts/detrend_reject_imfile.pl

    r13552 r13590  
    6565        'bias'     => 'PPIMAGE_J1_RESID_B',     # Bias only
    6666        'dark'     => 'PPIMAGE_J1_RESID_B',     # Dark only
    67         'shutter'  => 'PPIMAGE_J1_RESID_B',     # Shutter only
     67        'shutter'  => 'PPIMAGE_J1_RESID_F',     # Shutter only
    6868        'flat'     => 'PPIMAGE_J1_RESID_F',     # Flat-field only
    6969        'domeflat' => 'PPIMAGE_J1_RESID_F',     # Flat-field only
     
    7474        'bias'     => 'PPIMAGE_J2_RESID_B',     # Bias only
    7575        'dark'     => 'PPIMAGE_J2_RESID_B',     # Dark only
    76         'shutter'  => 'PPIMAGE_J2_RESID_B',     # Shutter only
     76        'shutter'  => 'PPIMAGE_J2_RESID_F',     # Shutter only
    7777        'flat'     => 'PPIMAGE_J2_RESID_F',     # Flat-field only
    7878        'domeflat' => 'PPIMAGE_J2_RESID_F',     # Flat-field only
Note: See TracChangeset for help on using the changeset viewer.