module documentation
Undocumented
Class |
|
Enum for locations |
Function | get |
Returns the path containing the ANF simulations for the given arguments |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Undocumented |
Function | get |
Returns the path containing spikeograms for the given arguments |
Function | get |
Returns spikeograms for the given arguments |
Function | get |
No summary |
Variable | home |
Undocumented |
Variable | location |
Undocumented |
Variable | thesis |
Undocumented |
def get_anf_folder(lvl, impairment='none', simulation_group='zeng_et_al_2005__sensitivity_test'):
(source)
¶
Returns the path containing the ANF simulations for the given arguments
Parameters | |
lvl | presentation level |
impairment | type of impairment as a string |
simulation | |
Returns | |
path to ANF simulations |
def get_spikeogram_folder(lvl, mode='2d', bin_width=0.001, impairment='none', simulation_group='zeng_et_al_2005__sensitivity_test'):
(source)
¶
Returns the path containing spikeograms for the given arguments
Parameters | |
lvl | presentation level |
mode | 2d or 3d, i.e. all ANFs bundled or separate channels, LSR-, MSR- and HSR-fibers |
bin | define the resolution; e.g. bin_width of 1ms results in 1kHz sampling rate |
impairment | any impairment, default to 'none' or None |
simulation | |
Returns | |
path to spikeograms |
def get_spikeograms_from_folder(lvl, mode='2d', bin_width=0.001, impairment='none', simulation_group='zeng_et_al_2005__sensitivity_test'):
(source)
¶
Returns spikeograms for the given arguments
Parameters | |
lvl | presentation level |
mode | 2d or 3d, i.e. all ANFs bundled or separate channels, LSR-, MSR- and HSR-fibers |
bin | define the resolution; e.g. bin_width of 1ms results in 1kHz sampling rate |
impairment | any impairment, default to 'none' or None |
simulation | |
Returns | |
list of spikeogram files |