Changeset 17388
- Timestamp:
- Apr 7, 2008, 5:22:58 PM (18 years ago)
- Location:
- trunk/ippconfig
- Files:
-
- 11 added
- 4 edited
-
Makefile.am (modified) (1 diff)
-
configure.ac (modified) (1 diff)
-
mosaic2 (added)
-
mosaic2/Makefile.am (added)
-
mosaic2/camera.config (added)
-
mosaic2/dvo.config (added)
-
mosaic2/dvo.layout (added)
-
mosaic2/filerules-mef.mdc (added)
-
mosaic2/format.config (added)
-
mosaic2/ppImage.config (added)
-
mosaic2/ppMerge.config (added)
-
mosaic2/psastro.config (added)
-
mosaic2/psphot.config (added)
-
site.config.in (modified) (1 diff)
-
system.config (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippconfig/Makefile.am
r17374 r17388 4 4 gpc1 \ 5 5 cfh12k \ 6 ctio_mosaic2 \7 6 megacam \ 7 mosaic2 \ 8 8 simple \ 9 9 simmosaic \ -
trunk/ippconfig/configure.ac
r17154 r17388 14 14 isp/Makefile 15 15 gpc1/Makefile 16 ctio_mosaic2/Makefile17 16 cfh12k/Makefile 18 17 megacam/Makefile 18 mosaic2/Makefile 19 19 simple/Makefile 20 20 simmosaic/Makefile -
trunk/ippconfig/site.config.in
r17095 r17388 3 3 4 4 # 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/ 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 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/ 23 25 END 24 26 25 27 # List of tessellations, and their DVO CATDIR 26 TESSELLATIONS METADATA 27 MOPS STR path://MOPS/skycells/ 28 TESSELLATIONS METADATA 29 MOPS STR /data/ipp002.0/MOPS/skycells/ 30 FIXNS STR /data/ipp002.0/FIXNS/skycells/ 28 31 END 29 32 30 33 # dvo databases used for output 31 34 DVO.CATDIRS METADATA 32 MOPS STR path://MOPS/catdir/ 35 MOPS STR /data/ipp002.0/MOPS/catdir/ 36 FIXNS STR /data/ipp002.0/FIXNS/catdir/ 33 37 END 34 38 35 39 # dvo databases used for psastro reference 36 40 PSASTRO.CATDIRS METADATA 37 2MASS STR/data/alala.0/ipp/ippRefs/catdir.2mass38 SYNTH.GRIZY STR/data/alala.0/ipp/ippRefs/catdir.synth.grizy39 SYNTH.BRIGHT STR/data/alala.0/ipp/ippRefs/catdir.synth.bright41 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 40 44 END 41 45 42 46 # nebulous server 43 NEB_SERVER STR http://alala:80/nebulous# Nebulous server47 NEB_SERVER STR http://alala:80/nebulous # Nebulous server 44 48 45 49 # 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)50 DBSERVER STR XXX # Database host name (for psDBInit) 51 DBNAME STR XXX # Database name (for psDBInit) 52 DBUSER STR XXX # Database user name (for psDBInit) 53 DBPASSWORD STR XXX # Database password (for psDBInit) 50 54 51 55 # other basic values: 52 56 # XXX is TIME still needed / used? 53 57 # XXX use autoconf to put this in a known location? 54 # TIME STR psTime.config# Time configuration file58 # TIME STR psTime.config # Time configuration file -
trunk/ippconfig/system.config
r17154 r17388 6 6 CFH12K STR cfh12k/camera.config 7 7 ISP-Apogee STR isp/camera.config 8 MOSAIC2 STR ctio_mosaic2/camera.config# CTIO MOSAIC2 camera, for ESSENCE8 MOSAIC2 STR mosaic2/camera.config # CTIO MOSAIC2 camera, for ESSENCE 9 9 SDSS STR sdss/camera.config # Sloan Digital Sky Survey 10 10 GPC1 STR gpc1/camera.config 11 11 ESOWFI STR esowfi/camera.config # ESO Wide-Field Imager 12 LBCRED STR lbc_red/camera.config# Large Binocular Camera Red12 LBCRED STR lbc_red/camera.config # Large Binocular Camera Red 13 13 SIMMOSAIC STR simmosaic/camera.config # Simulated mosaic, for testing 14 14 SIMTEST STR simtest/camera.config … … 27 27 CFH12K STR cfh12k 28 28 ISP-Apogee STR isp 29 MOSAIC2 STR ctio_mosaic229 MOSAIC2 STR mosaic2 30 30 SDSS STR sdss 31 31 GPC1 STR gpc1
Note:
See TracChangeset
for help on using the changeset viewer.
