Skip to content
Snippets Groups Projects
  1. May 27, 2018
  2. Jan 19, 2018
  3. Aug 23, 2017
  4. Apr 25, 2017
  5. Apr 18, 2017
  6. Sep 14, 2016
  7. Sep 12, 2016
  8. Jun 08, 2016
    • Paul McCarthy's avatar
      Users of Notifier.notify(topic) must specify topic as a keyword · e6c5d09f
      Paul McCarthy authored
      arg. When a Notifier listener is registered, it can be specified to run
      on async.idle (to avoid threading issues).
      
      As an aside, I have just realised that there is a naming collision
      between Notifier.notify and HasProperties.notify, for anything which
      sub-classes both. I don't think anything does, but this will probably
      bite me in the future.
      e6c5d09f
  9. Jun 05, 2016
  10. Jun 04, 2016
  11. May 11, 2016
  12. Apr 04, 2016
  13. Dec 08, 2015
  14. Nov 12, 2015
  15. Nov 11, 2015
  16. Nov 05, 2015
  17. Nov 03, 2015
  18. Oct 30, 2015
  19. Oct 28, 2015
    • Paul McCarthy's avatar
      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
    • Paul McCarthy's avatar
      Documentation for melodicimage and melodicresults modules. MelodicImage · 0918a269
      Paul McCarthy authored
      now automatically sets a TR property, if it can find the data
      file. TimeSeries scales melodic time series by this TR accordingly.
      0918a269
  20. Oct 27, 2015
  21. Oct 23, 2015
Loading