Closed m053m716 closed 4 years ago
@Nabarb : David was asking me about using the GUI, so I'd like to merge current state of dev
into master
, since there have been quite a number of changes implemented over the past month or so and this version is now more stable I think.
features/VideoTools
branch (I keep starting it and then bugfixes on other things)
nigeLab.Block/scoreVideo()
: Fix to incorporate changes that have been made and test on MM-Thesis larger dataset.nigeLab.Block/alignVideoLED()
: Method to do batch export of individual trial video frames to improve efficiency on image-processing of trial-related data. This one is pretty critical for me right now and I'm working on it.VideoTools
button in nigeLab.libs.DashBoard
: basically trivial to do once the methods are working properly.Handled via Releases
(v1.0.2 "pre-release")
v1.0.0
nigeLab.nigelObj
superclass fornigeLab.Tank
,nigeLab.Animal
, andnigeLab.Block
doMethod
calls vianigelDash(tankObj)
are working on the KUMC Isilon for methods:doRawExtraction
doLFPExtraction
doUnitFilter
doReReference
doSD
doAutoClustering
nigeLab.Sort
spike curation UI in the main dashboard.nigeLab.Sort
UI now has its own class (nigeLab.libs.SortUI
)nigeLab.Sort
andnigeLab.libs.DashBoard
to method calls ofnigeLab.nigelObj
, which really only can be constructed from thenigeLab.Tank
nigelObj Type._Pars.mat
saving in order to save User-configured parameters.