Hello!
I am tying to use Astropy.astroquery in a project in order to download spectra from the SDSS database. I am getting the error : HTTP Error 404: Not Found whenever I try to use SDSS.get_spectra() on the matches that I get from query_region() which are spectra taken with the BOSS spectrograph. The code has no problem returning matches from the query, or downloading spectra using SDSS.get_spectra() for spectra which were taken with the SDSS spectrograph. I saw someone had a similar issue a while ago, that there was a binary prefix in the download URL for their BOSS spectra in front of the run2d parameter value, so the spectra could not be downloaded, but I am still having this issue even with the most updated version of astropy. Has anyone else had this issue? Does anyone know of a fix?
Hello!
I am tying to use Astropy.astroquery in a project in order to download spectra from the SDSS database. I am getting the error : HTTP Error 404: Not Found whenever I try to use SDSS.get_spectra() on the matches that I get from query_region() which are spectra taken with the BOSS spectrograph. The code has no problem returning matches from the query, or downloading spectra using SDSS.get_spectra() for spectra which were taken with the SDSS spectrograph. I saw someone had a similar issue a while ago, that there was a binary prefix in the download URL for their BOSS spectra in front of the run2d parameter value, so the spectra could not be downloaded, but I am still having this issue even with the most updated version of astropy. Has anyone else had this issue? Does anyone know of a fix?