IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13907


Ignore:
Timestamp:
Jun 19, 2007, 4:58:11 PM (19 years ago)
Author:
Paul Price
Message:

Ensuring chip-mosaicked images are written out in the correct places.

Location:
trunk/ippconfig/simmosaic
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/simmosaic/ppImage.config

    r13021 r13907  
    33# List of tasks to perform
    44
    5 BASE.FITS       BOOL    TRUE            # Save base detrended image?
    6 BIN1.FITS       BOOL    TRUE            # Save 1st binned chip image?
    7 BIN2.FITS       BOOL    TRUE            # Save 2nd binned chip image?
     5BASE.FITS       BOOL    FALSE           # Save base detrended image?
     6CHIP.FITS       BOOL    TRUE            # Save chip-mosaicked image?
     7BIN1.FITS       BOOL    TRUE            # Save 1st binned chip image?
     8BIN2.FITS       BOOL    TRUE            # Save 2nd binned chip image?
    89
    910# binned output image options
     
    1415
    1516# Overscan subtraction
    16 OVERSCAN.SINGLE         BOOL    FALSE           # Reduce overscan to a single value?
    17 OVERSCAN.FIT            STR     POLYNOMIAL      # NONE | POLYNOMIAL | SPLINE
    18 OVERSCAN.ORDER          S32     7               # Order of polynomial fit
    19 OVERSCAN.STAT           STR     MEAN            # MEAN | MEDIAN
     17OVERSCAN.SINGLE         BOOL    FALSE           # Reduce overscan to a single value?
     18OVERSCAN.FIT            STR     POLYNOMIAL      # NONE | POLYNOMIAL | SPLINE
     19OVERSCAN.ORDER          S32     7               # Order of polynomial fit
     20OVERSCAN.STAT           STR     MEAN            # MEAN | MEDIAN
    2021
    2122# How to select the appropriate detrend image
     
    3435  END
    3536  SHUTTER METADATA
    36   END   
     37  END   
    3738END
    3839
     
    4344# Overscan subtraction only
    4445PPIMAGE_O         METADATA
     46  BASE.FITS       BOOL    TRUE            # Save base detrended image?
     47  CHIP.FITS       BOOL    FALSE           # Save chip-mosaicked image?
    4548  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    4649  BIAS            BOOL    FALSE           # Bias subtraction
     
    5053  MASK            BOOL    FALSE           # Mask bad pixels
    5154  FRINGE          BOOL    FALSE           # Fringe subtraction
    52   PHOTOM          BOOL    FALSE           # Source identification and photometry
     55  PHOTOM          BOOL    FALSE           # Source identification and photometry
    5356  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
    54   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     57  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    5558END
    5659
    5760# Dark subtraction only
    5861PPIMAGE_D         METADATA
     62  BASE.FITS       BOOL    TRUE            # Save base detrended image?
     63  CHIP.FITS       BOOL    FALSE           # Save chip-mosaicked image?
    5964  OVERSCAN        BOOL    FALSE           # Overscan subtraction
    6065  BIAS            BOOL    FALSE           # Bias subtraction
     
    6469  MASK            BOOL    FALSE           # Mask bad pixels
    6570  FRINGE          BOOL    FALSE           # Fringe subtraction
    66   PHOTOM          BOOL    FALSE           # Source identification and photometry
     71  PHOTOM          BOOL    FALSE           # Source identification and photometry
    6772  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
    68   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     73  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    6974END
    7075
    7176# Shutter correction only
    7277PPIMAGE_S         METADATA
     78  BASE.FITS       BOOL    TRUE            # Save base detrended image?
     79  CHIP.FITS       BOOL    FALSE           # Save chip-mosaicked image?
    7380  OVERSCAN        BOOL    FALSE           # Overscan subtraction
    7481  BIAS            BOOL    FALSE           # Bias subtraction
    7582  DARK            BOOL    FALSE           # Dark subtraction
    76   SHUTTER         BOOL    FALSE            # Shutter correction
     83  SHUTTER         BOOL    FALSE           # Shutter correction
    7784  FLAT            BOOL    FALSE           # Flat-field normalisation
    7885  MASK            BOOL    FALSE           # Mask bad pixels
    7986  FRINGE          BOOL    FALSE           # Fringe subtraction
    80   PHOTOM          BOOL    FALSE           # Source identification and photometry
     87  PHOTOM          BOOL    FALSE           # Source identification and photometry
    8188  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
    82   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     89  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    8390END
    8491
    8592# Overscan, bias, dark
    8693PPIMAGE_OBD      METADATA
     94  BASE.FITS       BOOL    TRUE            # Save base detrended image?
     95  CHIP.FITS       BOOL    FALSE           # Save chip-mosaicked image?
    8796  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    8897  BIAS            BOOL    TRUE            # Bias subtraction
     
    92101  MASK            BOOL    FALSE           # Mask bad pixels
    93102  FRINGE          BOOL    FALSE           # Fringe subtraction
    94   PHOTOM          BOOL    FALSE           # Source identification and photometry
     103  PHOTOM          BOOL    FALSE           # Source identification and photometry
    95104  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
    96   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     105  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    97106END
    98107
    99108# Overscan, bias, dark, shutter
    100109PPIMAGE_OBDS      METADATA
     110  BASE.FITS       BOOL    TRUE            # Save base detrended image?
     111  CHIP.FITS       BOOL    FALSE           # Save chip-mosaicked image?
    101112  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    102113  BIAS            BOOL    TRUE            # Bias subtraction
     
    106117  MASK            BOOL    FALSE           # Mask bad pixels
    107118  FRINGE          BOOL    FALSE           # Fringe subtraction
    108   PHOTOM          BOOL    FALSE           # Source identification and photometry
     119  PHOTOM          BOOL    FALSE           # Source identification and photometry
    109120  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
    110   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     121  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    111122END
    112123
    113124# Overscan, bias, dark, shutter, flat-field
    114125PPIMAGE_OBDSF     METADATA
     126  BASE.FITS       BOOL    TRUE            # Save base detrended image?
     127  CHIP.FITS       BOOL    FALSE           # Save chip-mosaicked image?
    115128  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    116129  BIAS            BOOL    TRUE            # Bias subtraction
     
    120133  MASK            BOOL    FALSE           # Mask bad pixels
    121134  FRINGE          BOOL    FALSE           # Fringe subtraction
    122   PHOTOM          BOOL    FALSE           # Source identification and photometry
     135  PHOTOM          BOOL    FALSE           # Source identification and photometry
    123136  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
    124   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     137  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    125138END
    126139
    127140# Overscan, bias, dark, shutter, flat-field, fringe
    128141PPIMAGE_OBDSFR    METADATA
     142  BASE.FITS       BOOL    TRUE            # Save base detrended image?
     143  CHIP.FITS       BOOL    FALSE           # Save chip-mosaicked image?
    129144  OVERSCAN        BOOL    TRUE            # Overscan subtraction
    130145  BIAS            BOOL    TRUE            # Bias subtraction
     
    134149  MASK            BOOL    FALSE           # Mask bad pixels
    135150  FRINGE          BOOL    FALSE           # Fringe subtraction
    136   PHOTOM          BOOL    FALSE           # Source identification and photometry
     151  PHOTOM          BOOL    FALSE           # Source identification and photometry
    137152  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
    138   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     153  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    139154END
    140155
     
    148163  MASK            BOOL    FALSE           # Mask bad pixels
    149164  FRINGE          BOOL    FALSE           # Fringe subtraction
    150   PHOTOM          BOOL    TRUE            # Source identification and photometry
     165  PHOTOM          BOOL    TRUE            # Source identification and photometry
    151166  ASTROM.CHIP     BOOL    FALSE           # Astrometry per chip?
    152   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     167  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    153168END
    154169
     
    162177  MASK            BOOL    FALSE           # Mask bad pixels
    163178  FRINGE          BOOL    FALSE           # Fringe subtraction
    164   PHOTOM          BOOL    TRUE            # Source identification and photometry
     179  PHOTOM          BOOL    TRUE            # Source identification and photometry
    165180  ASTROM.CHIP     BOOL    TRUE            # Astrometry per chip?
    166   ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     181  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
    167182END
  • trunk/ippconfig/simmosaic/psphot.config

    r13809 r13907  
    44SAVE.BACKGND    BOOL    TRUE
    55SAVE.BACKSUB    BOOL    TRUE
    6 SAVE.PLOTS      BOOL    TRUE
     6SAVE.PLOTS      BOOL    FALSE
    77SAVE.RESID      BOOL    TRUE
    88SAVE.PSF        BOOL    TRUE
Note: See TracChangeset for help on using the changeset viewer.