fascicle_results

class nrv.nmod.results.fascicle_results(context=None)[source]

Attributes

Methods

fascicle_results.__init__([context])

Init method for NRV_class

fascicle_results.clear()

fascicle_results.copy()

fascicle_results.filter_freq(my_key, freq[, Q])

Basic Filtering of quantities.

fascicle_results.fromkeys([value])

Create a new dictionary with keys from iterable and values set to value.

fascicle_results.get(key[, default])

Return the value for key if key is in the dictionary, else default.

fascicle_results.get_axons()

fascicle_results.get_axons_key([ax_type])

fascicle_results.get_block_summary(AP_start)

Get block characteristics (blocked, onset response, number of APs) for each axon of the fascicle

fascicle_results.get_block_summary_axons(...)

fascicle_results.get_membrane_capacitance([...])

get the membrane capacitance or permitivity of unmyelinated and myelinated axons filling the ner

fascicle_results.get_membrane_complexe_admitance([...])

get the membran complexe admitance of each axon at a position x and a time t for a given frequency

fascicle_results.get_membrane_conductivity([...])

get the membran conductivity of each axon at a position x and a time t

fascicle_results.get_n_ax([ax_type])

Number of myelinated axons in the fascicle

fascicle_results.get_parameters()

Generic method returning all the atributes of an NRV_class instance

fascicle_results.get_recruited_axons([...])

Return the number or the ratio of recruited axons in the fascicle

fascicle_results.get_recruited_axons_greater_than(diam)

Return the number or the ratio of recruited axons with a diameter greater than diam in the fascicle

fascicle_results.get_recruited_axons_lesser_than(diam)

Return the number or the ratio of recruited axons with a diameter smaller than diam in the fascicle

fascicle_results.items()

fascicle_results.keys()

fascicle_results.load(data[, blacklist])

Generic loading method for NRV_class instance

fascicle_results.plot_block_summary(axes, ...)

plot the block_summary of the fascicle in the Y-Z plane (transverse section) Color code: Green: fiber is blocked without any onset Blue: fiber is blocked with some onset Red: fiber is not blocked but has onset Grey: Fiber is nor blocked nor has onset

fascicle_results.plot_recruited_fibers(axes)

fascicle_results.plot_stim([IDs, t_stop, ...])

Plot one or several stimulis of the simulation extra-cellular context

fascicle_results.pop(k[,d])

If the key is not found, return the default if given; otherwise, raise a KeyError.

fascicle_results.popitem()

Remove and return a (key, value) pair as a 2-tuple.

fascicle_results.remove_key([...])

Remove a key or a list of keys from the results

fascicle_results.save([save, fname, blacklist])

Generic saving method for NRV_class instance.

fascicle_results.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance

fascicle_results.setdefault(key[, default])

Insert key with a value of default if key is not in the dictionary.

fascicle_results.update(_NRV_results__m, ...)

overload of dict update method to update both attibute and items

fascicle_results.values()