RadioAstronomySoftwareGroup / pyuvsim

A ultra-high precision package for simulating radio interferometers in python on compute clusters.
https://pyuvsim.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
42 stars 6 forks source link

Default to writing out UVH5 files rather than UVFITS #445

Closed bhazelton closed 5 months ago

bhazelton commented 5 months ago

Description

Changed the default output format to UVH5 rather than UVFITS, mostly because it doesn't require phasing. All formats are available, this just changes the default if nothing is set.

Motivation and Context

fixes #376

Types of changes

Checklist:

For all pull requests:

Breaking change checklist:

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (61caa50) 99.50% compared to head (f6f87f8) 99.55%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #445 +/- ## ========================================== + Coverage 99.50% 99.55% +0.04% ========================================== Files 12 12 Lines 2240 2239 -1 ========================================== Hits 2229 2229 + Misses 11 10 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.