Skip to content

3.5.0

Latest
Compare
Choose a tag to compare
@tammojan tammojan released this 05 Jul 17:49
· 204 commits to master since this release
ff766c4

3.5.0

Highlights

Apart from many bug fixes and modernizations, a few new features were introduced:

  • TaQL now supports copying columns to new columns (e.g. to make a backup of the FLAG column)
  • Non-zero coordinates in JPL frames, e.g. the SUN frame, are now interpreted as an offset in right ascension and declination. Previously, coordinates in a JPL coordinate frame were ignored.
  • The Dysco storage manager is now built by default as part of casacore.

General

MeasurementSet

  • Improve reading of DataDescriptionId (#1103)
  • Compute feed information (#1104) and field attributes (#1109) on demand
  • UVFits improvements: support X-Y mounts (#1115), allow large antenna numbers (#1144), fix handling FITS-IDI GAIN_CURVE (#1151)
  • Fix precision in T+dT syntax (#1118)

Measures

  • Allow offsets to JPL coordinates (#1160)

Tables

  • Cache iteration boundaries while sorting tables (#1106)
  • Use RefTable for iteration (#1108)
  • Adios2 related changes: #1110, #1116, #1121, #1148
  • Make Dysco part of casacore (#1117, #1125, #1146, #1166)
  • Add TaQL commands LIKE, COPYCOLUMN and DROPTABLE (#1154, #1169)
  • Fix one bug in rownr_t migration for TiledDataStMan (#1156)
  • Improve documentation (#1192)

Images

  • Support CARTA opening images with a custom handler (#1158)
  • Allow easier python handling of beams (#1184)