Skip to content

Commit

Permalink
Temporarily removing POINTING table write for MS
Browse files Browse the repository at this point in the history
  • Loading branch information
kartographer committed Dec 3, 2024
1 parent 5ed88bc commit ae3123c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pyuvdata/uvdata/ms.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def write_ms(
ms_utils.write_ms_field(filepath, uvobj=self)
ms_utils.write_ms_history(filepath, uvobj=self)
ms_utils.write_ms_observation(filepath, uvobj=self)
ms_utils.write_ms_pointing(filepath, uvobj=self)
# ms_utils.write_ms_pointing(filepath, uvobj=self)
ms_utils.write_ms_polarization(filepath, pol_order=pol_order, uvobj=self)
ms_utils.write_ms_source(filepath, uvobj=self)
ms_utils.write_ms_spectral_window(filepath, uvobj=self)
Expand Down

0 comments on commit ae3123c

Please sign in to comment.