IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13699


Ignore:
Timestamp:
Jun 7, 2007, 10:19:39 AM (19 years ago)
Author:
eugene
Message:

clean up formatting

Location:
trunk
Files:
3 edited

Legend:

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

    r13698 r13699  
    6161# Recipes to use, as a function of the detrend type
    6262use constant RECIPES => {
    63     'bias'    => 'PPIMAGE_O',    # Overscan only
    64     'dark'    => 'PPIMAGE_OB',  # Overscan and bias only
    65     'shutter' => 'PPIMAGE_OBD', # Overscan, bias and dark only
    66     'flat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
    67     'domeflat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
    68     'skyflat'    => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
    69     'fringe'  => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only
     63    'bias'     => 'PPIMAGE_O',    # Overscan only
     64    'dark'     => 'PPIMAGE_OB',  # Overscan and bias only
     65    'shutter'  => 'PPIMAGE_OBD', # Overscan, bias and dark only
     66    'flat'     => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
     67    'domeflat' => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
     68    'skyflat'  => 'PPIMAGE_OBDS', # Overscan, bias, dark and shutter only
     69    'fringe'   => 'PPIMAGE_OBDSF',# Overscan, bias, dark, shutter and flat only
    7070};
    7171
  • trunk/ippScripts/scripts/detrend_resid.pl

    r13698 r13699  
    9090# Flags to specify the particular detrend to use
    9191use constant DETRENDS => {
    92     'bias' => '-bias',          # Specify the bias frame
    93     'dark' => '-dark',          # Specify the dark frame
    94     'shutter' => '-shutter',    # Specify the shutter frame
    95     'flat' => '-flat',          # Specify the flat frame
     92    'bias'     => '-bias',      # Specify the bias frame
     93    'dark'     => '-dark',      # Specify the dark frame
     94    'shutter'  => '-shutter',   # Specify the shutter frame
     95    'flat'     => '-flat',      # Specify the flat frame
    9696    'domeflat' => '-flat',      # Specify the flat frame
    97     'skyflat' => '-flat',       # Specify the flat frame
    98     'fringe' => '-fringe',      # Specify the fringe frame
     97    'skyflat'  => '-flat',      # Specify the flat frame
     98    'fringe'   => '-fringe',    # Specify the fringe frame
    9999};
    100100
  • trunk/ippconfig/recipes/ppStats.config

    r13650 r13699  
    2020SUMMARY         STR     SAT_PIXEL_FRAC
    2121
    22 STAT            STR     ROBUST_MEDIAN, ROBUST_STDEV   # Background statistics estimators
     22STAT            STR     ROBUST_MEDIAN
     23STAT            STR     ROBUST_STDEV   # Background statistics estimators
    2324
    2425### ppStats recipe for Phase 0
Note: See TracChangeset for help on using the changeset viewer.