Adam Lanman
Adam Lanman
## Description Introduces a new parameter `telescope_frame` to `UVData`, which can be either "ITRS" (default) or "MCMF" (Moon-Centered Moon-Fixed). This new parameter indicates the coordinate frame the `telescope_position` is defined...
## Description Removes the telescope_frame UVParameter and instead makes `frame` an attribute of the `LocationParameter` class. Default behavior is still to assume everything is ITRS unless otherwise specified. ## Motivation...
A UVData object is passed to all ranks, carrying several arrays of length `Nblts`. For long duration simulations with many baselines this quickly becomes impractical. Since our simulated dataset has...
There are several tests, many probably my fault, that do several `assert`s. Ideally, each test should only really check one thing. Parametrizing and using fixtures can avoid excessive code duplication...
MPI has tools to write to files from separate processes. For tracking down errors in intermediate calculations, it would be convenient to have a logging tool that lets you choose...