Skip to content

bewersdorflab/nep-fitting

Repository files navigation

NEP Fitting

Nested-loop Ensemble PSF Fitting (NEP Fitting) is a method of simultaneously measuring image feature size and image resolution. The method is described in doi.org/10.1016/j.bpj.2018.07.028.

Installation

NEP-fitting is implemented as a plugin for the Python Microscopy Environment (PYME). PYME installation isntructions can be found at python-microscopy.org. Once installed, nep-fitting is accessible in the PYME image viewer (dh5view) by clicking 'sted_psf_fitting' in the modules drop-down menu.

The plugin itself can be installed via conda (general use) or from source (use and software development).

Install using conda:

  1. You may want to make sure conda is up to date, e.g. conda update conda or conda update -n <your environment name> conda

  2. Run

    conda install -c barentine nep-fitting

  3. Test installation by running

    STEDFitter

  4. Alternatively, run

    dh5view

    open an image, and select 'sted_psf_fitting' from the 'modules' drop-down menu.

Install from source:

  1. Clone this repository

  2. python nep-fitting/setup.py install

  3. python nep-fitting/install_plugin.py

  4. Test installation by running dh5view, loading an image, and selecting 'sted_psf_fitting' from the 'modules' drop-down menu.

Contact

If something isn't working for you, you'd like to contribute, or have any questions about nep-fitting, please get in touch with us on the image.sc forum using the pyme tag.