Skip to content

Commit b208c6f

Browse files
committed
Post review changes
1 parent 0b0eb0f commit b208c6f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alma
1515

1616
- Added ``verify_only`` option to check if data downloaded with correct file size [#2263]
1717

18-
- Deprecate functionalities from ``alma.utils``. [#2332]
18+
- Deprecate broken functions from ``alma.utils``. [#2332]
1919

2020
esa.hubble
2121
^^^^^^^^^^

astroquery/alma/utils.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@
1818
from astroquery.alma import Alma
1919

2020

21+
__all__ = ['parse_frequency_support', 'footprint_to_reg', 'approximate_primary_beam_sizes']
22+
23+
2124
@deprecated('0.4.6', 'this function has been deprecated and will be removed in the next release.')
2225
def pyregion_subset(region, data, mywcs):
2326
"""

0 commit comments

Comments
 (0)