IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 17388


Ignore:
Timestamp:
Apr 7, 2008, 5:22:58 PM (18 years ago)
Author:
bills
Message:

Configuration changes suggested by Steve.
Changed name of ctio_mosaic2 to mosaic2

Location:
trunk/ippconfig
Files:
11 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig/Makefile.am

    r17374 r17388  
    44        gpc1 \
    55        cfh12k \
    6         ctio_mosaic2 \
    76        megacam \
     7        mosaic2 \
    88        simple \
    99        simmosaic \
  • trunk/ippconfig/configure.ac

    r17154 r17388  
    1414  isp/Makefile
    1515  gpc1/Makefile
    16   ctio_mosaic2/Makefile
    1716  cfh12k/Makefile
    1817  megacam/Makefile
     18  mosaic2/Makefile
    1919  simple/Makefile
    2020  simmosaic/Makefile
  • trunk/ippconfig/site.config.in

    r17095 r17388  
    33
    44# place your data directories here and refer to as path://PATH/remainder
    5 DATAPATH        METADATA
    6         ALALA   STR     /data/alala.0/
    7         ISP     STR     /data/ipp000.0/isp
    8         ISP_V2  STR     /data/ipp000.0/isp_v2
    9         ISP_V3  STR     /data/ipp000.0/isp_v3
    10         ISP_TEST STR    /data/ipp000.0/isp_test
    11         EAMTEST STR     /data/alala.0/eugene/swtests/simtest/raw
    12         EAMWORK STR     /data/alala.0/eugene/swtests/simtest/work
    13         CFH12K  STR     /data/ipp003.0/eugene/cfh12k
    14         DATA1   STR     /data/alala.0/
    15         SRESS1  STR     /data/ipp003.0/SM_W/sm030927/
    16         SRESSWORK STR   /data/ipp003.0/rodney/sresswork
    17         SRESSDATA STR   /data/ipp003.0/SM_W/
    18         SIMTEST STR     /data/po05.0/rodney/sim/
    19         SIMWORK STR     /data/po05.0/rodney/simwork/
    20         MOPS    STR     /data/ipp002.0/MOPS/
    21         TALCS   STR     /data/ipp003.0/TALCS/
    22         GPC1    STR     /data/ipp002.0/koppenh/
     5DATAPATH        METADATA
     6        ALALA   STR     /data/alala.0/
     7        ISP     STR     /data/ipp000.0/isp
     8        ISP_V2  STR     /data/ipp000.0/isp_v2
     9        ISP_V3  STR     /data/ipp000.0/isp_v3
     10        ISP_TEST STR    /data/ipp000.0/isp_test
     11        CFH12K  STR     /data/ipp003.0/eugene/cfh12k
     12
     13        SRWORK  STR     /data/ipp003.0/rodney/WORK
     14        SRDATA  STR     /data/ipp003.0/rodney/DATA
     15
     16        SRESSWORK  STR     /data/ipp003.0/rodney/WORK
     17        SRESSDATA  STR     /data/ipp003.0/rodney/DATA
     18
     19        SIMDATA STR     /data/ipp002.0/SIM/DATA
     20        SIMWORK STR     /data/ipp002.0/SIM/WORK
     21
     22        MOPS    STR     /data/ipp002.0/MOPS/
     23        TALCS   STR     /data/ipp003.0/TALCS/
     24        GPC1    STR     /data/ipp002.0/koppenh/
    2325END
    2426
    2527# List of tessellations, and their DVO CATDIR
    26 TESSELLATIONS   METADATA
    27         MOPS            STR     path://MOPS/skycells/
     28TESSELLATIONS   METADATA
     29        MOPS            STR     /data/ipp002.0/MOPS/skycells/
     30        FIXNS           STR     /data/ipp002.0/FIXNS/skycells/
    2831END
    2932
    3033# dvo databases used for output
    3134DVO.CATDIRS     METADATA
    32         MOPS            STR     path://MOPS/catdir/
     35        MOPS            STR     /data/ipp002.0/MOPS/catdir/
     36        FIXNS           STR     /data/ipp002.0/FIXNS/catdir/
    3337END
    3438
    3539# dvo databases used for psastro reference
    3640PSASTRO.CATDIRS METADATA
    37         2MASS           STR     /data/alala.0/ipp/ippRefs/catdir.2mass
    38         SYNTH.GRIZY     STR     /data/alala.0/ipp/ippRefs/catdir.synth.grizy
    39         SYNTH.BRIGHT    STR     /data/alala.0/ipp/ippRefs/catdir.synth.bright
     41        2MASS           STR     /data/alala.0/ipp/ippRefs/catdir.2mass
     42        SYNTH.GRIZY     STR     /data/alala.0/ipp/ippRefs/catdir.synth.grizy
     43        SYNTH.BRIGHT    STR     /data/alala.0/ipp/ippRefs/catdir.synth.bright
    4044END
    4145
    4246# nebulous server
    43 NEB_SERVER      STR     http://alala:80/nebulous        # Nebulous server
     47NEB_SERVER      STR     http://alala:80/nebulous        # Nebulous server
    4448
    4549# Database configuration
    46 DBSERVER        STR     ipp000                  # Database host name (for psDBInit)
    47 DBNAME          STR     XXX                     # Database name (for psDBInit)
    48 DBUSER          STR     XXX                     # Database user name (for psDBInit)
    49 DBPASSWORD      STR     XXX                     # Database password (for psDBInit)
     50DBSERVER        STR     XXX                     # Database host name (for psDBInit)
     51DBNAME          STR     XXX                     # Database name (for psDBInit)
     52DBUSER          STR     XXX                     # Database user name (for psDBInit)
     53DBPASSWORD      STR     XXX                     # Database password (for psDBInit)
    5054
    5155# other basic values:
    5256# XXX is TIME still needed / used?
    5357# XXX use autoconf to put this in a known location?
    54 # TIME          STR     psTime.config   # Time configuration file
     58# TIME          STR     psTime.config   # Time configuration file
  • trunk/ippconfig/system.config

    r17154 r17388  
    66        CFH12K                  STR     cfh12k/camera.config
    77        ISP-Apogee              STR     isp/camera.config
    8         MOSAIC2                 STR     ctio_mosaic2/camera.config      # CTIO MOSAIC2 camera, for ESSENCE
     8        MOSAIC2                 STR     mosaic2/camera.config           # CTIO MOSAIC2 camera, for ESSENCE
    99        SDSS                    STR     sdss/camera.config              # Sloan Digital Sky Survey
    1010        GPC1                    STR     gpc1/camera.config
    1111        ESOWFI                  STR     esowfi/camera.config            # ESO Wide-Field Imager
    12         LBCRED                  STR     lbc_red/camera.config           # Large Binocular Camera Red
     12        LBCRED                  STR     lbc_red/camera.config           # Large Binocular Camera Red
    1313        SIMMOSAIC               STR     simmosaic/camera.config         # Simulated mosaic, for testing
    1414        SIMTEST                 STR     simtest/camera.config
     
    2727        CFH12K                  STR     cfh12k
    2828        ISP-Apogee              STR     isp
    29         MOSAIC2                 STR     ctio_mosaic2
     29        MOSAIC2                 STR     mosaic2
    3030        SDSS                    STR     sdss
    3131        GPC1                    STR     gpc1
Note: See TracChangeset for help on using the changeset viewer.