lanl / fiducia

An open source package for DANTE signal analysis using the cubic spline unfold method.
Other
5 stars 4 forks source link

Move streaked spectra into xarray DataArray #19

Open pmk-LANL opened 3 years ago

pmk-LANL commented 3 years ago

Streaked spectra yield 3D info (spectrum vs photon energy vs time), this is currently handled by outputting a tuple of numpy arrays. We could handle it better by placing the data into an xarray dataArray.

pmk-LANL commented 3 years ago

Double check whether this issue has become outdated since the code update.