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
abf.epochPoints and abf.epochValues are now simple to access. If abf.epochTypes is added, epoch waveform synthesis can be dramatically simplified (by simply reading these 3 lists). stimulus.py could be greatly simplified by refactoring to this model.
The text was updated successfully, but these errors were encountered:
There are larger refactor issues at hand, but this is certainly a big one. The stimulus module is messy and confusing as heck. All this will be tackled in pyABF 2.1 (which seeks only to improve the side modules without touching the ABF class).
abf.epochPoints
andabf.epochValues
are now simple to access. Ifabf.epochTypes
is added, epoch waveform synthesis can be dramatically simplified (by simply reading these 3 lists). stimulus.py could be greatly simplified by refactoring to this model.The text was updated successfully, but these errors were encountered: