v1.10
-- Fixed problem of nTrial output not accounting for data blocks which caused matlab error when trying to display standard deviation (stddev). -- Fixed StimClass not checking for empty data meaning no stims for that condition which caused matlab error when deleting stims in stimGUI. -- Added support for not saving time course data like dc and dod in groupResults to save space and to speed up saving and loading times of really large groupResults. However while the framework is there we don't yet use it GroupClass.Save() because the copying necessary is itself really slow so kind of defeats the purpose even though it's still produces files 10 times smaller than if you don't use it. Need to speed up the .Copy() methods especially the ones used in ProcStream to make it fully useful. Also need to implement the other piece of this which is the calculation of dod and dc on the fly when Homer3 starts up. -- Removed all vetiges of the old way of doing stim conditions where we had global ConNamesAll which we don't need any more and it was causing errors. Got rid of this everywhere.
Loading
Please sign in to comment