-
Notifications
You must be signed in to change notification settings - Fork 5
Description
Hello,
I am trying to use behavior depot to analyze an h5 sleap file. I keep receiving an error and am wondering how I can fix this. Every time I try to input my files I receive this error: Unrecognized field name "sensitivityGain".
Error in calculateFreezing_jitter (line 18)
sensitivityGain = Params.Freezing.sensitivityGain;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in BehDEPOT_mainscript (line 91)
Behavior.(beh_names{i}) = this_classifier(Params, Tracking, Metrics);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in BehaviorDEPOT_GUI_v1_6/StartButtonPushed (line 434)
BehDEPOT_mainscript(app.P)
^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in appdesigner.internal.service.AppManagementService/executeCallback (line 165)
callback(appOrUserComponent, event);
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Error in matlab.apps.AppBase>@(source,event)executeCallback(ams,app,callback,requiresEventData,event) (line 60)
newCallback = @(source, event)executeCallback(ams, ...
^^^^^^^^^^^^^^^^^^^^^^^^
Error using appdesservices.internal.interfaces.model.AbstractModel/executeUserCallback (line 282)
Error while evaluating Button PrivateButtonPushedFcn.