IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 18442


Ignore:
Timestamp:
Jul 9, 2008, 11:27:55 AM (18 years ago)
Author:
Paul Price
Message:

Adding the 8K camera on UH88

Location:
trunk/ippconfig
Files:
12 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/Makefile.am

    r18199 r18442  
    1414        sdss \
    1515        esowfi \
    16         lbc_red
     16        lbc_red \
     17        lulin \
     18        uh8k
    1719
    1820install_files = \
  • trunk/ippconfig/configure.ac

    r18200 r18442  
    2626  esowfi/Makefile
    2727  lbc_red/Makefile
     28  lulin/Makefile
     29  uh8k/Makefile
    2830])
    2931AC_OUTPUT
  • trunk/ippconfig/gpc1/format_raw.config

    r18412 r18442  
    33# How to identify this type
    44RULE    METADATA
    5         ORIGIN          STR     PS1
    6         TELESCOP        STR     PS1
     5#       ORIGIN          STR     PS1
     6#        TELESCOP        STR     PS1
    77###     SOMETHING       STR     GPC1
    88        CONTROLR        STR     STARGRASP
  • trunk/ippconfig/system.config

    r18196 r18442  
    33### Setups for each camera system
    44CAMERAS         METADATA
    5         MEGACAM                 STR     megacam/camera.config
    6         CFH12K                  STR     cfh12k/camera.config
    7         ISP-Apogee              STR     isp/camera.config
     5        MEGACAM                 STR     megacam/camera.config           # CFHT MegaCam
     6        CFH12K                  STR     cfh12k/camera.config            # CFHT 12K
     7        ISP-Apogee              STR     isp/camera.config               # Pan-STARRS Imaging sky probe
    88        MOSAIC2                 STR     mosaic2/camera.config           # CTIO MOSAIC2 camera, for ESSENCE
    99        SDSSMOSAIC              STR     sdssmosaic/camera.config        # SDSS, mosaic version
    1010        SDSS                    STR     sdss/camera.config              # Sloan Digital Sky Survey
    11         GPC1                    STR     gpc1/camera.config
     11        GPC1                    STR     gpc1/camera.config              # Pan-STARRS GPC1
    1212        ESOWFI                  STR     esowfi/camera.config            # ESO Wide-Field Imager
    1313        LBCRED                  STR     lbc_red/camera.config           # Large Binocular Camera Red
     14        LULIN                   STR     lulin/camera.config             # Lulin Optical Telescope 1m
     15        UH8K                    STR     uh8k/camera.config              # WFI/8k on UH88
    1416        SIMMOSAIC               STR     simmosaic/camera.config         # Simulated mosaic, for testing
    15         SIMTEST                 STR     simtest/camera.config
    16         SIMPLE                  STR     simple/camera.config
     17        SIMTEST                 STR     simtest/camera.config           # Simulation test camera
     18        SIMPLE                  STR     simple/camera.config            # If all else fails....
    1719END
    1820
     
    3335        GPC1                    STR     gpc1
    3436        ESOWFI                  STR     esowfi
     37        LULIN                   STR     lulin
     38        UH8K                    STR     uh8k
    3539        SIMMOSAIC               STR     simmosaic
    3640        SIMTEST                 STR     simtest
Note: See TracChangeset for help on using the changeset viewer.