/****************************************************************************/ /* This file defines a number of parameters for the StationPlot program. */ /* You may change any of these parameters but do not remove any lines or */ /* add new lines. Number of spaces or tabs before or after parameter value */ /* is not critical. */ /* */ /* Default values for the parameters are given in parenthesis after */ /* comment. A negative default value for some parameters implies that the */ /* value is computed during program execution. For boolean variables 0 */ /* means false (off) and 1 means true (on). Unit of length is millimeter. */ /* String variables (e.g. Title string) must be enclosed in aposthropes */ /* ('). If default value is used then two aposthropes ('') must be given. */ /****************************************************************************/ /*-------------------------*/ /* Boolean variables */ /*-------------------------*/ 1 # print frame enclosing the stack plot (1) 1 # print title text (1) 1 # print vertical gridlines (1) 1 # print horizontal gridlines (1) 1 # print time axis (1) 1 # print tick marks in the bottom time axis (1) 1 # print tick marks in the top time axis (1) 1 # print time labels in X and Y plots (1) 1 # print time labels Z plot (1) 1 # print field component character (1) 0 # print baselines as dashed lines (1) 1 # print field values in the vertical axis (1) 1 # print time averaging value (-a option) (1) 1 # plot mode, 1 = continuous line, 0 = dots 0 # landscape mode, 0 = long side vertical, 1 = long side horizontal /*--------------------------*/ /* Other variables */ /*--------------------------*/ /* --- Title --- */ '' # Title text enclosed in aposthropes '' # Title text font (Helvetica) 18.0 # Title text font size (18.0) 10.0 # Distance of title text from top of enclosing rectangle (10.0) /* --- Frame --- */ 40.0 # x-coordinate of left edge of enlosing rectangle (40.0) 35.0 # y-coordinate of bottom edge of Z component rectangle (35.0) 140.0 # Width of enclosing rectangle (140.0) 70.0 # Height of enclosing rectangle ( 70.0) 8.0 # Distance of frames of different components (8.0) 0.3 # Line width of enclosing frame (0.2) /* --- Data line/points --- */ 0.3 # Line width of the data line (if plotted as continuous line) (0.05) 0.2 # radius of data dots (if plotted as dots) (0.2) /* --- Time tickmarks --- */ -1 # Major time tick period in minutes (-1) -1 # Minor time tick period in minutes (-1) 3.5 # Length of major tick marks (3.5) 2.0 # Length of minor tick marks (2.0) 0.3 # Line width of time tick marks (0.2) 0.0 # Offset of first tick mark from left edge of enclosing frame (0.0) 0.0 # Offset of last tick mark from right edge of enclosing frame (0.0) /* --- Time labels --- */ '' # Time label font type (Helvetica) 12.0 # Time text font size (12.0) 5.0 # Distance of time labels from bottom edge of frame (5.0) 12.0 # Distance of time unit text from bottom edge of frame (12.0) /* --- Field axis tick marks --- */ -1 # Major field axis tick period in nT (-1) -1 # Minor field axis tick period in nT (-1) 3.5 # Length of major tick marks (3.5) 2.0 # Length of minor tick marks (2.0) 0.3 # Line width of field axis tick marks (0.2) 0.0 # Offset of first tick mark from top edge of enclosing frame (0.0) 0.0 # Offset of last tick mark from bottom edge of enclosing frame (0.0) /* --- Field axis labels --- */ '' # Field value label font type (Helvetica) 10.0 # Field value text font size (10.0) 3.0 # Distance of field value labels from left edge of frame (3.0) /* --- Component character --- */ '' # Component label font type (Helvetica) 16.0 # Component label font size (16.0) 6.0 # Distance of component label from right edge of frame (13.0) /* --- Baseline --- */ 0.1 # Width of the horizontal baseline line (0.05) /* --- Averaging period --- */ '' # Averaging text font type (Helvetica) 9.0 # Averaging text font size (9.0) 2.0 # Distance of averaging text from top edge (2.0) /* --- Other variables --- */ 1.0 # Zoom factor, scale entire figure by this value (1.0) 0.1 # Line width of the vertical and horizontal grid lines (0.05) 5 # Line type of the grid lines (see PScript.h for definition) (5) 3.0 # Length of one period in dashed grid line (3.0) /* --- Here you may define baselines for some or all the stations. --- */ /* Each line starts with the three letter station identifier followed */ /* by three baseline values (X,Y,Z in nT). If you want the program to */ /* compute some of the baseline values then put -1 as the baseline */ /* value. */ /* An example line is here (remove the comment /* */ for real lines: */ /* NUR 10550 -1 51300 */ /* Number of spaces or tabs between the parameter values is arbitrary. */ /* Lines starting with the character # are neglected (comment lines) */