I was trying to run the updated tutorial in 18.7 and I saw that it wasn't working. I updated some of the text in the preamble for Intro_to_DESI_Spectra.ipynb referring to DESI 18.6 and DESI 18.7 to DESI 19.2. I also changed DESI_SPECTRO_REDUX=/project/projectdirs/desi/datachallenge/reference_runs/18.6/spectro/redux/ to DESI_SPECTRO_REDUX=/project/projectdirs/desi/datachallenge/reference_runs/19.2/spectro/redux/ and changed (RA_TARGET, DEC_TARGET) to (TARGET_RA, TARGET_DEC) to reflect the changes in the datafiles' keys.
I was trying to run the updated tutorial in 18.7 and I saw that it wasn't working. I updated some of the text in the preamble for
Intro_to_DESI_Spectra.ipynb
referring toDESI 18.6
andDESI 18.7
toDESI 19.2
. I also changedDESI_SPECTRO_REDUX=/project/projectdirs/desi/datachallenge/reference_runs/18.6/spectro/redux/
toDESI_SPECTRO_REDUX=/project/projectdirs/desi/datachallenge/reference_runs/19.2/spectro/redux/
and changed(RA_TARGET, DEC_TARGET)
to(TARGET_RA, TARGET_DEC)
to reflect the changes in the datafiles' keys.