-
Notifications
You must be signed in to change notification settings - Fork 0
/
LF_calibration_settings.txt
153 lines (132 loc) · 2.6 KB
/
LF_calibration_settings.txt
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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
#------
[Basics]
#------
station_id=R3
station_name=Relampago_LF3
NumChannels=2
#DAQ card
DevName=Dev2
SampleRate=1000000
SampleClockPolarity=1
StartTriggerPolarity=0
SingleEndedInput=0
#GPS type: M (Motorola) or T (Truetime)
GPSType=M
COM_port=5
#Data root folder
DataRootFolder=Calibration Data
#Distinguish Receiver Style
IsLF=1
IsResettable=0
#Local Retrieval
local_retrieval=0
#----
[SSH]
#----
#set to 1 to enable
ssh_Broadband=0
ssh_Narrowband=0
KeepLocalCopyNB=0
ssh_Latest=0
ssh_Log=0
remote_retrieval=0
#ssh settings:
ssh_server=vlf-alexandria.stanford.edu
ssh_username=vlf-sftp
rsa_key_name=site_name
ssh_port=22
start_time=00:00
end_time=23:59
#------
[POST]
#------
active=0
post_server=http://vlf-engineering.stanford.edu/field_sites_uploads/upload_file.php
#--------
[Cleanup]
#--------
active=0
#Pacman days (if active)
cleanup_cont_days = 1
#Synoptic/ narrowband/ spectrogram pacman days (if active)
#(useful if external hard drive removed, for example):
cleanup_synoptic_days=5
cleanup_narrowband_days=5
cleanup_spec_days=5
#-----------------
[Copy_To_External]
#-----------------
active=0
#External drive path (if active)
external_drive=D:\,E:\
#--------------
[BBFileWriters]
#--------------
Continuous=1
ContinuousDuration=60
Synoptic=0
SynopticPeriod=3600
SynopticDuration=60
Snapshot=0
#------------
[Narrowband]
#------------
active=0
call_signs=NWC,NPM,NLK,NAA,NML,DHO,JJI
#------------
[Spectrogram]
#------------
active=1
copy_to_external=0
duration=10
period=60
NFFT=16384
fmax=400
cmin=-50
cmax=10
remove_hum=0
f0=60
hum_fc=4000
psd=0
quality=75
#---------------
[Station_Notes]
#---------------
# (Please actually put this in)
station_description=RELAMPAGO LF Receiver
hardware_description=LF Receiver
antenna_bearings=.
antenna_description=T2 triangle, 13 turns
install_date=.
contact_info=.
adc_type=.
computer_sn=.
adc_sn=.
gps_sn=.
#------
[Logger]
#------
LogDir=log/
ErrorEmail=0
ErrorEmailPw=relampagoLF
ErrorPost=0
LogPostUrl=/field_sites_logs/logging.php
LogPostServer=vlf-engineering.stanford.edu:80
ConsoleLevel=TIMESTAMP
LogFileLevel=TIMESTAMP
PostLevel=WARNING
#-----------------
[Copy_To_Dropbox]
#-----------------
# This module copies the log file and config file to dropbox_dir
# Also sets the spectrogram function to write "LatestNS.jpg, LatestEW.jpg"
# into the dropbox_dir.
# Runs every copy_period seconds.
# If tail_only=0, copy the entire log.
# If tail_only=1, copy just the last ~50 lines of the log file.
active=0
tail_only=0
dropbox_dir=C:\Users\relampago\Dropbox\RELAMPAGO Logs\LF 3
copy_period=1800