barbaLab / nigeLab

Neurophysiological data analyses by engineers, for physiologists.
GNU General Public License v3.0
14 stars 2 forks source link

[REQUEST] Optimize handling of .Pars property #62

Closed m053m716 closed 4 years ago

m053m716 commented 4 years ago

Feature Request

What

Currently I think there are probably redundancies in the "checking" procedure implemented by the following methods:

To expedite save and loadobj methods of nigeLab.nigelObj (as well as any other method that checks .Pars, time could probably be saved by checking and updating in these methods in an efficient way.

Urgency

Low

m053m716 commented 4 years ago

Addressed (to some extent) using struct flag: nigeLab.nigelObj.HasParsSaved.(defaultName)