JLBLine / WODEN

CUDA code designed to simulate interferometric data using point, Gaussian, and shapelet sky models
https://woden.readthedocs.io/en/latest/
Mozilla Public License 2.0
5 stars 0 forks source link

Make EveryBeam optional #72

Closed JLBLine closed 1 week ago

JLBLine commented 1 month ago

If users want to stick to just MWA using hyperbeam, or WODEN native beam models, then they don't need to install EveryBeam. To make that happen, we need to be able to check for the everybeam python package, and if doesn't exist, don't try and import it.

Need to update the installation documentation to reflect this, and give tips for installing EveryBeam as well.

JLBLine commented 1 week ago

This is done in in v2.4.0-alpha