From ad1ae981b33aaf03d78a839e1529a0438dc78546 Mon Sep 17 00:00:00 2001 From: Mattia Mancini <mancini@astron.nl> Date: Fri, 22 Mar 2019 09:55:37 +0000 Subject: [PATCH] SSB-44: fix comment --- .../lib/datacontainers/holography_dataset.py | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py b/CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py index 72624385466..fd27f7ec0fc 100644 --- a/CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py +++ b/CAL/CalibrationCommon/lib/datacontainers/holography_dataset.py @@ -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 -- GitLab