This is a patch release implementing support for newer versions of pyuvdata and its future_array_shapes.
What's changed:
- All data files imported into a
PSPecDataobject are now read withfuture_array_shapes, that is the spectral window axis has been removed. - All
UVBeamobjects imported to form aPSPecBeamare also read withfuture_array_shapesby default. - Following the new
pyuvdatasyntax, thechannel_widthattribute ofUVPSpecobjects is now an array. - Backwards compatibility is allowed by the
use_future_array_shapes()method ofpyuvdata, which changes the array shapes of an object to match future array shapes (see here). Therefore, no (test) data file has been modified. If a conversion was required, a warning message is printed. - Tutorials and example notebooks have been modified accordingly.
- Please pay extra care to the missing array dimension when you convert your data arrays from Jy/beam to mK by hand.