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:
Returns
-------
numpy.ndarray: Entries of `data` that correspond to the selected
baseline. Shape `(n_pol, n_time, n_freq)`.
numpy.ndarray
Entries of `data` that correspond to the selected baseline. Shape
`(n_pol, n_time, n_freq)`.
"""
if np.any(self.ant1 > self.ant2):
raise RuntimeError("This algorithm assumes ant1<ant2.")
......
......@@ -21,7 +21,8 @@ def calibrator_spectrum(nu, src):
Returns
-------
float or np.ndarray : calibrator spectrum
float or np.ndarray
calibrator spectrum
Note
----
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment