IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 10742


Ignore:
Timestamp:
Dec 14, 2006, 9:19:51 PM (19 years ago)
Author:
eugene
Message:

various flat vs domeflat fixes (incomplete)

Location:
trunk/ippScripts/scripts
Files:
4 edited

Legend:

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

    r10700 r10742  
    4242    'shutter' => 0,
    4343    'flat' => 1,
     44    'domeflat' => 1,
     45    'skyflat' => 1,
    4446    'fringe' => 0,
    4547    };
  • trunk/ippScripts/scripts/detrend_process_imfile.pl

    r10723 r10742  
    4949    'shutter' => 'PPIMAGE_OBD',  # Overscan, bias and dark only
    5050    'flat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
     51    'domeflat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
     52    'skyflat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
    5153    'fringe'  => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only
    5254};
  • trunk/ippScripts/scripts/detrend_resid.pl

    r10592 r10742  
    5757        'shutter' => 'PPIMAGE_S',       # Shutter only
    5858        'flat' => 'PPIMAGE_F',  # Flat-field only
     59        'domeflat' => 'PPIMAGE_F',      # Flat-field only
     60        'skyflat' => 'PPIMAGE_F',       # Flat-field only
    5961        'fringe' => 'PPIMAGE_R',        # Fringe only
    6062    },
     
    6466        'shutter' => 'PPIMAGE_OBDS',    # Shutter only
    6567        'flat' => 'PPIMAGE_OBDSF',      # Flat-field only
     68        'domeflat' => 'PPIMAGE_OBDSF',  # Flat-field only
     69        'skyflat' => 'PPIMAGE_OBDSF',   # Flat-field only
    6670        'fringe' => 'PPIMAGE_OBDSFR',   # Fringe only
    6771    },
     
    7478    'shutter' => '-shutter',    # Specify the shutter frame
    7579    'flat' => '-flat',          # Specify the flat frame
     80    'domeflat' => '-flat',              # Specify the flat frame
     81    'skyflat' => '-flat',               # Specify the flat frame
    7682    'fringe' => '-fringe',      # Specify the fringe frame
    7783};
  • trunk/ippScripts/scripts/detrend_stack.pl

    r10700 r10742  
    4545    'shutter' => 'PPMERGE_SHUTTER',
    4646    'flat' => 'PPMERGE_FLAT',
     47    'domeflat' => 'PPMERGE_FLAT',
     48    'skyflat' => 'PPMERGE_FLAT',
    4749    'fringe' => 'PPMERGE_FRINGE',
    4850    };
Note: See TracChangeset for help on using the changeset viewer.