Skip to content

Commit 60408dc

Browse files
committedNov 21, 2024
fix mwa beam docstring
1 parent 2b3eaf3 commit 60408dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎src/pyuvdata/uvbeam/uvbeam.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -3997,7 +3997,8 @@ def read_mwa_beam(self, h5filepath, **kwargs):
39973997
h5filepath : str
39983998
path to input h5 file containing the MWA full embedded element spherical
39993999
harmonic modes. Download via
4000-
`wget http://cerberus.mwa128t.org/mwa_full_embedded_element_pattern.h5`
4000+
`wget http://ws.mwatelescope.org/static/mwa_full_embedded_element_pattern.h5`
4001+
(This reader is based on https://github.com/MWATelescope/mwa_pb).
40014002
use_future_array_shapes : bool
40024003
Defunct option, will result in an error in version 3.2.
40034004
delays : array of ints

0 commit comments

Comments
 (0)