@@ -407,11 +407,11 @@ def download_cutouts(self, coordinates, size=5, survey=None, cutout_format="fits
407
407
Set inflate to false to stop before the inflate step.
408
408
**img_params : dict
409
409
Optional, only used if format is jpg or png
410
- Valid parameters are stretch, minmax_percent, minmax_value, and invert.
411
- These arguments are documented here:
410
+ Valid parameters are stretch, minmax_percent, minmax_value, and invert.
411
+ These arguments are documented here:
412
412
https://astrocut.readthedocs.io/en/latest/api/astrocut.img_cut.html
413
- The Column Name is the keyword, with the argument being one or more acceptable
414
- values for that parameter, except for fields with a float datatype where the
413
+ The Column Name is the keyword, with the argument being one or more acceptable
414
+ values for that parameter, except for fields with a float datatype where the
415
415
argument should be in the form [minVal, maxVal].
416
416
417
417
Returns
@@ -450,7 +450,7 @@ def download_cutouts(self, coordinates, size=5, survey=None, cutout_format="fits
450
450
response = json .load (FLE )
451
451
warnings .warn (response ['msg' ], NoResultsWarning )
452
452
return localpath_table
453
-
453
+
454
454
if not inflate : # not unzipping
455
455
localpath_table ['Local Path' ] = [zipfile_path ]
456
456
return localpath_table
0 commit comments