IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 16611 for trunk/ippconfig


Ignore:
Timestamp:
Feb 22, 2008, 10:21:52 AM (18 years ago)
Author:
eugene
Message:

using new user/site/system construction for config files

Location:
trunk/ippconfig
Files:
2 added
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippconfig

    • Property svn:ignore
      •  

        old new  
        1212missing
        1313ipprc.config
         14site.config
  • trunk/ippconfig/.cvsignore

    r11577 r16611  
    1212missing
    1313ipprc.config
     14site.config
  • trunk/ippconfig/Makefile.am

    r15296 r16611  
    1515
    1616install_files = \
     17        site.config \
     18        system.config \
    1719        GSCregions.tbl \
    1820        dvo.photcodes
  • trunk/ippconfig/ipprc.config.in

    r16482 r16611  
    1 ### Example .ipprc file
     1## Example .ipprc file : copy to your home directory and modify as desired
    22
    33# Default search path for configuration files (add $HOME if desired)
     4# Note: do not include $HOME in the distributed copy used by ippMonitor
    45# PATH            STR     @pkgdatadir@:$HOME/.ipp:.
    5 PATH            STR     @pkgdatadir@:.
    6 # note: do not include $HOME in the distributed copy used by ippMonitor
     6PATH              STR     @pkgdatadir@:.
    77
    8 # place your data directories here and refer to as path://PATH/remainder
    9 DATAPATH        METADATA
    10         ALALA   STR     /data/alala.0/
    11         ISP     STR     /data/ipp000.0/isp
    12         ISP_V2  STR     /data/ipp000.0/isp_v2
    13         ISP_V3  STR     /data/ipp000.0/isp_v3
    14         ISP_TEST STR    /data/ipp000.0/isp_test
    15         EAMTEST STR     /data/alala.0/eugene/swtests/simtest/raw
    16         EAMWORK STR     /data/alala.0/eugene/swtests/simtest/work
    17         CFH12K  STR     /data/ipp003.0/eugene/cfh12k
    18         DATA1   STR     /data/alala.0/
    19         SRESS1  STR     /data/ipp003.0/SM_W/sm030927/
    20         SRESSWORK STR   /data/ipp003.0/rodney/sresswork
    21         SIMTEST STR     /data/po05.0/rodney/sim/
    22         SIMWORK STR     /data/po05.0/rodney/simwork/
    23         MOPS    STR     /data/ipp002.0/MOPS/
    24         TALCS   STR     /data/ipp003.0/TALCS/
    25 END
     8# load the site-specific information from here
     9SITE              STR     site.config
    2610
    27 NEB_SERVER      STR     http://alala:80/nebulous        # Nebulous server
     11# load the system configuration information from here
     12SYSTEM            STR     system.config
    2813
    29 ### Database configuration
    30 DBSERVER        STR     ipp000                  # Database host name (for psDBInit)
    31 DBNAME          STR     ipp                     # Database name (for psDBInit)
    32 DBUSER          STR     XXX                     # Database user name (for psDBInit)
    33 DBPASSWORD      STR     XXX                     # Database password (for psDBInit)
    34 
    35 ### Setups for each camera system
    36 CAMERAS         METADATA
    37         MEGACAM                 STR     megacam/camera.config
    38         CFH12K                  STR     cfh12k/camera.config
    39         ISP-Apogee              STR     isp/camera.config
    40         CTIO_MOSAIC2            STR     ctio_mosaic2/camera.config      # CTIO MOSAIC2 camera, for ESSENCE
    41         SDSS                    STR     sdss/camera.config              # Sloan Digital Sky Survey
    42         GPC1                    STR     gpc1/camera.config
    43         ESOWFI                  STR     esowfi/camera.config            # ESO Wide-Field Imager
    44 #       UCAM                    STR     ucam/camera.config
    45 #       LRIS_BLUE               STR     lris_blue/camera.config
    46 #       TC3                     STR     tc3/camera.config               # Pan-STARRS Test Camera III
    47 #       LRIS_RED                STR     lris_red/camera.config
    48         SIMMOSAIC               STR     simmosaic/camera.config         # Simulated mosaic, for testing
    49         SIMTEST                 STR     simtest/camera.config
    50         SIMPLE                  STR     simple/camera.config
    51 END
    52 
    53 ### camera names as expected by DVO
    54 DVO.CAMERAS             METADATA
    55         MEGACAM                 STR     megacam
    56         CFH12K                  STR     cfh12k
    57         ISP-Apogee              STR     isp
    58         CTIO_MOSAIC2            STR     ctio_mosaic2
    59         SDSS                    STR     sdss
    60         GPC1                    STR     gpc1
    61         ESOWFI                  STR     esowfi
    62 #       UCAM                    STR     ucam
    63 #       TC3                     STR     tc3
    64 #       LRIS_BLUE               STR     lris_blue
    65 #       LRIS_RED                STR     lris_red
    66         SIMMOSAIC               STR     simmosaic
    67         SIMTEST                 STR     simtest
    68         SIMPLE                  STR     simple
    69 END
    70 
    71 ### psLib setup
    72 #TIME           STR     /home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/etc/pslib/psTime.config      # Time configuration file
     14# logging verbosity levels
    7315LOGLEVEL        S32     9                       # Logging level; 3=INFO
    7416LOGFORMAT       STR     THLNM                   # Log format
    7517LOGDEST         STR     STDERR                  # Log destination
    7618TRACEDEST       STR     STDERR                  # Trace destination
     19
     20# place default trace lines here
    7721TRACE           METADATA                        # Trace levels
    78         err             S32     10
    79 # place default trace lines here
    80 # example:
    81 # psLib.db S32  10
     22  err           S32     10
     23# psLib.db      S32     10
    8224END
    83 
    84 RECIPES         METADATA                # Site-level recipes
    85         MASKS           STR             recipes/masks.config    # Mask values
    86         REJECTIONS      STR             recipes/rejections.config # Rejection for detrend creation
    87         PPIMAGE         STR             recipes/ppImage.config  # Image reduction
    88         PPMERGE         STR             recipes/ppMerge.config  # Image combination
    89         PPSTATS         STR             recipes/ppStats.config  # Image statistics
    90         PSPHOT          STR             recipes/psphot.config   # Photometry
    91         PSASTRO         STR             recipes/psastro.config  # Astrometry
    92         PPSTACK         STR             recipes/ppStack.config  # Combination
    93         PSWARP          STR             recipes/pswarp.config   # Warping
    94         PPSIM           STR             recipes/ppSim.config    # Simulations
    95         PPSUB           STR             recipes/ppSub.config    # Subtraction
    96 END
    97 
    98 # Header keywords for skycell concepts; required because DVO doesn't read HIERARCH
    99 SKYCELLS        METADATA
    100         FPA.TIME        STR     MJD-OBS
    101         CELL.TIME       STR     MJD-OBS
    102         FPA.EXPOSURE    STR     EXPTIME
    103         CELL.EXPOSURE   STR     EXPTIME
    104         FPA.AIRMASS     STR     AIRMASS
    105 END
    106 
    107 # List of tessellations, and their DVO CATDIR
    108 TESSELLATIONS   METADATA
    109         MOPS            STR     path://MOPS/skycells/
    110 END
Note: See TracChangeset for help on using the changeset viewer.