-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocess.defaults
More file actions
107 lines (102 loc) · 3.67 KB
/
process.defaults
File metadata and controls
107 lines (102 loc) · 3.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
# process.defaults
#
# Do not remove any of these entries. To by-pass a function, set the value to null: ""
## LOCAL DIRECTORIES
# Directory for translation of raw data
set rawpth = "$procdir/raw"
# Directory path for raw archives (search all levels); e.g. /data18/simon
set rawfnd = ""
# Input files for RINEX translators
set mpth = "$procdir/mkrinex"
# RINEX files directory
set rpth = "$procdir/rinex"
# Directory path for RINEX archives (search all levels); e.g. /data18/simon
set rnxfnd = ""
# Broadcast orbit directory
set bpth = "$procdir/brdc"
# IGS files directory
set ipth = "$procdir/igs"
# G-files directory
set gpth = "$procdir/gfiles"
# GAMIT and GLOBK tables directory
set tpth = "$procdir/tables"
# Output directory for skyplots
set gifpth = "$procdir/figs"
# Globk solution directory
set glbpth = "$procdir/gsoln"
# Globk binary h-file directory
set glfpth = "$procdir/glbf"
# Directory path for other h-files (LA, LB, LC options; search all levels)
# e.g. "/raid1/tah/SIO_GLL"; ( /raid6/ftp/pub/MIT_GLL/H07 /raid2/simon/gps_analysis/cgps_hfiles )
set hfnd = ""
# Template files
set templatepth = "$procdir/templates"
# Place to store temporary control files
set cpth = "$procdir/control"
# Archive root directory (cannot be null)
set archivepth = "$procdir/archive"
## FTP INFO FOR REMOTE FILES
# Raw data archive
# set rawarchive = 'chandler.mit.edu'
# set rawdir = 'pub/continuous/mitnet'
# set rawlogin = "anonymous simon@chandler.mit.edu"
# Addresses for CDDSI, SOPAC, IGSCB, UNAVCO, BKG, IGN, USNO are given in template/ftp_info
##GAMIT
# Set sampling interval, number of epochs, and start time for processing
set sint = '30'
set nepc = '2880'
set stime = '0 0'
# Variables for updating tables
set stinf_unique = "-u"
set stinf_nosort = "-nosort"
set stinf_slthgt = "2.00"
# Set "Y" to use RINEX header coordinates not in lfile or apr file
set use_rxc = "N"
# Broadcast orbits
set brdc = 'brdc'
# Minimum x-file size to be processed (Def. 300 blocks; most OS use 1 Kb blocks)
set minxf = '300'
# Set search window for RINEX files which might contain data for day - default check the previous day
set rx_doy_plus = 0
set rx_doy_minus = 1
# Default globk .apr file
set aprf = igs14_comb.apr
# Set compress (copts), delete (dopts) and archive (aopts) options. (Don't forget to set the archivepth.)
# Possible d-, c-, and a- opts: D, H, ao, ac, as, b, c, d, e, g, h, i, j, k, l, m, o, p, q, t, x, ps, all"
set dopts = ( c )
set copts = ( x k ao )
set aopts = ''
# Set the rinex ftp archives (defined in ftp_info) you would like to look for data in.
# (Default archives searched are: sopac, cddis and unavco).
set rinex_ftpsites = (cddis sopac unavco)
## RESOURCES
# Minimum raw disk space in Mbytes
set minraw = '100'
# Minimum rinex disk space in Mbytes
set minrinex = '100'
# Minimum archive disk space in Mbytes
set minarchive = '100'
# Minimum working disk space in Mbytes
set minwork = '500'
## SYSTEM-DEPENDENT SETTINGS
# UNIX df command must be set to return the correct form
# Most machines (
set udf = 'df -mk'
# but note that if you have free > 1 Tb, you will need to change this to Mb
# set udf = 'df -m'
# HP
# set udf = 'bdf'
# UNIX mail command
# Most machines
set umail = 'mail -s'
# HP
# set umail = 'mailx -s'
# Mail address for sending the processing report (if '' will default to `whoami` in sh_gamit)
set mailto = ''
# Host name for email and anonymous ftp password use (if '' will default to `hostname` in sh_gamit)
set machine = ''
# Ghostscript path
set gspath = '/usr/bin'
# ImageMagick path fir png conversion
# set impath = '/usr/bin/X11'
set impath = '/usr/bin'