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.
a66b564e7a73fe221b18183668eef8b7e652b7ee
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
9
Jul
8
7
6
2
1
30
Jun
29
28
27
26
25
24
23
22
3
2
1
29
May
28
27
26
22
21
20
19
18
15
14
13
12
11
9
8
7
6
5
3
24
Apr
23
22
21
20
15
14
13
10
9
8
7
2
1
31
Mar
28
27
26
25
24
23
20
18
17
16
14
13
12
11
10
9
6
5
4
3
2
27
Feb
26
25
24
23
20
19
17
16
15
13
12
10
9
5
4
3
2
30
Jan
29
28
27
26
23
22
21
20
19
15
13
12
9
8
7
6
FEAT images give themselves a custom name
Removed spacepanel, as it is silly. It will be in git history if i
Todo list
TimeSeries/Histogram control panels put plot-specific settings into
Removed some code duplication in FEATTimeSeries
Removed 'demean' option - replaced with 'plotMode' option which allows
Ability to plot 'reduced' data (with respect to a specific PE/COPE),
Bug fix to contrast vector normalisation - sum of squares, not squared
'Current' plot settings can be changed; Contrast vectors are scaled correctly
FEAT Time Series (and associated model fits) can be added to dataSeries list.
TODO list
FEAT model fit plotting sorta working, but I need to think about the
TimeSeries instances can now be persistent (data is updated via update()
TimeSeriesPanel creates FEATTimeSeries instances for FEATImage instances.
New data type: FEATImage, a subclass of Image which has FEAT
Todo list
Todo list
Some funky new debug functions in fsl.utils.trace
TimeSeriesControlPanel now uses WidgetList, just like HistogramControlPanel
Bugfix in HistogramPanel cache cleaning
Num bins widgets are disabled when autoBin is enabled.
Settings for currently seleced histogram series are shown as a separate
HistogramControlPanel tracks the currently selected data series in the
PlotPanel now listens for changes to its own properties only -
Using Figure.savefig method to save screenshots, instead of manually
Plot interaction is now performed by the matplotlib NavigationToolbar -
Added a bunch of edge-cases for bad plot data
Spline interpolation was not working for histogram plots due to
More pre-calculation of histogram data, to try and reduce the processing
Calculated HistogramSeries are cached for each overlay, so they don't
Extra HS instances are no longer created. A message is shown to user on
HistogramSeries can be created from an existing HistogramSeries, to
New HistogramSeries option to include data points outside of data range
Fixed histogram display range reset on 3D histogram overlay
3D histogram overlay sort of working, but display range is being reset,
Removed showOverlay option from HistogramPanel - it is to be an option
Removed allVolumes option - I will add it in (and make the
Extra options for each histogram plot available via 'More' button in
Plot refresh on property change is no longer performed by PlotPanel - it
Generic plot-related options moved into a separate (reusable)
Loading