IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 23, 2007, 12:30:43 PM (19 years ago)
Author:
magnier
Message:

update to sync with HEAD dev work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20070817/psModules/test/config/data/SampleIPPConfig

    r5735 r14639  
    11### Example .ipprc file
     2    PATH            STR     .
     3    DATAPATH    str     datapath
    24
    35### Database configuration
    4 DBSERVER        STR     ippdb.ifa.hawaii.edu    # Database host name (for psDBInit)
    5 DBUSER          STR     ipp                     # Database user name (for psDBInit)
    6 DBPASSWORD      STR     password                # Database password (for psDBInit)
     6    DBSERVER    STR     localhost
     7    DBUSER              STR     test
     8    DBPASSWORD  STR     ""
     9    DBNAME          STR     test
     10    DBPORT              S32     0
    711
    812### Setups for each camera system
    9 CAMERAS         METADATA
    10         MEGACAM_RAW     STR     megacam_raw.config
    11         MEGACAM_SPLICE  STR     megacam_splice.config
    12         GPC1_RAW        STR     gpc1_raw.config
    13         LRIS_BLUE       STR     lris_blue.config
    14         LRIS_RED        STR     lris_red.config
    15 END
     13    CAMERAS             METADATA
     14        CAMERA0         STR     camera0/camera.config
     15        CAMERA1         STR     camera1/camera.config
     16    END
    1617
    17 ### psLib setup
    18 #TIME           STR     /home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/etc/pslib/psTime.config      # Time configuration file
    19 LOGLEVEL        S32     3                       # Logging level; 3=INFO
    20 LOGFORMAT       STR     HLNM                    # Log format
    21 LOGDEST STR     STDOUT                          # Log destination
    22 TRACE           METADATA                        # Trace levels
    23         dummyTraceFunc01        S32     1
    24         dummyTraceFunc02        S32     2
    25 END
    26 ARBITRARY_STRING_S32    S32     20
    27 ARBITRARY_STRING_F32    F32     21.0
    28 ARBITRARY_STRING_F64    F64     22.0
    29 ARBITRARY_STRING_STR    STR     19.0
    30 ARBITRARY_STRING_BOOL_T BOOL    true
    31 ARBITRARY_STRING_BOOL_F BOOL    false
     18### Setups for psLib
     19    TIME                STR     time.config
     20    LOGLEVEL    S32     3
     21    LOGFORMAT   STR     HLNM
     22    LOGDEST     STR     STDOUT
    3223
     24### Default trace logging initializations
     25    TRACE               METADATA
     26        dummyTraceFacility01    S32     1
     27        dummyTraceFacility02    S32     2
     28    END
     29
     30### Predefined recipe files
     31    RECIPES         METADATA                # Site-level recipes
     32        R00             STR     recipes/R00.config
     33        R01             STR     recipes/R01.config
     34        R02             STR     recipes/R02.config
     35        R03             STR     recipes/R03.config
     36    END
     37
     38### Misc arbitraty metadata
     39    ARBITRARY_STRING_S32        S32     20
     40    ARBITRARY_STRING_F32        F32     21.0
     41    ARBITRARY_STRING_F64        F64     22.0
     42    ARBITRARY_STRING_STR        STR     19.0
     43    ARBITRARY_STRING_BOOL_T     BOOL    true
     44    ARBITRARY_STRING_BOOL_F     BOOL    false
     45
Note: See TracChangeset for help on using the changeset viewer.