Skip to content

Commit

Permalink
Fix similar problem affecting parallactic angle construction.
Browse files Browse the repository at this point in the history
  • Loading branch information
JSKenyon committed Nov 10, 2023
1 parent f2d110a commit c1e8bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quartical/data_handling/angles.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def make_parangle_xds_list(ms_path, data_xds_list):
coords={
"utime": np.arange(sum(xds.UTIME_CHUNKS)),
"ant": xds.ant,
"receptor": np.arange(2)
"receptor": np.arange(feedtab.dims['receptors'])
},
attrs={
"FEED_TYPE": feed_type,
Expand Down

0 comments on commit c1e8bde

Please sign in to comment.