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

Make derivedmscal and meas functions known at start #177

Closed gervandiepen closed 5 years ago

gervandiepen commented 5 years ago

This change links TaQL's mscal and meas functions into the _tables module, so these functions can be used when a static library is built.

pep8speaks commented 5 years ago

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

Line 156:80: E501 line too long (100 > 79 characters)

gijzelaerr commented 5 years ago

good idea, thanks.