Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fslpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michiel Cottaar
fslpy
Repository graph
Repository graph
You can move around the graph by using the arrow keys.
2d66509237432d9bb1e7380487dd053285935fb8
Select Git revision
Branches
20
bf/filetree
bids_update
bug_all_trees
bug_apply_topup
bug_close_files
bug_fslsub
bug_mutable_variables
bug_submit_script_from_main
bug_update_variables
doc_filetree
doc_fix
dti_tree
enh_atlases
enh_check_invalid_chars
enh_cifti
enh_convert_tensors
enh_filetree
enh_parse_data
enh_probtrackx_gifti
expand_tree2
Tags
20
1.7.2
1.7.1
1.7.0
1.6.8
1.6.7
1.6.6
1.6.5
1.6.4
1.6.3
1.6.2
1.6.1
1.6.0
1.5.4
1.5.3
1.5.2
1.5.1
1.5.0
1.4.2
1.4.1
1.4.0
40 results
Begin with the selected commit
Created with Raphaël 2.2.0
25
Jan
24
23
21
19
17
16
15
14
12
11
10
9
2
14
Dec
13
10
8
7
5
4
1
30
Nov
9
8
7
3
2
1
27
Oct
25
24
23
21
19
18
13
12
10
7
6
5
4
22
Sep
21
13
11
10
8
28
Aug
27
23
10
9
29
Jul
27
26
25
23
15
14
13
12
8
17
Jun
11
9
8
7
6
4
3
2
27
May
26
20
19
18
17
15
10
7
5
3
2
26
Apr
25
24
21
20
18
17
16
15
14
13
12
11
10
7
6
5
30
Mar
27
17
12
8
5
3
1
28
Feb
24
21
17
16
15
8
25
Jan
24
22
20
18
16
15
13
12
9
6
Disable freesurfer .annot test on current version of nibabel, because it is
changelog
Fix to freesurfer.findReferenceImage
Unit tests for freesurfer module
MGH files tested separately
Updated mesh tests.
Mesh calculates nvertices in init. Mesh load/add vertices/vertexData methods
Freesurfer checks label and stats directories for vertex data
Change MGHImage default name
Enhancements to freesurfer module to support different vertex data types.
Trimesh doesn't need to be memoized anymore - internal vertex set cache is
New Mesh.loadVertices method. Mesh.vertices only raises a notification if
Adjusted gifti.relatedFiles function - now accepts suffixes
Changelog
Additions to freesurfer module - can now load vertex data.
Mesh class does not need deprecated getBounds method
New method vertexDataSets, to retrieve list of all loaded vertex data sets.
Duh, Mesh.init(fixWinding) was not being passed through. Use absolute data
Adjust freesurer/gifti file extensions
What do you know, that silly test caught a bug
Silly test for silly function
New silly function in path module
mgh unit test adjust
looksLikeMGHImage is not a very useful function.
Fleshed out freesurfer module a bit.
Cosmetics in image module.
Changelog
vertexKeys->Sets in unit tests
vertexKeys renamed to vertexSets
Add back .gii as a valid gifti surface extension, because wx doesn't support
Added ALLOWED_EXTENSIONS back to fsl.data.mesh - no way to have a
It's now GiftiMesh, not GiftiSurface
Updates to gifti/mesh tests
GiftiSurface renamed to GiftiMesh because it fits better with new
Fix multiple-inheritance object creation issue.
Re-added loadVertexData method, and a new vertexKeys method.
VTKMesh unit tests
Mesh.__init__ accepts fixWinding for initial vertex set.
Mesh unit tests updated
One mesh vertex set can be set on __init__. Vertex set keys are optional. New
Loading