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
At the moment the following protocols are only threshold-based.
neg_cheops
pos_cheops
fire_pattern
iv
idrest
ap_waveform
Some of the non-bbp models however are amplitude based.
The StimulusFactory should be extended to support the amplitude based methods as well.
The amplitude based implementation can be reused by the threshold based implementation.
We can now use amplitude based (i.e. non threshold based) stimuli in apply_multiple_stimuli by passing raw amplitudes to amplitudes and setting threshold_based to False.
pinging @stefanoantonel because he might need to inject without using threshold current.
At the moment the following protocols are only threshold-based.
Some of the non-bbp models however are amplitude based.
The StimulusFactory should be extended to support the amplitude based methods as well.
The amplitude based implementation can be reused by the threshold based implementation.
Such as the following:
BlueCelluLab/bluecellulab/stimulus/factory.py
Lines 264 to 272 in fcf8ad0
The text was updated successfully, but these errors were encountered: