HERA-Team / hera_pspec

HERA power spectrum estimation code and data formats
http://hera-pspec.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
5 stars 3 forks source link

Error in reading pstokes beam #365

Open steven-murray opened 2 years ago

steven-murray commented 2 years ago

There is currently an error when reading the HERA_NF_pstokes_power.beamfits beam from the data directory, under pyuvdata>=2.2.9 (i.e. the currently the latest). The error seems to be that the beamfile inherently has complex data, while the UVBeam object is expecting float data since it's a power beam. I don't know enough about the pstokes beam file to know whether the file itself needs to be fixed, or whether this is an error in the expectation of UVBeam.