casacore / python-casacore

Python bindings for casacore, a library used in radio astronomy
http://casacore.github.io/python-casacore
GNU Lesser General Public License v3.0
35 stars 22 forks source link

table.summary(recurse=True) : TypeError on MeasurementSets #239

Open renaudmiel opened 1 year ago

renaudmiel commented 1 year ago

A MeasurementSet table has an 'MS_VERSION' keyword, e.g.: 'MS_VERSION': 2.0

The error occurs because the code attempts to iterate on the value of 'MS_VERSION', which - being a float - is not iterable.

Screenshot 2023-01-11 at 11 31 42