spacetelescope / jwst_mast_query

Command line tool for querying MAST and downloading JWST data products
BSD 3-Clause "New" or "Revised" License
18 stars 11 forks source link

Existing updates from Armin #30

Closed bhilbert4 closed 1 year ago

bhilbert4 commented 1 year ago

This PR adds in a number of changes Armin had implemented locally.

Among them is a fix for the MAST timeout errors that were interfering with some searches. These were solved by querying in batches, at the recommendation of the MAST developers.

This also introduces sortable.js, for creating sortable tables when results are saved in html files.

bhilbert4 commented 1 year ago

Tests of random program numbers all seem ok. I see log messages about batch queries, which is the solution to the timeout errors that Armin was working on solving. Webpages are created as long as uncal files are downloaded.

bhilbert4 commented 1 year ago

@arminrest are you happy with how these changes look? If so I can merge them.