ignorecut.conf

This file controls the variables that are NOT affected by cut size switching. In general it used by data.avg to split data by cut size. It is located in $DB/etc/$STATION/ignorecut.$STATION.conf or in the default location $DB/etc/ignorecut.conf. If the station specific file does not exist then the default one is used.

Format

Lines beginning with '#' are treated as comments. Each line consists of a start time as the first comma separated field followed by a list of patterns that define the variables not affected by cut switching from that time onwards or until another pattern set takes effect.

Full Perl regular expressions are accepted as the patterns and each is wrapped like “/^$pattern$/” when checked. So a pattern must match the entire variable name.

The start time can be omitted or set to “0” to specify that the given patterns take effect at the beginning of time otherwise any convertible time format is accepted.