IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 8833


Ignore:
Timestamp:
Sep 18, 2006, 3:39:46 PM (20 years ago)
Author:
Paul Price
Message:

A lot of the headers have been populated; added some more distinguishing features as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/isp/format.config

    r8829 r8833  
    1 # Drop-dead simple camera with single chip with single cell
     1# Pan-STARRS Imaging Sky Probe
    22
    33# How to identify this type
    44RULE    METADATA
    55        SIMPLE          BOOL    TRUE
    6         NAXIS           S32         2
    7 #    BITPIX      S32     16
    8     TELESCOP    STR     ISP-1
    9     INSTRUME    STR     ISP-Apogee
    10     DETECTOR    STR     ISP-Apogee-01
     6        NAXIS           S32     2
     7        TELESCOP        STR     ISP-1
     8        INSTRUME        STR     ISP-Apogee
     9        DETECTOR        STR     ISP-Apogee-01
     10        ISPCAMER        STR     Apogee U42
     11        ISPVERS         F32     0.1
    1112END
    1213
    1314# How to read this data
    1415FILE    METADATA
    15         PHU                 STR     FPA # The FITS file represents an entire FPA
    16         EXTENSIONS      STR         NONE        # There are no extensions
    17         FPA.NAME        STR         SEQID       # A PHU keyword for unique identifier within the hierarchy level
     16        PHU             STR     FPA     # The FITS file represents an entire FPA
     17        EXTENSIONS      STR     NONE    # There are no extensions
     18        FPA.NAME        STR     SEQID   # A PHU keyword for unique identifier within the hierarchy level
    1819END
    1920
     
    2425CELLS   METADATA
    2526        amplifier       METADATA
    26                 CELL.TRIMSEC.SOURCE     STR     VALUE
    27                 CELL.BIASSEC.SOURCE     STR     VALUE
    28                 CELL.TRIMSEC            STR     [1:2048,1:2048]
    29                 CELL.BIASSEC            STR     [2049:2098,1:2048]
     27                CELL.TRIMSEC.SOURCE     STR     HEADER
     28                CELL.BIASSEC.SOURCE     STR     HEADER
     29                CELL.TRIMSEC            STR     TRIMSEC
     30                CELL.BIASSEC            STR     BIASSEC
    3031        END
    3132END
     
    3435TRANSLATION     METADATA
    3536        FPA.FILTER      STR     FILTNAME
     37        FPA.RA          STR     RA
     38        FPA.DEC         STR     DEC
     39        FPA.RADECSYS    STR     RADECSYS
     40        FPA.POSANGLE    STR     ROTANGLE
     41        FPA.AIRMASS     STR     AIRMASS
    3642        CELL.EXPOSURE   STR     EXPTIME
    37         CELL.DARKTIME   STR     EXPTIME         # Doesn't seem to be a concept of "dark time", so use EXPTIME
     43        CELL.DARKTIME   STR     DARKTIME
    3844        CELL.TIME       STR     MJD-OBS
    39 
    40 ### These aren't in the header, but probably should be
    41 #       FPA.AIRMASS     STR     AIRMASS
    42 #       FPA.POSANGLE    STR     POSANG
    43 #       FPA.RA          STR     OBJ-RA
    44 #       FPA.DEC         STR     OBJ-DEC
    45 #       CELL.XBIN       STR     CCDSUM
    46 #       CELL.YBIN       STR     CCDSUM
     45        CELL.GAIN       STR     GAIN
     46        CELL.READNOISE  STR     RDNOISE
     47        CELL.XBIN       STR     XBIN
     48        CELL.YBIN       STR     YBIN
     49#       CELL.SATURATION STR     SATURATE        ### Currently set to 0 ???
     50        CELL.BAD        STR     BADLEVEL
    4751END
    4852
    4953# Default PS concepts that may be specified by value
    5054DEFAULTS        METADATA
    51         FPA.RADECSYS    STR     ICRS
    5255        CELL.SATURATION F32     65535
    53         CELL.BAD        F32     0
    5456        CELL.READDIR    S32     1
    5557        CELL.TIMESYS    STR     UTC
     
    6264        CELL.X0         S32     0
    6365        CELL.Y0         S32     0
    64 
    65 ### I hope these end up in the header or somewhere more sensible
    66         FPA.AIRMASS     F32     0.0
    67         FPA.POSANGLE    F32     0.0
    68         FPA.RA          F32     0.0
    69         FPA.DEC         F32     0.0
    70         CELL.XBIN       S32     1
    71         CELL.YBIN       S32     1       
    72         CELL.GAIN       F32     1.0
    73         CELL.READNOISE  F32     0.0
    7466END
    7567
Note: See TracChangeset for help on using the changeset viewer.