- Jul 13, 2015
-
-
Paul McCarthy authored
.feat/filtered_func_dat is loaded. This was the previous desired behaviour, but there was a bug in it.
-
Paul McCarthy authored
ClusterPanel when display z stats. Not implemented in GL14 yet. New random lut that should have been in previous commit.
-
Paul McCarthy authored
for cluster masks (and other random label images).
-
Paul McCarthy authored
add Z statistics and cluster masks as overlays.
-
Paul McCarthy authored
clicked on to move the display to that location. About to add buttons to add zstat/cluster mask overlays
-
- Jul 12, 2015
-
-
Paul McCarthy authored
op.split.
-
- Jul 10, 2015
-
-
Paul McCarthy authored
roll my own Grid control to get what I want (buttons embedded in the table).
-
Paul McCarthy authored
clustering has been run or not, as design.fsf settings are very fickle. Instead, I am using the existence of cluster_*txt to determine whether or not they exist. DisplayContext.getDisplay was potentially creating Display/Opts instances for overlays that were not in overlay list. This has been rectified.
-
Paul McCarthy authored
-
Paul McCarthy authored
now in a module called featresults.py, which allows query/load of settings, files, etc. Also added ability to load an overlay from a FEAT directory (instead of having to specify the filtered_func_data). But WX does not have a file dialog which allows selection of either files or directories, so this new feature can only be done via command line at present.
-
- Jul 09, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
1]. EV time courses can be plotted for FEAT time series.
-
Paul McCarthy authored
-
Paul McCarthy authored
ever want to use it again.
-
Paul McCarthy authored
their own group
-
Paul McCarthy authored
demeaning, or scaling to percent-changed. Added ability to plot data reduced against a PE/COPE, and the ability to hide the raw data plot for a currently-selected FEAT time series (as the plot can get pretty messy).
-
- Jul 08, 2015
-
-
Paul McCarthy authored
and residuals.
-
Paul McCarthy authored
sum. 'Current time course' settings only shown if current time course is being shown. Other little changes.
-
Paul McCarthy authored
-
Paul McCarthy authored
-
- Jul 07, 2015
-
-
Paul McCarthy authored
design a bit. Partial model fits are not being calculated correctly.
-
Paul McCarthy authored
method). This is really just for the 'current' time series, so that e.g. FEAT settings will persist with location changes. On the topic of FEAT settings, when the selected overlay is a FEATImage, a new settings group appears in the TSControlPanel allowing the user to change FEAT settings for the 'current' TS plot. Non-functional currently, but the GUI is there.
-
- Jul 06, 2015
-
-
Paul McCarthy authored
stuff. Overlay load function auto-detects FEAT-like images and creates FEATImage instances instead of Image instances where necessary.
-
Paul McCarthy authored
-
Paul McCarthy authored
group in HistogramControlPanel.
-
Paul McCarthy authored
HistogramListPanel (if it exists) via a slightly convoluted process involving the 'HistogramPanel.selectedSeries' property.
-
- Jul 02, 2015
-
-
Paul McCarthy authored
creating RGB array - this allows us to save as PDF/SVG/etc/etc.
-
- Jul 01, 2015
-
-
Paul McCarthy authored
initial histogram calculation.
-
- Jun 30, 2015
-
-
Paul McCarthy authored
in end-bins of histogram. Tweaks to histogram data to make it look better (i.e. plot ends finish at y=0.0). PlotPanel.drawDataSeries accepts arbitrary **kwargs which are passed through to the plt.plot function (and used by the HistogramPanel to draw histograms as step plots).
-
- Jun 29, 2015
-
-
Paul McCarthy authored
on the HistogramSeries class.
-
Paul McCarthy authored
HistogramPanel nicer) at a later date.
-
Paul McCarthy authored
HistogramListPanel
-
Paul McCarthy authored
is done by subclasses. This is due to HistogramPanel.autoBin complicatedness - the data series need to be refreshed before the plot is refreshed.
-
Paul McCarthy authored
PlotControlPanel, which is now embedded in the TimeSeriesControlPanel.
-
Paul McCarthy authored
are not recalculated if they've already been calculated.
-
- Jun 28, 2015
-
-
Paul McCarthy authored
-
- Jun 26, 2015
-
-
Paul McCarthy authored
to time courses. Improved time series control panel layout too.
-
Paul McCarthy authored
user to configure panel display. Need to fix axis limits in log scale mode
-
- Jun 25, 2015
-
-
Paul McCarthy authored
-