IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18978


Ignore:
Timestamp:
Aug 8, 2008, 3:14:06 PM (18 years ago)
Author:
Paul Price
Message:

Merging Sebastian's tree: config file changes to recipes/ppImage.config and config files in sdssmosaic, to bring cvs in synch with what I'm using.

Location:
trunk/ippconfig
Files:
5 edited

Legend:

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

    r18897 r18978  
    13071307END
    13081308
     1309# For SDSS cameras
     1310PPIMAGE_OA_SOFT   METADATA
     1311END
     1312
     1313PPIMAGE_OP_SOFT   METADATA
     1314END
  • trunk/ippconfig/sdssmosaic/camera.config

    r18310 r18978  
    6868                JPEG_BIN2       STR     PPIMAGE_J2
    6969        END
    70         # photometry only for pre-detrended images
     70        # photometry and astrometry for pre-detrended images
    7171        SDSSphotast     METADATA
    7272                CHIP            STR     PPIMAGE_OA_SOFT
  • trunk/ippconfig/sdssmosaic/format.config

    r18308 r18978  
    2020        CHIP.NAME       STR     CAMCOL  # Distinguishes chip name
    2121        CONTENT         STR     CAMCOL
     22 # Is the following line the origin of the weirdly named output files?
    2223        CONTENT.RULE    STR     {CHIP.NUM} # How to derive the CONTENT when writing
    2324END
     
    9899# Default PS concepts that may be specified by value
    99100DEFAULTS        METADATA
    100         FPA.INSTRUMENT  STR     SDSSmosaic
     101# FPA.CAMERA contains the name of the camera according to the config system (i.e. SDSSmosaic)
     102# FPA.INSTRUMENT contains the name of the camera according to the fits headers (i.e. itself)
     103# Normally, this will be in the header keyword INSTRUME but for this one, we override it to
     104# SDSSmosaic to avoid confusion between this and the non-mosaic SDSS configuration.
     105        INSTRUME        STR     SDSSmosaic
     106        FPA.INSTRUMENT  STR     INSTRUME
    101107# The gain is only roughly correct...
    102108        CELL.GAIN       F32     5.0
  • trunk/ippconfig/sdssmosaic/ppImage.config

    r18302 r18978  
    9999END
    100100
     101# SDSS Softbias and photometry
     102PPIMAGE_OP_SOFT   METADATA
     103  BASE.FITS       BOOL    FALSE           # Save base detrended image?
     104  BASE.MASK.FITS   BOOL   FALSE           # Save base detrended image?
     105  BASE.WEIGHT.FITS BOOL   FALSE           # Save base detrended image?
     106  CHIP.FITS       BOOL    TRUE            # Save chip-mosaic-ed image?
     107  CHIP.MASK.FITS   BOOL   TRUE            # Save base detrended image?
     108  CHIP.WEIGHT.FITS BOOL   TRUE            # Save base detrended image?
     109  OVERSCAN        BOOL    TRUE            # Overscan subtraction
     110  OVERSCAN.CONSTANT BOOL  TRUE
     111  OVERSCAN.VALUE  F32     1000.0
     112  BIAS            BOOL    FALSE           # Bias subtraction
     113  DARK            BOOL    FALSE           # Dark subtraction
     114  SHUTTER         BOOL    FALSE           # Shutter correction
     115  FLAT            BOOL    FALSE           # Flat-field normalisation
     116  MASK            BOOL    FALSE            # Mask bad pixels
     117# To turn on masking, use the following lines:
     118#  MASK            BOOL    TRUE            # Mask bad pixels
     119#  MASK.VALUE     U8      1               # Bad-pixel value in my SDSS masks (see IPPwiki/stripe82)
     120  FRINGE          BOOL    FALSE           # Fringe subtraction
     121  BIN1.FITS       BOOL    TRUE           # Save 1st binned chip image?
     122  BIN2.FITS       BOOL    TRUE           # Save 2nd binned chip image?
     123  BIN1.JPEG       BOOL    TRUE            # Save 1st binned jpeg?
     124  BIN2.JPEG       BOOL    TRUE            # Save 2nd binned jpeg?
     125  PHOTOM          BOOL    TRUE            # Source identification and photometry
     126  ASTROM.CHIP     BOOL    FALSE            # Astrometry per chip?
     127  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     128END
     129
     130# SDSS Softbias, photometry, astrometry
     131PPIMAGE_OA_SOFT   METADATA
     132  BASE.FITS       BOOL    FALSE           # Save base detrended image?
     133  BASE.MASK.FITS   BOOL   FALSE           # Save base detrended image?
     134  BASE.WEIGHT.FITS BOOL   FALSE           # Save base detrended image?
     135  CHIP.FITS       BOOL    TRUE            # Save chip-mosaic-ed image?
     136  CHIP.MASK.FITS   BOOL   TRUE            # Save base detrended image?
     137  CHIP.WEIGHT.FITS BOOL   TRUE            # Save base detrended image?
     138  OVERSCAN        BOOL    TRUE            # Overscan subtraction
     139  OVERSCAN.CONSTANT BOOL  TRUE
     140  OVERSCAN.VALUE  F32     1000.0
     141  BIAS            BOOL    FALSE           # Bias subtraction
     142  DARK            BOOL    FALSE           # Dark subtraction
     143  SHUTTER         BOOL    FALSE           # Shutter correction
     144  FLAT            BOOL    FALSE           # Flat-field normalisation
     145  MASK            BOOL    FALSE            # Mask bad pixels
     146# To turn on masking, use the following lines:
     147#  MASK            BOOL    TRUE            # Mask bad pixels
     148#  MASK.VALUE     U8      1               # Bad-pixel value in my SDSS masks (see IPPwiki/stripe82)
     149  FRINGE          BOOL    FALSE           # Fringe subtraction
     150  BIN1.FITS       BOOL    TRUE           # Save 1st binned chip image?
     151  BIN2.FITS       BOOL    TRUE           # Save 2nd binned chip image?
     152  BIN1.JPEG       BOOL    TRUE            # Save 1st binned jpeg?
     153  BIN2.JPEG       BOOL    TRUE            # Save 2nd binned jpeg?
     154  PHOTOM          BOOL    TRUE            # Source identification and photometry
     155  ASTROM.CHIP     BOOL    TRUE            # Astrometry per chip?
     156  ASTROM.MOSAIC   BOOL    FALSE           # Astrometry for mosaic?
     157END
  • trunk/ippconfig/sdssmosaic/psastro.config

    r18303 r18978  
    6767PSASTRO.ANGLE.TOLERANCE       F32      1.0
    6868
    69 PSASTRO.CATDIR STR /IPP/ippRefs/catdir.2mass
     69# now use PSASTRO.CATDIR, it seems - and probably should only use it
     70# once anyway - used to have both synth.grizy and 2mass listed here...
     71# 2MASS is a symbolic name that needs to be defined in site.config
     72# in the PSASTRO.CATDIRS METADATA section. SYNTH.GRIZY is currently
     73# the other option.
     74PSASTRO.CATDIR STR 2MASS
    7075
    7176# Mosaic Astrometry options
Note: See TracChangeset for help on using the changeset viewer.