IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 9, 2007, 2:42:28 PM (19 years ago)
Author:
eugene
Message:

drop EARLY concept for cfh12k formats; always use IMAGEID for EXTWORD

File:
1 edited

Legend:

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

    r15144 r15550  
    1212FILE    METADATA
    1313        # How to read this data
    14         PHU             STR     CHIP    # The FITS file represents an entire FPA
    15         EXTENSIONS      STR     NONE    # The extensions represent chips
    16         FPA.NAME        STR     EXPNUM  # A PHU keyword for unique identifier
    17         CONTENT         STR     IMAGEID # Key to the CONTENTS menu
     14        PHU             STR     CHIP     # The FITS file represents an entire FPA
     15        EXTENSIONS      STR     NONE     # The extensions represent chips
     16        FPA.NAME        STR     EXPNUM   # A PHU keyword for unique identifier
     17        CHIP.NAME       STR     IMAGEID  # An extension keyword for unique identifie
     18        EXTWORD         STR     IMAGEID
     19        CONTENT         STR     IMAGEID  # Key to the CONTENTS menu
    1820        CONTENT.RULE    STR     {CHIP.N} # How to derive the CONTENT when writing
    19         EXTWORD         STR     EXTNAME
    2021END
    2122
     
    5859# How to translate PS concepts into FITS headers
    5960TRANSLATION     METADATA
     61        FPA.OBSTYPE     STR     OBSTYPE
     62        FPA.OBJECT      STR     OBSTYPE
    6063        FPA.AIRMASS     STR     AIRMASS
     64        FPA.FILTERID    STR     FILTER
    6165        FPA.FILTER      STR     FILTER
    6266        FPA.POSANGLE    STR     ROTANGLE
     
    6468        FPA.DEC         STR     DEC
    6569        FPA.RADECSYS    STR     RADECSYS
    66         FPA.OBSTYPE     STR     OBSTYPE
    67         FPA.OBJECT      STR     OBSTYPE
    6870        FPA.FOCUS       STR     TELFOCUS
    6971        FPA.TIME        STR     MJD-OBS
     
    9294        CELL.XSIZE              S32     2048
    9395        CELL.YSIZE              S32     4096
     96        CELL.READNOISE          F32     10.0
    9497        CELL.READDIR            S32     1               # Cell is read in x direction
    9598        CELL.BAD                S32     0
Note: See TracChangeset for help on using the changeset viewer.