Skip to content
Snippets Groups Projects
Commit 2e7e8234 authored by Philipp Arras's avatar Philipp Arras
Browse files

Formatting

parent ca065f9f
No related branches found
No related tags found
No related merge requests found
Pipeline #106358 passed
...@@ -113,8 +113,9 @@ class AntennaPositions: ...@@ -113,8 +113,9 @@ class AntennaPositions:
Returns Returns
------- -------
numpy.ndarray: Entries of `data` that correspond to the selected numpy.ndarray
baseline. Shape `(n_pol, n_time, n_freq)`. Entries of `data` that correspond to the selected baseline. Shape
`(n_pol, n_time, n_freq)`.
""" """
if np.any(self.ant1 > self.ant2): if np.any(self.ant1 > self.ant2):
raise RuntimeError("This algorithm assumes ant1<ant2.") raise RuntimeError("This algorithm assumes ant1<ant2.")
......
...@@ -21,7 +21,8 @@ def calibrator_spectrum(nu, src): ...@@ -21,7 +21,8 @@ def calibrator_spectrum(nu, src):
Returns Returns
------- -------
float or np.ndarray : calibrator spectrum float or np.ndarray
calibrator spectrum
Note Note
---- ----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment