You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was noticed because OBJTYPE is not being identified properly in NightWatch. That's because the correct fibermap info is not being saved in the nightwatch files. I traced this to desispec.scripts.preproc. Line 161, sets the fibermapfile is fibermapfile = infile.replace('desi-', 'fibermap-').replace('.fits.fz', '.fits') but the fibermap file should really be fiberassign-.fits.fz. This is sent to io.readraw which sets it as an empty fibermap on line 144: fibermap = desispec.io.empty_fibermap(5000)
The text was updated successfully, but these errors were encountered:
This was noticed because OBJTYPE is not being identified properly in NightWatch. That's because the correct fibermap info is not being saved in the nightwatch files. I traced this to desispec.scripts.preproc. Line 161, sets the fibermapfile is
fibermapfile = infile.replace('desi-', 'fibermap-').replace('.fits.fz', '.fits')
but the fibermap file should really be fiberassign-.fits.fz. This is sent to io.readraw which sets it as an empty fibermap on line 144:fibermap = desispec.io.empty_fibermap(5000)
The text was updated successfully, but these errors were encountered: