IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 15071


Ignore:
Timestamp:
Sep 28, 2007, 11:00:18 AM (19 years ago)
Author:
eugene
Message:

added / cleaned up gpc1 config files

Location:
trunk/ippconfig/gpc1
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/gpc1/Makefile.am

    r15044 r15071  
    77        camera.config \
    88        format_raw.config \
    9         ppImage.config
     9        ppImage.config \
     10        psphot.config \
     11        psastro.config
    1012
    1113install_DATA = $(install_files)
  • trunk/ippconfig/gpc1/camera.config

    r14695 r15071  
    139139END       
    140140
     141# internal to external filter names
     142FILTER.ID       METADATA
     143   g        STR   g.00000
     144   r        STR   r.00000
     145   i        STR   i.00000
     146   z        STR   z.00000
     147   y        STR   y.00000
     148END
    141149
    142150# Recipe options
    143151RECIPES         METADATA
    144152        PPIMAGE         STR     gpc1/ppImage.config             # psphot details
    145 #       PSPHOT          STR     gpc1/psphot.config              # psphot details
     153        PSASTRO         STR     gpc1/psastro.config             # psphot details
     154        PSPHOT          STR     gpc1/psphot.config              # psphot details
    146155END
    147156
  • trunk/ippconfig/gpc1/format_raw.config

    r15064 r15071  
    171171# How to translate PS concepts into FITS headers
    172172TRANSLATION     METADATA
     173        FPA.FILTERID    STR     FILTERID
     174        FPA.FILTER      STR     FILTERID
     175        FPA.RA          STR     RA
     176        FPA.DEC         STR     DEC
     177        FPA.RADECSYS    STR     RADECSYS
     178        FPA.OBSTYPE     STR     OBSTYPE
     179        FPA.OBJECT      STR     OBJECT
     180        FPA.FOCUS       STR     M2Z
     181        FPA.TIME        STR     MJD-OBS
     182        FPA.TIMESYS     STR     TIMESYS
     183        FPA.ALT         STR     ALT
     184        FPA.AZ          STR     AZ
     185        FPA.TEMP        STR     DETTEM
     186        FPA.EXPOSURE    STR     EXPTIME
    173187        CELL.XBIN       STR     CCDSUM
    174188        CELL.YBIN       STR     CCDSUM
     
    186200        FPA.DETECTOR    STR     GPC1
    187201        FPA.AIRMASS     F32     0.0
    188         FPA.FILTER      STR     NONE
    189202        FPA.POSANGLE    F32     0.0
    190203        FPA.RA          STR     0:0:0
     
    192205        FPA.RADECSYS    STR     ICRS
    193206        FPA.NAME        S32     12345
    194         FPA.TIME        STR     2005-11-23T12:34:56.78
    195 #       FPA.TIMESYS     STR     TIMESYS
    196         FPA.OBSTYPE     STR     BIAS
    197207        CHIP.XPARITY    S32     1
    198208        CHIP.YPARITY    S32     1
     
    455465        CELL.READDIR    S32     1
    456466        CELL.BAD        S32     0
    457         CELL.TIMESYS    STR     UTC
    458         CELL.TIME       STR     2005-11-23T12:34:56.78
     467        CELL.TIME       STR     MJD-OBS
     468        CELL.TIMESYS    STR     TIMESYS
    459469#       CELL.SATURATION STR     60000
    460470END
Note: See TracChangeset for help on using the changeset viewer.