IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jun 12, 2006, 4:51:06 PM (20 years ago)
Author:
eugene
Message:

substantial work to get all formats working

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/megacam_detrended/format_split.config

    r7086 r7532  
    1 # The split MecaCam data is stored in single file for each chip
     1# The split MegaCam data is stored in single file for each chip
     2# this file is for DETREND Megacam images
    23
    34# How to recognise this type
     
    56        TELESCOP        STR     CFHT 3.6m
    67        DETECTOR        STR     MegaCam
    7         IMRED_NF        BOOL    T
     8        IMRED_OP        STR     MASK_BP + OVERSCAN + BIAS + FLAT-FIELD
    89END
    910
    1011# How to read this data
    1112FILE    METADATA
    12         PHU             STR     CHIP    # The FITS file represents an entire FPA
    13         EXTENSIONS      STR     NONE    # The extensions represent chips
     13        PHU             STR     CHIP    # The FITS file represents a chip
     14        EXTENSIONS      STR     NONE    # There are no FITS extensions in this file
    1415        FPA.NAME        STR     EXPNUM  # A PHU keyword for unique identifier within the hierarchy level
    1516        CHIP.NAME       STR     EXTNAME # An extension keyword for unique identifier
     
    119120        CELL.TIME       STR     MJD
    120121END
    121  
    122 # How to get the supplementary stuff: mask and weight
    123 #### XXX these are probably not needed now
    124 SUPPLEMENTARY   METADATA
    125         MASK.SOURCE     STR     FILE            # Source type for mask: EXT | FILE
    126         MASK.NAME       STR     %a_mask.fits    # Name for mask extension or filename
    127         WEIGHT.SOURCE   STR     FILE            # Source type for weight: EXT | FILE
    128         WEIGHT.NAME     STR     %a_weight.fits  # Name for weight extension or filename
    129 END
    130 
Note: See TracChangeset for help on using the changeset viewer.