roadmap - geoscience-community-codes/GISMO GitHub Wiki
General attack - Waveform Suite classes (branch wfs_rewire)
Create new ChannelTag class (done!)
Rewire scnlobject to take advantage of the ChannelTag class in the background (doneish)
Test scnlobject behavior.
Test existing waveform behavior.
Updating waveform
Search GISMO for existing uses of waveform, including places where functionality is bypassed.
Where it makes sense, fold functionality backwards from GISMO into the Waveform as new routines
rejected ideas
Using MATLAB's built-in timeseries class to juggle the data (issue #1) - The timeseries class is 5-10 times slower in arithmetic for 10^7 data points than the current implementation.