In case we want to change the pixel resolution after loading the saved spectra files, self.nbins has already been recorded on those (with the previous resolution ), and therefore will not raise any AtributeError by itself. We should check whether it matches with the new resolution.
In case we want to change the pixel resolution after loading the saved spectra files,
self.nbins
has already been recorded on those (with the previous resolution ), and therefore will not raise anyAtributeError
by itself. We should check whether it matches with the new resolution.