https://github.com/cvnlab/GLMsingle

sort by:
Revision Author Date Message Commit Date
b0775ba Merge pull request #69 from LukasNeugebauer/fixsubset Fixes two errors when using picksubset 06 June 2022, 06:57:37 UTC
9c0a35c fix dtype to int. this fixes the indexing error a few lines below 02 June 2022, 15:21:09 UTC
85dd23f only consider first output of picksubset to avoid tuple AttributeError 02 June 2022, 15:20:41 UTC
e2faa1c Merge branch 'main' of https://github.com/kendrickkay/GLMsingle into main 24 May 2022, 19:45:19 UTC
536a296 add video link 24 May 2022, 19:45:13 UTC
95fc299 Merge pull request #65 from arokem/patch-1 Install scikit-learn 23 May 2022, 15:45:46 UTC
630ffac Install scikit-learn Not this one: https://pypi.org/project/sklearn/ 20 May 2022, 15:48:52 UTC
79fa71d major overhaul and major additions to this wiki 01 May 2022, 16:35:57 UTC
3fb036a Merge pull request #55 from cvnlab/jacobdev 01 May 2022, 01:26:15 UTC
4020c34 fixed issue in findtailthreshold.py relating to min and max of gaussian means 01 May 2022, 00:48:55 UTC
b57efcb updates to findtailthreshold.py to match matlab debug 01 May 2022, 00:03:34 UTC
344c241 hm, try again. make this robust and better. better range and better crossing detection 30 April 2022, 21:19:11 UTC
16fb41e Merge branch 'main' of https://github.com/kendrickkay/GLMsingle into main 30 April 2022, 20:36:26 UTC
db8fc3f fix crossing detection method 30 April 2022, 20:36:09 UTC
9cbf5fb Update README.md update to point to new "wiki" location (readthedocs) 30 April 2022, 20:09:25 UTC
7befbd8 Merge pull request #45 from Remi-Gau/add_sphinx_doc [DOC] Add sphinx documentation and serve on read the docs 29 April 2022, 13:00:41 UTC
5da4ecd do minimal reformating of help of GLMestimatesingletrial to silence warnings and ensure decent rendering 28 April 2022, 15:40:04 UTC
a820914 reformat one help section as example of minimalist change for a good render 28 April 2022, 15:22:55 UTC
bc77081 add wiki to the doc and reformat it 28 April 2022, 15:08:23 UTC
fba98c2 add Myst parsing to support markd own in the documentation 28 April 2022, 15:08:01 UTC
604cba5 do not fail build on warning in RTD 09 April 2022, 10:06:49 UTC
c0b154d fix typo 09 April 2022, 10:03:47 UTC
f9bd608 set up for read the docs 09 April 2022, 09:58:52 UTC
1669dcb make sure both matlab and python doc work 09 April 2022, 09:54:42 UTC
9b67d55 get basic set up for matlab doc 09 April 2022, 09:44:45 UTC
ada50fd initial sphinx set up with sphinx-quickstart 09 April 2022, 09:04:19 UTC
af934b4 Add common tools for MATLAB and Python testing Common base for the matlab and python testing branch to minimize merge conflicts down the line 07 April 2022, 11:12:16 UTC
0d835eb Merge pull request #30 from Remi-Gau/fix_demos [FIX] improve matlab demos and setup 21 March 2022, 14:45:07 UTC
16fe476 Merge pull request #31 from Remi-Gau/python_fix [FIX] update Python requirements 21 March 2022, 14:38:41 UTC
4199123 Merge branch 'main' into python_fix 21 March 2022, 14:38:09 UTC
1751f09 Merge pull request #42 from cvnlab/directories now figures in own diretory 21 March 2022, 14:30:21 UTC
1c8b43b now figures in own diretory 21 March 2022, 14:25:02 UTC
65641cc added a catch case for when only 1 voxel has a preferred hrf. fixes #18 21 March 2022, 13:52:40 UTC
e59585b update documentation 12 March 2022, 15:16:19 UTC
dbeabfc update documentation 12 March 2022, 15:15:54 UTC
f0830b4 Update findtailthreshold.py 11 March 2022, 17:54:48 UTC
be8d562 Update findtailthreshold.m 11 March 2022, 17:53:47 UTC
0c6ff36 Merge pull request #40 from cvnlab/handlefigsexcept Handlefigsexcept 11 March 2022, 16:42:47 UTC
2afa6b5 matlab fix for figure exceptions 11 March 2022, 16:40:30 UTC
841fb77 fixes some of the plots which are not required when var is None 11 March 2022, 16:34:25 UTC
acb9c0a Merge pull request #39 from cvnlab/n_trs fix for runs with different n of trs. thanks greta tuckute. fixes #27 11 March 2022, 16:16:48 UTC
2168ba3 fix for runs with different n of trs. thanks greta tuckute. fixes #27 11 March 2022, 16:13:15 UTC
2f5adae Merge pull request #38 from cvnlab/designbalance no need for zero padding, and indexing of the run was missing. fixes #23 11 March 2022, 16:10:32 UTC
63aee25 no need for zero padding, and indexing of the run was missing. fixes #23 11 March 2022, 16:09:13 UTC
a393815 Merge pull request #37 from cvnlab/sessindicatordoc updated doc for session indicator. fixes #5 11 March 2022, 16:04:41 UTC
fb61cb1 updated doc for session indicator. fixes #5 11 March 2022, 16:03:12 UTC
be4714e Merge pull request #36 from cvnlab/docstring docstring fixes. fixes #6 11 March 2022, 15:45:27 UTC
9493b54 docstring fixes. fixes #6 11 March 2022, 15:43:43 UTC
380ecc1 Merge pull request #35 from cvnlab/closefig one trailing figure was not getting closed. fixes #19 11 March 2022, 15:22:22 UTC
a29b6c9 one trailing figure was not getting closed. fixes #19 11 March 2022, 15:18:26 UTC
e7417f9 optional flag for file size to hdf5. fixes #4 11 March 2022, 15:13:09 UTC
8af1a27 improve checks to load data in demos in case they get stopped before completion 16 February 2022, 10:33:01 UTC
ed17bce remove unnecessary imports from the python notebooks 16 February 2022, 08:13:14 UTC
e48c9a5 update python install instruction the code can directly be installed from github and the setup.py takes care of installing the requirements 16 February 2022, 08:13:10 UTC
c4020bc remove superfluous packages from requirements 16 February 2022, 08:13:03 UTC
032f0ef fix download data to clean up previously interrupted downloads 16 February 2022, 07:55:07 UTC
514a7d1 fixes after testing on windows 16 February 2022, 05:51:52 UTC
0786735 reword the matlab install section 16 February 2022, 05:32:57 UTC
cecbc87 refactor gitignore 16 February 2022, 05:32:20 UTC
36f41a8 refactor example data download 15 February 2022, 22:36:40 UTC
928b84a gitignore outputs all examples 15 February 2022, 22:36:18 UTC
58f2eb2 modify setup.m to add submodule to path and NOT add examples to path 15 February 2022, 22:02:31 UTC
c11c01b update README to explain matlab install with submodules 15 February 2022, 22:01:55 UTC
8139e65 gitignore temporary downloaded data file 15 February 2022, 21:59:48 UTC
326d6cf [DATALAD] Added subdataset 15 February 2022, 21:45:34 UTC
b051e0a gitignore matlab example outputs 15 February 2022, 21:35:27 UTC
43fd97c add typical matlab ignore to gitignore 15 February 2022, 21:34:18 UTC
c9326ee added preprint to readme 06 February 2022, 20:49:26 UTC
5c92659 Update README.md 26 January 2022, 05:30:38 UTC
a812113 Update README.md 15 November 2021, 20:45:55 UTC
0343c56 Merge pull request #20 from sethuramanio/main :memo: Updates to requirements.txt 12 November 2021, 16:37:19 UTC
7633b07 :memo: Updates to requirements.txt 30 October 2021, 10:54:30 UTC
2035ef8 Update README.md 13 October 2021, 00:06:23 UTC
ff792f0 Update README.md 12 October 2021, 23:57:05 UTC
d88744b Update README.md 19 August 2021, 04:39:44 UTC
868fc70 updated readme schematic 19 August 2021, 04:38:54 UTC
9eefd26 added schematic to readme 19 August 2021, 04:37:18 UTC
3fc5ead fix tiny reshape error in py example scripts 12 August 2021, 04:03:11 UTC
ae451fd Merge pull request #15 from kendrickkay/jacobdev extensive polishing of python and matlab example notebooks 05 August 2021, 16:33:54 UTC
de031b5 added python example html files 05 August 2021, 04:59:39 UTC
bf85b74 fixed typo 05 August 2021, 04:49:41 UTC
0c354cc major commenting + polishing of py/mat example scripts 05 August 2021, 04:47:13 UTC
c74d93f added overview text to matlab examples 28 July 2021, 05:20:34 UTC
c3c11e9 updated matlab ex previews 28 July 2021, 04:28:14 UTC
912d225 updated matlab ex previews 28 July 2021, 04:23:40 UTC
64652ff revised mat ex2 using kendrick comments on ex1 28 July 2021, 04:12:08 UTC
c1816fe incorporated kendrick edits into matlab ex1 27 July 2021, 23:35:21 UTC
3024377 comments on py examples 23 July 2021, 16:03:16 UTC
adc4f07 Delete example1_05.png 23 July 2021, 15:53:15 UTC
99416db updated mat ex2 preview 23 July 2021, 15:52:35 UTC
46a0582 updated mat ex1 preview 23 July 2021, 15:50:17 UTC
36f752e Delete matlab/examples/html directory 23 July 2021, 15:48:02 UTC
1dc75c9 added matlab example htmls 23 July 2021, 15:45:00 UTC
0b120c5 update py ex2 23 July 2021, 15:42:43 UTC
4411409 cleanup of py and mat example scripts 23 July 2021, 08:00:10 UTC
0d73464 Merge pull request #14 from kendrickkay/main bringing jacobdev up to date with main 23 July 2021, 02:20:51 UTC
783539d added betasmd to onoff GLM outputs 23 July 2021, 02:14:24 UTC
35507b7 updated python example notebooks 23 July 2021, 02:12:35 UTC
4450770 adding updated versions of both examples 20 July 2021, 16:44:04 UTC
871ad18 adding example2preview 20 July 2021, 16:25:11 UTC
back to top