MicronOxford / SIMcheck

SIMcheck: ImageJ tools for assessing Structured Illumination Microscopy (SIM) data quality and reliability
GNU General Public License v3.0
28 stars 5 forks source link

SIMcheck

SIMcheck is a package of ImageJ tools for assessing the quality and reliability of Structured Illumination Microscopy (SIM) data.

Copyright Graeme Ball and Lothar Schermelleh, Micron Oxford, Department of Biochemistry, University of Oxford. License GPL unless stated otherwise in a given file (in particular, SIMcheck uses modified versions of ImageJ's Slicer plugin and Paul Baggethun's Radial Profile Plot plugin).

Installation

ImageJ updater

The simplest way to install SIMcheck and keep it up to date on your system is using the ImageJ updater. SIMcheck is available via an ImageJ update site so you only need to activate it from the list of sites. See "How to follow an update site" for more details

Manual install

If for some reason the ImageJ updater is not available, the jar file for the latest release can still be downloaded manually from the update site. If so, the file extension needs to be manually adjusted adn dependencies will need to be installed somehow.

Building from source

The project uses the maven build and dependency management tool, so to build it, run the following command (.jar file appears in target/):

mvn package

In addition, SIMcheck is also released via Sonatype to ease its use by other projects:

<dependency>
  <groupId>uk.ac.ox.micron</groupId>
  <artifactId>SIMcheck</artifactId>
  <version></version>
</dependency>

Features

0: SIMcheck main dialog

1: Pre-processing, Raw Data Checks

Check            |        Statistic(s)                 |      Comments

-------------------- | ----------------------------------- | ------------------ Intensity Profiles | bleaching, flicker, angle intensity | Motion / Illum Var | None: angle differences colored | Fourier Projections | None: check pattern / spots OK | Modulation Contrast | feature MCNR acceptable? | Wiener estimate

2: Post-reconstruction Checks

Check            |        Statistic(s)                 |      Comments

-------------------- | ----------------------------------- | ------------------ Intensity Histogram | +ve/-ve ratio acceptable? | top/bottom 0.01% SA Mismatch | stdDev of miniumum vs. mean | shows OTF mismatch Fourier Plots | None: symmetry+profile OK? | Mod Contrast Map | None: inspect MCNR of features | green=saturated

3: Calibration Checks

Check            |        Statistic(s)                 |      Comments

-------------------- | ----------------------------------- | ------------------ Illum. Phase Steps | phase step & range stable? | +k0, linespacing Pattern Focus | None: check for "zipper" pattern |

4: Utilities

PROJECT STRUCTURE

Style Notes (1.0)

TODO

SIM Reconstruction Problems & Remedies

(Kai Wicker)