We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b0eb0f commit b208c6fCopy full SHA for b208c6f
CHANGES.rst
@@ -15,7 +15,7 @@ alma
15
16
- Added ``verify_only`` option to check if data downloaded with correct file size [#2263]
17
18
-- Deprecate functionalities from ``alma.utils``. [#2332]
+- Deprecate broken functions from ``alma.utils``. [#2332]
19
20
esa.hubble
21
^^^^^^^^^^
astroquery/alma/utils.py
@@ -18,6 +18,9 @@
from astroquery.alma import Alma
+__all__ = ['parse_frequency_support', 'footprint_to_reg', 'approximate_primary_beam_sizes']
22
+
23
24
@deprecated('0.4.6', 'this function has been deprecated and will be removed in the next release.')
25
def pyregion_subset(region, data, mywcs):
26
"""
0 commit comments