@@ -402,6 +402,7 @@ def get_unique_product_list(self, datasets):
402
402
def filter_products (self , products , * , extension = None , ** filters ):
403
403
"""
404
404
Filters an `~astropy.table.Table` of mission data products based on given filters.
405
+
405
406
Parameters
406
407
----------
407
408
products : `~astropy.table.Table`
@@ -414,6 +415,7 @@ def filter_products(self, products, *, extension=None, **filters):
414
415
acceptable values for that column. AND logic is applied between filters, OR logic within
415
416
each filter set.
416
417
For example: type="science", extension=["fits","jpg"]
418
+
417
419
Returns
418
420
-------
419
421
response : `~astropy.table.Table`
@@ -525,6 +527,7 @@ def download_file(self, uri, *, local_path=None, cache=True, verbose=True):
525
527
def _download_files (self , products , base_dir , * , flat = False , cache = True , verbose = True ):
526
528
"""
527
529
Downloads files listed in an `~astropy.table.Table` of data products to a specified directory.
530
+
528
531
Parameters
529
532
----------
530
533
products : `~astropy.table.Table`
@@ -538,6 +541,7 @@ def _download_files(self, products, base_dir, *, flat=False, cache=True, verbose
538
541
Default is True. If file is found on disk, it will not be downloaded again.
539
542
verbose : bool, optional
540
543
Default is True. Whether to show download progress in the console.
544
+
541
545
Returns
542
546
-------
543
547
response : `~astropy.table.Table`
@@ -568,6 +572,7 @@ def download_products(self, products, *, download_dir=None, flat=False,
568
572
cache = True , extension = None , verbose = True , ** filters ):
569
573
"""
570
574
Download specified data products.
575
+
571
576
Parameters
572
577
----------
573
578
products : str, list, `~astropy.table.Table`
@@ -591,6 +596,7 @@ def download_products(self, products, *, download_dir=None, flat=False,
591
596
acceptable values for that column. AND logic is applied between filters, OR logic within
592
597
each filter set.
593
598
For example: type="science", extension=["fits","jpg"]
599
+
594
600
Returns
595
601
-------
596
602
manifest : `~astropy.table.Table`
0 commit comments