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
* Update KCSD.py
* Update kCSD1D_test_fig1_and_fig2.py
* Update kCSD1D_test_fig1_and_fig2.py
* Update KCSD.py
In cross-validation name errs changed to self.errs
* KCSD and L-curve update (#72)
* Update KCSD.py
* Update kCSD1D_test_fig1_and_fig2.py
* Update kCSD1D_test_fig1_and_fig2.py
* Update KCSD.py
In cross-validation name errs changed to self.errs
* changing the folder structure
* static_R_code update
* fig fonts and layout correction issue #74
* Delete kCSD1D_test_fig1_and_fig2_staticR.py
* Delete kCSD1D_test_fig1_and_fig2.py
* issue #74 updatte
* Update kCSD1D_test_fig1_and_fig2_v2.py
* New atribute in KCSD class
I would like to include new auxiliary atribute of the KCSD class "own_est" which is an array of shape (number of dimensions 2 or 3, number of csd points coordinates) .
It allows to reconstruct CSD only in given set of points (i.e. body of neuron) and work only when the array is not empty (default value is np.array([])).
* Update KCSD.py
Two new classes oKCSD2D and oKCSD3D to estimate CSD at exact given location. Method takes parameter own_src(#dimensions, #spatial coordinates)
* Update KCSD.py
* Update KCSD.py
* update 74
Tests for oKCSD2D and oKCSD3d
* kcsd_test with oKCSD2D and oKCSD3D
* Update kcsd_tests.py
* Update figures/kCSD_properties/kCSD1D_test_fig1_and_fig2_v2.py
Co-Authored-By: wsredniawa <32837003+wsredniawa@users.noreply.github.com>
* tests update oKCSD
* Update kcsd_tests.py
* Update kcsd_tests.py
* Update kcsd_tests.py
* Correct super execution
Make super execution compatible with Python2. Switch kwargs.pop('own_est') with super execution otherwise an exception is raised in KCSD because of unnkown attribute.
* Change setUp to test_2D and test_3D
Tests were not running
* Update kCSD1D_test_fig1_and_fig2_v2.py
Corrected parameter name noise_lvl_n to noises
* Seperation of src and est locations
There are two corrections in the code. In method suggest Lambda there was a mistake in taking maximal value of lambda (should be log10 from that value).
Second in classes oKCSD2D and 3D from now on locations of sources and estimations of potential/csd are seperated and are called own_src and own_est respectively. if only own_src are used own_est will have default positions the same as are in own_src array.
* Seperation of src and est locations
There are two corrections in the code. In method suggest Lambda there was a mistake in taking maximal value of lambda (should be log10 from that value).
Second in classes oKCSD2D and 3D from now on locations of sources and estimations of potential/csd are seperated and are called own_src and own_est respectively. if only own_src are used own_est will have default positions the same as are in own_src array.
* oKCSD2D and oKCSD3D will raise error if user will not provide own_src array
Following error will be raised in oKCSD2D and oKCSD3D class in case when user will not provide own_src array:
"'"own_src" is required argument to use oKCSD2D. If you would like to reconstruct in default region of interest please use KCSD2D')
* Update kcsd_tests.py
* New tests to test own_est and own_src parameters problems
New tests for oKCSD2D and oKCSD3D that raises error when neither own_est nor own_src are provided
* Corrected tests
Checking if own_est is correctly overwritten with own_src
* Update kcsd_tests.py
* Create make_fig_lcurve.py
script to generate figures for l-curve part
* L-Curve figure correction
0 commit comments