Skip to content

Commit 93ecd6e

Browse files
updated uvbeam tutorial urls for wget of aee beam fits files and fixed typo
1 parent 73554c2 commit 93ecd6e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/uvbeam_tutorial.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ output simulation file(s) for the model you want:
8686
- for the full embedded element (FEE) beam use:
8787
``wget http://cerberus.mwa128t.org/mwa_full_embedded_element_pattern.h5``
8888
- for the average embedded element (AEE) beam use:
89-
``wget https://github.com/MWATelescope/mwa_pb/blob/master/mwa_pb/data/Jmatrix.fits``
89+
``wget https://raw.githubusercontent.com/MWATelescope/mwa_pb/master/mwa_pb/data/Jmatrix.fits``
9090
and
91-
``wget https://github.com/MWATelescope/mwa_pb/blob/master/mwa_pb/data/Zmatrix.fits``
91+
``wget https://raw.githubusercontent.com/MWATelescope/mwa_pb/master/mwa_pb/data/ZMatrix.fits``
9292

9393
For this tutorial we use the files saved in the test data which only
9494
contain a few frequencies.

src/pyuvdata/uvbeam/uvbeam.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@ def read_beamfits(self, filename, **kwargs):
35773577
required parameters after reading in the file.
35783578
check_extra : bool
35793579
Option to check optional parameters as well as required ones.
3580-
run_check_acceptabilit : bool
3580+
run_check_acceptability : bool
35813581
Option to check acceptable range of the values of
35823582
required parameters after reading in the file.
35833583
check_auto_power : bool

0 commit comments

Comments
 (0)