Skip to content

Commit 284a3d2

Browse files
jd-aubsipocz
authored andcommitted
Add default cutout radius
1 parent 8ea2111 commit 284a3d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

astroquery/casda/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ def stage_data(self, table, verbose=False):
324324

325325
return self._complete_job(job_url, verbose)
326326

327-
def cutout(self, table, *, coordinates=None, radius=None, height=None,
327+
def cutout(self, table, *, coordinates=None, radius=1*u.arcmin, height=None,
328328
width=None, band=None, channel=None, verbose=False):
329329
"""
330330
Produce a cutout from each selected file. All requests for data must use authentication. If you have access to

0 commit comments

Comments
 (0)