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
Some issues are lingering from #273 with respect to how meta should behave when a SpectrumCollection is created from multiple Spectrum1D objects. See #273 (comment) and follow-on comments for more discussion. The core question: how should they be "indexed"? More specifically:
Should the keys be (i, j, ..) to match the ? Or should the dict be ordered (either implicity or explicitly) so that meta.values()[i,j,...] do the right thing?
Should the meta instead not even be a nested set of dicts, but rather be merged? This could be an optional keyword to add to the SpectrumCollection.from_spectra method.