Skip to content
Snippets Groups Projects
Commit ad1ae981 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

SSB-44: fix comment

parent 1f34097d
No related branches found
No related tags found
1 merge request!44Merge back holography to master
......@@ -56,13 +56,12 @@ class HolographyDataset():
self.reference_stations = list()
# list of frequencies
self.frequencies = list()
# dict(reference_station_name:
# dict(frequency:
# array that contains the ra_dec of which a beam
# points at given a frequency and a beamlet number
# numpy.dtype([('RA', numpy.float64),
# ('DEC',numpy.float64),
# ('EPOCH', 'S10')])
# dict(frequency:
# array that contains the ra_dec of which a beam
# points at given a frequency and a beamlet number
# numpy.dtype([('RA', numpy.float64),
# ('DEC',numpy.float64),
# ('EPOCH', 'S10')])
self.ra_dec = dict()
# dict(reference_station_name:
# dict(frequency:
......@@ -278,6 +277,7 @@ class HolographyDataset():
self.data[reference_station][frequency_string][beamlet_string] = \
cross_correlation[reference_station_index, :]
def __collect_preliminary_information(self, station_name, list_of_hbs_ho_tuples):
"""
This routines reads both the holography beam specifications files and the holography
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment