lanl / fiducia

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

Measurement Frame vs separate time and signal DataFrames #58

Open Plasmacaster opened 2 years ago

Plasmacaster commented 2 years ago

Both signalsAtTime() and signalInt() call for a monolithic DataFrame that has both time and signal information contained within. However, the native output for all loader/rawProcess functions are separate time and signal DataFrames. I suggest changing the loader/rawProcess functions to output a single measurementFrame that contains both time and signal.