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
43 stars 7 forks source link

initialize_catalog_from_params lists unsupported filetype #462

Closed jpober closed 4 months ago

jpober commented 5 months ago

Line 885 of simsetup.py says the supported filetypes are:

One of ['skyh5', 'gleam', 'vot', 'text', 'hdf5'] or None.

But it seems this function calls pyradiosky's read, which lists the supported filetypes as:

One of ['skyh5', 'gleam', 'vot', 'text', 'fhd'] or None.

Also, our Gen 2 reference simulations are based to .hdf5 sky maps, which leads to issue since pyradiosky can't read them.

jpober commented 4 months ago

Closed by #463