`Nan` handling in `average_spectra`
Opened this issue · 0 comments
aewallwi commented
grouping.average_spectra
will spread any np.nan
s in the data being averaged to everywhere in the average. Should we enforce a no nan
rule in the input data or should we make sure to exclude nan
s from the averages, effectively treating them as flagged?