bluepyemodel.ecode.whitenoise

Noise stimulus class

Classes

WhiteNoise(location, **kwargs)

WhiteNoise current stimulus

class WhiteNoise(location, **kwargs)

Bases: NoiseMixin

WhiteNoise current stimulus

Constructor

Parameters:
  • location (Location) – location of stimulus

  • **kwargs – See below

Keyword Arguments:
  • holding_current (float) – amplitude of the holding current (nA)

  • mu (float) – mu is a factor in [nA] changing the noise from the file as Noise_{injected} = Noise_{file} * (mu/2) + mu

  • data_filepath (str) – path to the noise .txt data file If not given, will use the default one at bluepyemodel/ecodes/data/WhiteNoise.txt