cineProfiler optionscineSpace VariablesDetailsCommon Variables

cineSpace Documentation

Common Variables

Settings that effect most RSR applications and plug-ins.

Directory Settings

RSR_APP_DIR = directory
A last resort place to look for shared RSR resources. Enter the absolute (not relative) path to the directory that has the application executable in it.
RSR_APP_DIR = /usr/local/RisingSunResearch/

RSR_MONITOR_DIR = directory
Sets the location of your monitor profiles.
RSR_MONITOR_DIR = /usr/local/RisingSunResearch/monitor-profiles/

RSR_TARGET_DIR = directory
Sets the location of your target profiles.
RSR_TARGET_DIR = /usr/local/RisingSunResearch/monitor-profiles/

Default Profile Settings

RSR_MONITOR_REGEXP = regexp
RSR applications will look in RSR_MONITOR_DIR for profiles matched to the regexp RSR_MONITOR_REGEXP to use as the default monitor profile, if more than one match is found the file with the most recent creation/modification date is used. More detail is provided later.
# Pick out the most recent file containing the host name ending in .xml
RSR_MONITOR_REGEXP = (%HOST).*\.xml$

RSR_TARGET_REGEXP = regexp
RSR applications will look in RSR_TARGET_DIR for profiles matched to the regexp RSR_TARGET_REGEXP to use as the default target profile, if more than one match is found the file with the most recent creation/modification date is used. More detail is provided later.
# Pick out the RSR_ideal_monitor profile
RSR_TARGET_REGEXP = ^RSR_ideal_monitor\.xml$

License Settings

RSR_LICENSE = flexlm path
Sets the path to your license file or server. An absolute path works best as relative paths are relative to the directory that the application was run from not the directory where the application is located (unless the RSR_APP_DIR above is set).
RSR_LICENSE = ./rsr_beta_license.dat

IO settings

Settings that generally effect console output from RSR_OUTPUT and RSR_LOG_LEVEL options:

RSR_OUTPUT RSR_LOG_LEVEL What you actually get
NOTHING Nothing
QUIET 0 Fatal errors
ERROR 1 Non-fatal errors + QUIET
WARNING 2 Warnings + ERROR
VERBOSE 3 Other comments + WARNING

RSR_OUTPUT = NOTHING, QUIET, ERROR, WARNING, VERBOSE, LOG
If RSR_OUTPUT = LOG then RSR_LOG_LEVEL and RSR_LOG_FILE should be set. (see below)
RSR_OUTPUT = VERBOSE

RSR_LOG_LEVEL = 0, 1, 2, 3
Sets level of log output
RSR_LOG_LEVEL = 3

RSR_LOG_FILE = filename
Sets path to file where logged output should be placed.
RSR_LOG_FILE = rsr.log

cineProfiler optionscineSpace VariablesDetailsCommon Variables

The cineSpace suite is developed by Rising Sun Research.
Also available are the cineSpace Forums.
This documentation last changed on October 19, 2004.