IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19863


Ignore:
Timestamp:
Oct 2, 2008, 11:02:18 AM (18 years ago)
Author:
eugene
Message:

setting up vysos5 configs

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

Legend:

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

    r19629 r19863  
    44install_files = \
    55        camera.config \
    6         format.config
     6        format.config \
     7        psphot.config \
     8        ppImage.config
    79
    810install_DATA = $(install_files)
  • trunk/ippconfig/vysos5/camera.config

    r19628 r19863  
    4141# Recipe options
    4242RECIPES         METADATA
    43         # PPIMAGE         STR     vysos5/ppImage.config   # Default: all (normal) options on
    44         # PSPHOT          STR     vysos5/psphot.config    # psphot details
     43        PPIMAGE         STR     vysos5/ppImage.config   # Default: all (normal) options on
     44        PSPHOT          STR     vysos5/psphot.config    # psphot details
    4545        # PPSIM           STR     vysos5/ppSim.config     # ppSim details
    4646        # PPSUB           STR     vysos5/ppSub.config     # ppSub details
  • trunk/ippconfig/vysos5/format.config

    r19628 r19863  
    5656        FPA.DETECTOR    STR     VYSOS-5
    5757        FPA.POSANGLE    STR     0.0
    58         CELL.SATURATION F32     65535
     58        CELL.SATURATION F32     40000
    5959        CELL.BAD        F32     -100 ## XXX this value is bogus, but needs to be context based so residual images do not get half-masked
    60         CELL.READDIR    S32     1
     60        CELL.READDIR    S32     2
    6161        CELL.TIMESYS    STR     UTC
    6262        CELL.XPARITY    S32     1
    … …  
    7070        CELL.XWINDOW    S32     0
    7171        CELL.YWINDOW    S32     0
    72         CELL.GAIN       F32     1.0
    73         CELL.READNOISE  F32     10.0
     72        CELL.GAIN       F32     0.2
     73        CELL.READNOISE  F32     4.6
    7474END
    7575
    … …  
    7777        FPA.RA          STR     HOURS
    7878        FPA.DEC         STR     DEGREES
    79         FPA.TIME        STR     SEPARATE,YEAR.FIRST
    80         CELL.TIME       STR     SEPARATE,YEAR.FIRST
     79        FPA.TIME        STR     YEAR.FIRST
     80        CELL.TIME       STR     YEAR.FIRST
    8181END
Note: See TracChangeset for help on using the changeset viewer.