- Jul 10, 2015
-
-
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.
-
Paul McCarthy authored
-
- Jul 09, 2015
-
-
Paul McCarthy authored
-
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
-
Paul McCarthy authored
ever want to use it again.
-
Paul McCarthy authored
-
Paul McCarthy authored
their own group
-
Paul McCarthy authored
-
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
-
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.
-
Paul McCarthy authored
-
- 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
-
Paul McCarthy authored
-
Paul McCarthy authored
-
Paul McCarthy authored
-
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.
-
Paul McCarthy authored
subclasses manage their properties separately. New property on HistogramPanel - selectedSeries - which will be used to link the HistogramListPanel with the HistogramControlPanel without them explicitly knowing about each other.
-
- Jul 02, 2015
-
-
Paul McCarthy authored
creating RGB array - this allows us to save as PDF/SVG/etc/etc.
-
Paul McCarthy authored
its functionlaity is used, but it is not displayed. Log plots are now done using matplotlib scale='log'. Ticks are now automatically generated by matplotlib instead of being manually generated by me.
-
- Jul 01, 2015
-
-
Paul McCarthy authored
-
Paul McCarthy authored
unexpected behaviour by the scipy splrep function
-
Paul McCarthy authored
time when properties change.
-
Paul McCarthy authored
have to be re-calculated every time the selected overlay changes. More logging in HistogramPanel.
-
Paul McCarthy authored
initial histogram calculation.
-
- Jun 30, 2015
-
-
Paul McCarthy authored
avoid having to perform the initial data range/histogram calculation
-
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).
-