bwinkel / pycraf

pycraf is a package that provides functions and procedures for various tasks in spectrum-management compatibility studies.
35 stars 15 forks source link

Bugfix: `protection.ra769_limits` should return proper quantities #8

Closed bwinkel closed 5 years ago

bwinkel commented 5 years ago

Fix #6.

pycraf.protection.ra769_limits now returns an astropy.table.QTable instead of a astropy.table.Table. This ensures that in all circumstances one retrieves proper astropy.units.Quantity objects from the table. Previously, logarithmic units would not fully support this (although this was a just bug in astropy, which is now fixed).