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.
e056ac752fc14289a864d07afa738d9d61adecd8
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
30
Jun
29
28
27
26
20
16
15
14
13
12
11
10
9
8
7
6
5
4
3
2
1
25
May
23
13
12
11
9
6
5
4
19
Apr
18
16
6
5
4
3
2
1
30
Mar
29
24
23
22
21
18
17
16
15
14
11
9
8
7
4
3
2
1
29
Feb
20
19
18
16
15
12
11
10
9
8
5
4
3
2
1
30
Jan
29
28
27
26
25
24
22
21
20
19
18
17
16
15
14
13
12
11
9
8
7
6
5
4
31
Dec
30
29
26
22
21
20
18
17
16
15
14
11
10
9
8
7
6
4
3
2
1
30
Nov
27
20
19
18
17
16
14
13
12
11
10
9
5
4
3
2
30
Oct
29
28
27
23
22
20
19
16
15
14
13
12
11
24
Sep
22
20
18
16
15
14
11
10
9
8
7
4
3
2
1
28
Aug
Two new things in fsl.utils:
Async TaskThread absorbs errors (typically raised on shutdown).
1. The async.wait function can either be run directly, or can be run on
Fixed if ImageWrapper.__init__ crashes, ImageWrapper.__del__ complains
Doc typos.
If Image(loadData=True), threaded/indexed arguments are ignored.
Image uses a SafeIndexedGzipFile for indexed images. ImageWrapper can
New thing in async module - the TaskThread, a simple task queue.
Source code no longer included in docs
ImageWrapper.__expandCoverage uses the new collapseExpansions function
Test case for collapseExpansions
New imagewrapper function, collapseExpansions, which combines/collapses
Fix to Nifti1 handling of images with unknown qform/sform codes.
Fixed CheckBoxMessageDialog default button selection
CheckBoxMessageDialog can have up to three buttons.
Bugfix in fsl.utils.platform, importing itself instead of built-in
Image.axisMapping is memoized (and corresponding bug-fix to memoizeMD5).
Async.idle now allows a delay to be specified, after which the task will
Image.save method implemented, and working with/without IndexedGzipFile.
Image.save method stub.
README update
Little bugfixes to Notifier and Image classes.
Adjusted image wrapper test to generate slices which are outside
Bugfix in ImageWrapper.__expandCoverage - variable name clashes.
Fix to ImageWRapper.__expandCoverage - np.isclose was beingcalled incorrectly
Last test case for ImageWrapper.
No, the ImageWrapper.coverage method does not return uint32 - uncovered
New test case for overlapping writes. One more test case to go.
Image wrapper Update data range on write was not clearing volume ranges.
What a nightmare. Partially testing ImageWrapper write support. best_*
ImageWrapper.coverage method returns uint32.
Untested support for writing image data. Other re-organisations and
New ImageWrapper test case, reduced number of iterations in other
ImageWrapper has a reset method which does initialisation stuff.
ImageWrapper now stores per-volume data ranges. Will make write support easier.
Logic for updating coverage previously in updateDataRangeOnRead moved
ImageWrapper test updates.
New function sliceOverlap which does a similar job to sliceCovered but
calcExpansion test coverage reduced a bit so it doesn't take an insane
ImageWrapper allows an initial data range to be passed in. ImageWrapper
Loading