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

html file overwritten when downloading separate observations #12

Open bhilbert4 opened 2 years ago

bhilbert4 commented 2 years ago

For 01138, I downloaded observation 4 with one command, and then downloaded observation 5 with a second command. This was done in order to save each to a separate subdirectory. Looking at the html file, it shows only observation 5 files. It's also located in the directory along side the obsnum directories. It might be better to save it in the obsnum directory. This will save the overwriting issue, and give easier to digest html files with one file for each obsnum.

@arminrest