Skip to content

Releases: LEB-EPFL/SASS

Fluorophore kinetic system revamp

06 Jul 14:37
Compare
Choose a tag to compare

Contains ALICA v0.2.1

Added

  • General N-state fluorophore system which replaces the individual xFluorophore
    classes
  • 3D fluorophore support (needs better PSF calculation)
  • Moving 2D fluorophore

Removed

  • SimpleFluorophore, dSTORMFluorophore, PALMFluorophore classes (their Properties classes however stay as they are convenient to setting up these models)

Fixed

  • Graph rendering in interactive mode
  • Misaligned GUI glitch in InitSettingsFrame

Added SimpleMovingFluorophore

07 Jun 18:43
Compare
Choose a tag to compare

Added

  • Moving variant of SimpleFluorophore (trajectory has to be specified explicitly for every frame, and there is no motion blur). See example: scripts/example_run_generator_moving.bsh

Major bugfixes

06 Jun 15:15
Compare
Choose a tag to compare

Fixed

  • Class location in package ch.epfl.leb.sass
  • Normalization of emitter PSF
  • Parsing emitters from file now puts them at position identical with ThunderSTORM coordinate system

Fixed FIJI BeanShell console

31 May 12:57
Compare
Choose a tag to compare

ALICA v0.1.x support

BeanShell and FIJI support

30 May 15:27
Compare
Choose a tag to compare

Compatible with ALICA v0.0.2

Added

  • PALM and dSTORM fluorophore blinking models (not accessible via GUI, only BeanShell)
  • Analyzer and Controller are now loaded from ALICA .jar
  • BeanShell integration (executing the .jar causes a standalone BeanShell console to run, running scripts possible via command line)

Removed

  • Multiple simultaneous analyzers option. Create a new custom encapsulating analyzer
    if you want the same functionality.

v0.0.1

29 May 14:00
Compare
Choose a tag to compare

Last version before switching to ALICA's Analyzer and Controller API