/****************************************************************************/ /* This file defines a number of parameters for the GramPlot 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 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 labels in the time axis (1) 0 # print field component character (1) 1 # print scale bar for field values (1) 1 # print baselines as dashed lines (1) 1 # print baseline values (1) 1 # print station three-letter identifier (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 enlosing rectangle (35.0) 140.0 # Width of enclosing rectangle (140.0) 140.0 # Height of enclosing rectangle (220.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.5 # Length of minor tick marks (2.5) 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 (13.0) 5.0 # Distance of time labels from bottom edge of frame (7.0) 12.0 # Distance of time unit text from bottom edge of frame (20.0) /* --- Component character --- */ '' # Component label font type (Helvetica) 16.0 # Component label font size (16.0) 13.0 # Distance of component label from left edge of frame (13.0) /* --- Field strength scale bar --- */ 0.04 # Field scale, unit mm/nT (0.04) 10.0 # Distance of scale bar from left edge of frame (15.0) 3.0 # Length of scale bars bottom and top short lines (3.0) '' # Scale bar text font type (Helvetica) 12.0 # Scale bar text font size (12.0) 2.0 # Distance of scale bar text from scale bar (3.0) 0.3 # Line width of scale bar (0.3) /* --- Station identifier --- */ '' # Station identifier font type (Helvetica) 13.0 # Station identifier font size (13.0) 5.0 # Distance of station identifier text from left edge (5.0) /* --- Baseline --- */ '' # Baseline value font type (Helvetica) 9.0 # Baseline value font size (9.0) 2.0 # Distanc of Baseline value text from left edge of frame (2.0) 0.1 # Width of the horizontal baseline line (0.05) /* --- Other variables --- */ 1.0 # Zoom factor, scale entire figure by this value (1.0) 0.1 # Line width of the vertical grid line (0.05) 5 # Grid line type (see PScript.h) 3.0 # Grid line period (see PScript.h) 10.0 # extra space for the gram of the upmost station 10.0 # extra space for the gram of the lowest station /* --- 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. After the baseline values a fourth parameter must be given. */ /* This defines the absolute y-coordinate (in mm) of the horizontal */ /* baseline line (again use -1 if you want it to be computed). */ /* An example line is here (remove the comment /* */ for real lines: */ /* SOR 10550 -1 51300 255.0 */ /* Number of spaces or tabs between the parameter values is arbitrary. */