nerve_results

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

Attributes

nerve_results.axons_type

type of axons of each fascicles

nerve_results.fascicle_keys

Number of fascicles in the fascicle

nerve_results.is_dummy

nerve_results.is_empty

nerve_results.n_ax

Number of axons in the fascicle

nerve_results.n_fasc

Number of fascicles in the fascicle

nerve_results.to_save

Methods

nerve_results.__init__([context])

Init method for NRV_class

nerve_results.clear()

nerve_results.copy()

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

Basic Filtering of quantities.

nerve_results.fromkeys([value])

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

nerve_results.get(key[, default])

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

nerve_results.get_fascicle_key()

nerve_results.get_fascicle_results(fasc_ID, ...)

nerve_results.get_membrane_capacitance([...])

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

nerve_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

nerve_results.get_membrane_conductivity([x, ...])

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

nerve_results.get_parameters()

Generic method returning all the atributes of an NRV_class instance

nerve_results.get_recruited_axons([ax_type, ...])

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

nerve_results.items()

nerve_results.keys()

nerve_results.load(data[, blacklist])

Generic loading method for NRV_class instance

nerve_results.plot_recruited_fibers(axes[, ...])

nerve_results.plot_stim([IDs, t_stop, N_pts, ax])

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

nerve_results.pop(k[,d])

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

nerve_results.popitem()

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

nerve_results.remove_key([keys_to_remove, ...])

Remove a key or a list of keys from the results

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

Generic saving method for NRV_class instance.

nerve_results.set_parameters(**kawrgs)

Generic method to set any attribute of NRV_class instance

nerve_results.setdefault(key[, default])

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

nerve_results.update(_NRV_results__m, **kwargs)

overload of dict update method to update both attibute and items

nerve_results.values()