Skip to content

Commit

Permalink
Fixing oversight in tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Feb 3, 2025
1 parent 3117b08 commit 98fde3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/uvcal_tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ a) Select antennas to keep on UVCal object using the antenna number.
>>> # print all the antenna numbers with data after deselection
>>> print(cal.ant_array)
[ 0 13 23 24 25]
[ 1 13 23 24 25]
>>> cal.select(antenna_nums=[1, 13, 25])
>>> # print all the antennas numbers with data after the select
Expand Down

0 comments on commit 98fde3c

Please sign in to comment.