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

Expose complete MS and subtable definitions #183

Closed sjperkins closed 4 years ago

sjperkins commented 5 years ago

Required MS and subtable column + keywords definitions are exposed in pyrap.tables.require_ms_desc.

This PR exposes all optional column + keywords definitions in pyrap.tables.complete_ms_desc

pep8speaks commented 5 years ago

Hello @sjperkins! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2019-08-14 13:16:47 UTC
sjperkins commented 5 years ago

/cc @ludwigschwardt Perhaps a little bit too late for our discussion earlier this week, but this effects me too.

sjperkins commented 4 years ago

Thanks for the merge @tammojan