i4Ds / STIX-GSW

STIX Ground-Analysis Software Package
11 stars 15 forks source link

Use 'stx_get_science_fits_file' in spectroscopy demo #204

Closed paolomassa closed 5 months ago

paolomassa commented 5 months ago

The current version of the spectroscopy demo downloads the fits files using their filename (see, e.g., this line). The current version is therefore incompatible with the new L1 fits file names, since 'V01' has been changed to 'V02'.

I would suggest using stx_get_science_fits_file to download the L1 fits files using their UID. @grazwegian, will you make this change?