Skip to content

v1.3.0

Compare
Choose a tag to compare
@AlanRace AlanRace released this 10 Jul 08:53
· 107 commits to master since this release

Features

  • More options for k-means clustering are now available (thanks @adamjtaylor)
  • PImMS data is now supported (thanks @Turin508)
  • Line profiles can now be visualised from ion images (thanks @Alex-Dexter)
  • Mean spectra are automatically generated when visualising a dataset loaded in memory (e.g. when generating a datacube)
  • Datacube reduction can now be performed with a fixed ppm (or m/z) window per peak

Interface changes

  • DatacubeReduction option interface has been updated to include new functionality
  • Removed empty interface when performing any PostProcessing method without additional options

API changes

  • displayCallback can now be used in each Processing class to determine how the results are handled
  • DataInMemory now includes MATLAB functions saveobj and loadobj for serialisation of whole object
  • UsingFastMethods notification is now included in DatacubeReduction

Bug fixes

  • When viewing multivariate analysis results with a diverging colour scheme, the limits were incorrectly applied such that the middle of the colour scheme was not 0.
  • Multiple ROIs can now be generated from a single datacube at once
  • Bruker datasets are now automatically converted to relative coordinates to avoid large empty image areas and out of memory errors