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
@AurelienJaquier and I are wondering why a ramp protocol with the same start and stop step levels is used here in the calculation of the steady state voltage.
cell.add_ramp(500, 5000, step_level, step_level)
Wouldn't the following achieve the same?
cell.add_step(500, 5000, step_level)
Do you know why ramp is preferred here @wvangeit ?
i'm not sure. Maybe you could check the exact current/time trace generated using these protocols. Maybe there is a small difference that hinders reproducibility?
@AurelienJaquier and I are wondering why a ramp protocol with the same start and stop step levels is used here in the calculation of the steady state voltage.
Wouldn't the following achieve the same?
Do you know why ramp is preferred here @wvangeit ?
BlueCelluLab/bluecellulab/tools.py
Line 188 in e617823
The text was updated successfully, but these errors were encountered: