Skip to content
Snippets Groups Projects
Forked from FSL / fslpy
Source project has a limited visibility.
  • Paul McCarthy's avatar
    eded900f
    Refactored TimeSeriesPanel preprocessing - the scaling/offsets · eded900f
    Paul McCarthy authored
    controlled by the usePixdim and plotMode properties are now performed
    by the TimeSeriesPanel, instead of the TimeSeries class. This was done
    because TimeSeries instances added to the list already had
    scaling/offsetting applied, so it was potentially being doubly applied.
    This is no longer the case, due to a new 'preproc' option in the
    PlotPanel.drawDataSeries method.
    
    Also added some melodic specific stuff to the OverlayInfoPanel.
    
    Also fixed the overlay.guessDataSourceType to handle melodic analyses
    that are located inside other melodic/feat analysis directories.
    
    Also tweaked the new colourmaps.randomDarkColour function to be slightly
    less dark.
    eded900f
    History
    Refactored TimeSeriesPanel preprocessing - the scaling/offsets
    Paul McCarthy authored
    controlled by the usePixdim and plotMode properties are now performed
    by the TimeSeriesPanel, instead of the TimeSeries class. This was done
    because TimeSeries instances added to the list already had
    scaling/offsetting applied, so it was potentially being doubly applied.
    This is no longer the case, due to a new 'preproc' option in the
    PlotPanel.drawDataSeries method.
    
    Also added some melodic specific stuff to the OverlayInfoPanel.
    
    Also fixed the overlay.guessDataSourceType to handle melodic analyses
    that are located inside other melodic/feat analysis directories.
    
    Also tweaked the new colourmaps.randomDarkColour function to be slightly
    less dark.