IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13944


Ignore:
Timestamp:
Jun 21, 2007, 2:45:48 PM (19 years ago)
Author:
Paul Price
Message:

Adding recipe for photometry and astrometry only.

File:
1 edited

Legend:

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

    r13921 r13944  
    423423END
    424424
     425# Photometry and astrometry only (for pre-reduced data)
     426PPIMAGE_PA   METADATA
     427  OVERSCAN        BOOL    FALSE           # Overscan subtraction
     428  BIAS            BOOL    FALSE           # Bias subtraction
     429  DARK            BOOL    FALSE           # Dark subtraction
     430  SHUTTER         BOOL    FALSE           # Shutter correction
     431  FLAT            BOOL    FALSE           # Flat-field normalisation
     432  MASK            BOOL    FALSE           # Mask bad pixels
     433  FRINGE          BOOL    FALSE           # Fringe subtraction
     434  BIN1.FITS       BOOL    FALSE           # Save 1st binned chip image?
     435  BIN2.FITS       BOOL    FALSE           # Save 2nd binned chip image?
     436  BIN1.JPEG       BOOL    TRUE            # Save 1st binned jpeg?
     437  BIN2.JPEG       BOOL    TRUE            # Save 2nd binned jpeg?
     438  PHOTOM          BOOL    TRUE            # Source identification and photometry
     439  ASTROM.CHIP     BOOL    TRUE            # Astrometry per chip?
     440  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     441END
     442
    425443# JPEG images for different types of residual images
    426444# Save JPEG from BIN1 for bias
Note: See TracChangeset for help on using the changeset viewer.