Skip to content

Commit 9c4ecf4

Browse files
committed
Add a changelog entry
1 parent a314e9a commit 9c4ecf4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGES.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ hsa
1313
Service fixes and enhancements
1414
------------------------------
1515

16+
casda
17+
^^^^^
18+
19+
- Add the ability to produce 2D and 3D cutouts from ASKAP images and cubes. [#2366]
20+
1621

1722
Infrastructure, Utility and Other Changes and Additions
1823
-------------------------------------------------------

astroquery/casda/core.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,6 @@ def cutout(self, table, coordinates=None, radius=None, height=None, width=None,
317317

318318
return self._complete_job(job_url, verbose)
319319

320-
321320
def download_files(self, urls, savedir=''):
322321
"""
323322
Download a series of files
@@ -440,7 +439,6 @@ def _add_cutout_params(self, job_location, verbose, cutout_spec):
440439
resp.raise_for_status()
441440
return
442441

443-
444442
def _run_job(self, job_location, verbose, poll_interval=20):
445443
"""
446444
Start an async job (e.g. TAP or SODA) and wait for it to be completed.

astroquery/casda/tests/test_casda.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -462,6 +462,7 @@ def test_args_to_payload_combined():
462462
assert payload['CHANNEL'] == '17 23'
463463
assert set(payload.keys()) == set(['CHANNEL', 'POS'])
464464

465+
465466
def test_download_file(patch_get):
466467
urls = ['https://ingest.pawsey.org/bucket_name/path/askap_img.fits?security=stuff',
467468
'http://casda.csiro.au/download/web/111-000-111-000/askap_img.fits.checksum',

0 commit comments

Comments
 (0)