diff --git a/docs/uvbeam_tutorial.rst b/docs/uvbeam_tutorial.rst index 035b95388..42e590181 100644 --- a/docs/uvbeam_tutorial.rst +++ b/docs/uvbeam_tutorial.rst @@ -86,9 +86,9 @@ output simulation file(s) for the model you want: - for the full embedded element (FEE) beam use: ``wget http://cerberus.mwa128t.org/mwa_full_embedded_element_pattern.h5`` - for the average embedded element (AEE) beam use: - ``wget https://github.com/MWATelescope/mwa_pb/blob/master/mwa_pb/data/Jmatrix.fits`` + ``wget https://raw.githubusercontent.com/MWATelescope/mwa_pb/master/mwa_pb/data/Jmatrix.fits`` and - ``wget https://github.com/MWATelescope/mwa_pb/blob/master/mwa_pb/data/Zmatrix.fits`` + ``wget https://raw.githubusercontent.com/MWATelescope/mwa_pb/master/mwa_pb/data/ZMatrix.fits`` For this tutorial we use the files saved in the test data which only contain a few frequencies. diff --git a/src/pyuvdata/uvbeam/uvbeam.py b/src/pyuvdata/uvbeam/uvbeam.py index 3940e6958..0fdb190dd 100644 --- a/src/pyuvdata/uvbeam/uvbeam.py +++ b/src/pyuvdata/uvbeam/uvbeam.py @@ -3577,7 +3577,7 @@ def read_beamfits(self, filename, **kwargs): required parameters after reading in the file. check_extra : bool Option to check optional parameters as well as required ones. - run_check_acceptabilit : bool + run_check_acceptability : bool Option to check acceptable range of the values of required parameters after reading in the file. check_auto_power : bool