#########################################################################
# sQuid settings file
# sQuid homepage: http://tschaffter.ch/apps/squid/
#########################################################################

# Boolean values: 0 => false, 1 => true


# ====================================================================================
# GENERAL

# Working directory (default: USER_HOME if empty).
# Example: /home/tschaffter
workingDirectory = "/home/admin/data"
# List of comma-separated email addresses.
emailAddresses = ""

# ====================================================================================
# CAMERAS

# Dc1394 mode (a=FireWire400, b=FireWire800, default: a).
dc1394 = "a"
# Guid of the camera to select at startup (if detected).
cameraGuid = "a47011109a1ec"
# Configurations of all the cameras detected during the last session.
cameraConfigurations = "a470111098137 DC1394_VIDEO_MODE_1280x960_MONO8 DC1394_FRAMERATE_15 680 2000 1023 448 408 536 164 1;a47011109a1ec DC1394_VIDEO_MODE_1280x960_MONO8 DC1394_FRAMERATE_15 680 2000 1023 536 484 536 164 1"
# Trigger period in milliseconds.
triggerPeriod = 50

# ====================================================================================
# PORT PLAYER

# Absolute path to the player settings file.
# Example: /home/tschaffter/squid/settings_player.txt
playerSettingsFilename = "/home/admin/data/TEST_2012-03-06_16-42-29/settings_player.txt"

# ====================================================================================
# EXPERIMENT

# Experiment name.
experimentName = "ACTXX_IRGRXX_SIDE_TRIAL"
# Experiment duration mode (0=MANUAL, 1=FIXED, 2=PLAYER). In FIXED mode, the
# experiment will stop after "experimentDuration" minutes (see next parameter).
experimentDurationMode = 2
# Experiment duration in minutes ("experimentDurationMode" must be set to FIXED).
experimentDuration = 1
# Send experiment report by email (1=yes, 0=no).
experimentEmail = 0
# Subject prefix of the emails.
experimentEmailSubjectPrefix = "sQuid message"
# Output format (0=IMAGE_PGM, 1=IMAGE_TIFF).
outputFormat = 1

# ====================================================================================
# LOGGING

# Enable stderr logging (1=on, 0=off).
stderrLogging = 1
# Stderr logging severity (0=INFO, 1=WARNING, 2=ERROR, 3=CRITICAL).
stderrLoggingSeverity = 0
# Enable file logging (1=on, 0=off).
fileLogging = 0
# File logging severity (0=INFO, 1=WARNING, 2=ERROR, 3=CRITICAL).
fileLoggingSeverity = 0
# Directory where log files are saved (default: USER_HOME if empty).
fileLoggingDirectory = "/home/admin/data"
# String prefix for logging filenames.
fileLoggingPrefix = "squid_log_"
# Enable email logging (1=on, 0=off).
emailLogging = 0
# Email logging severity (0=INFO, 1=WARNING, 2=ERROR, 3=CRITICAL).
emailLoggingSeverity = 2
