File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,19 @@ jplspec
19
19
20
20
- minor improvement to lookuptable behavior [#3173,#2901]
21
21
22
+ mast
23
+ ^^^^
24
+
25
+ - Retrieve data products from the Missions-MAST API with ``mast.MastMissions.get_product_list ``. Retrieve unique data
26
+ products only with ``mast.MastMissions.get_unique_product_list ``. [#3155]
27
+
28
+ - Filter data products retrieved from the Missions-MAST API with ``mast.MastMissions.filter_products ``. [#3155]
29
+
30
+ - Download data products from the Missions-MAST API with ``mast.MastMissions.download_products ``.
31
+ Download a single data product using ``mast.MastMissions.download_file ``. [#3155]
32
+
33
+ - Get the keyword corresponding to the dataset ID for a specific mission with ``mast.MastMissions.get_dataset_kwd ``. [#3155]
34
+
22
35
mocserver
23
36
^^^^^^^^^
24
37
You can’t perform that action at this time.
0 commit comments