IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 18, 2007, 8:55:37 AM (19 years ago)
Author:
gusciora
Message:

Newer version of the test config files. These wil leventually be consolidated
into a single test config directory, and these files will be deleted.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/test/config/data/SampleIPPConfig

    r14550 r14880  
    33    DATAPATH    str     datapath
    44
     5PATH            STR     .
     6
    57### Database configuration
    6     DBSERVER    STR     localhost
    7     DBUSER              STR     test
    8     DBPASSWORD  STR     ""
    9     DBNAME          STR     test
    10     DBPORT              S32     0
     8DBSERVER        STR     localhost               # Database host name (for psDBInit)
     9DBUSER          STR     test                    # Database user name (for psDBInit)
     10DBPASSWORD      STR     DB-PW                   # Database password (for psDBInit)
     11DBNAME          STR     test                    # ????
     12DBPORT          S32     0
     13
    1114
    1215### Setups for each camera system
     16CAMERAS         METADATA
     17        CAMERA0         STR     camera0/camera.config
     18        CAMERA1         STR     camera1/camera.config
     19END
     20
     21### psLib setup
     22#TIME           STR     /home/mithrandir/price/pan-starrs/jhroot/i686-pc-linux-gnu/etc/pslib/psTime.config      # Time configuration file
     23LOGLEVEL        S32     3                       # Logging level; 3=INFO
     24LOGFORMAT       STR     HLNM                    # Log format
     25LOGDEST STR     STDOUT                          # Log destination
     26TRACE           METADATA                        # Trace levels
     27        dummyTraceFunc01        S32     1
     28        dummyTraceFunc02        S32     2
     29END
     30ARBITRARY_STRING_S32    S32     20
     31ARBITRARY_STRING_F32    F32     21.0
     32ARBITRARY_STRING_F64    F64     22.0
     33ARBITRARY_STRING_STR    STR     19.0
     34ARBITRARY_STRING_BOOL_T BOOL    true
     35ARBITRARY_STRING_BOOL_F BOOL    false
     36=======
    1337    CAMERAS             METADATA
    1438        CAMERA0         STR     camera0/camera.config
     
    4468    ARBITRARY_STRING_BOOL_F     BOOL    false
    4569
     70RECIPES         METADATA
     71        MASKS                   STR     recipes_masks.config
     72        JUNK_RECIPE_00          STR     recipe_file00
     73        JUNK_RECIPE_01          STR     recipe_file01
     74END
Note: See TracChangeset for help on using the changeset viewer.