Skip to content

Commit

Permalink
Properly plumbing swarm_only keyword for MIR datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Dec 21, 2023
1 parent f0b05bc commit 78a6702
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyuvdata/uvdata/uvdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -12025,6 +12025,7 @@ def read(
pseudo_cont=pseudo_cont,
rechunk=rechunk,
compass_soln=compass_soln,
swarm_only=swarm_only,
recompute_nbls=recompute_nbls,
time_axis_faster_than_bls=time_axis_faster_than_bls,
blts_are_rectangular=blts_are_rectangular,
Expand Down Expand Up @@ -12146,6 +12147,7 @@ def read(
pseudo_cont=pseudo_cont,
rechunk=rechunk,
compass_soln=compass_soln,
swarm_only=swarm_only,
)

uv_list.append(uv2)
Expand Down Expand Up @@ -12398,6 +12400,7 @@ def read(
pseudo_cont=pseudo_cont,
rechunk=rechunk,
compass_soln=compass_soln,
swarm_only=swarm_only,
run_check=run_check,
check_extra=check_extra,
run_check_acceptability=run_check_acceptability,
Expand Down

0 comments on commit 78a6702

Please sign in to comment.