Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
marc
metadata
Commits
e7290161
Commit
e7290161
authored
Oct 31, 2017
by
marc
Browse files
Added centralFrequency, tracking mode, setpoint and actual radec in
metadata.
parent
6a1fa748
Changes
1
Hide whitespace changes
Inline
Side-by-side
__init__.py
View file @
e7290161
...
...
@@ -28,13 +28,16 @@ class MetaData():
'''
self
.
tool
=
'dumpwide'
self
.
integrationTime
=
2
self
.
outputDirectory
=
''
self
.
outputFile
=
None
self
.
centralFrequency
=
1420
self
.
outputDirectory
=
'/tmp/Obs/'
self
.
outputFile
=
'DT-20171031.dat'
'''
Pointing
'''
self
.
radec
=
None
self
.
guidingMode
=
'Tracking'
self
.
radecSetpoint
=
None
self
.
radecActual
=
None
'''
DT Settings
'''
...
...
@@ -59,9 +62,12 @@ class MetaData():
(
'operator3'
,
self
.
operator3
),
(
'tool'
,
self
.
tool
),
(
'integrationTime'
,
self
.
integrationTime
),
(
'centralFrequency'
,
self
.
centralFrequency
),
(
'outputDir'
,
self
.
outputDirectory
),
(
'outputFile'
,
self
.
outputFile
),
(
'RaDEC'
,
self
.
radec
),
(
'guidingMode'
,
self
.
guidingMode
),
(
'setpointRaDEC'
,
self
.
radecSetpoint
),
(
'actualRaDEC'
,
self
.
radecActual
),
(
'refactionEnabled'
,
self
.
refractionEnabled
),
(
'DTModelEnabled'
,
self
.
DTModelEnabled
),
(
'backEndMode'
,
self
.
mode
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment