recOrder-napari


NamerecOrder-napari JSON
Version 0.4.1 PyPI version JSON
download
home_pagehttps://github.com/mehta-lab/recOrder
SummaryComputational microscopy toolkit for label-free imaging
upload_time2023-10-06 23:43:22
maintainer
docs_urlNone
authorComputational Microscopy Platform, CZ Biohub
requires_python>=3.9
licenseBSD 3-Clause License
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # recOrder
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/recOrder-napari)
[![Python package index download statistics](https://img.shields.io/pypi/dm/recOrder-napari.svg)](https://pypistats.org/packages/recOrder-napari)
[![Python package index](https://img.shields.io/pypi/v/recOrder-napari.svg)](https://pypi.org/project/recOrder-napari)
[![Development Status](https://img.shields.io/pypi/status/napari.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha)

`recOrder` is a collection of computational imaging methods. It currently provides QLIPP (quantitative label-free imaging with phase and polarization), phase from defocus, and fluorescence deconvolution. 

[![Unveiling the invisible](https://github.com/mehta-lab/recOrder/blob/main/docs/images/comms_video_screenshot.png?raw=true)](https://www.youtube.com/watch?v=JEZAaPeZhck)

Acquisition, calibration, background correction, reconstruction, and applications of QLIPP are described in the following [E-Life Paper](https://elifesciences.org/articles/55502):

```bibtex
Syuan-Ming Guo, Li-Hao Yeh, Jenny Folkesson, Ivan E Ivanov, Anitha P Krishnan, Matthew G Keefe, Ezzat Hashemi, David Shin, Bryant B Chhun, Nathan H Cho, Manuel D Leonetti, May H Han, Tomasz J Nowakowski, Shalin B Mehta, "Revealing architectural order with quantitative label-free imaging and deep learning," eLife 2020;9:e55502 DOI: 10.7554/eLife.55502 (2020).
```

These are the kinds of data you can acquire with `recOrder` and QLIPP:

https://user-images.githubusercontent.com/9554101/271128301-cc71da57-df6f-401b-a955-796750a96d88.mov

https://user-images.githubusercontent.com/9554101/271128510-aa2180af-607f-4c0c-912c-c18dc4f29432.mp4

## What do I need to use `recOrder`
`recOrder` is to be used alongside a conventional widefield microscope. For QLIPP, the microscope must be fitted with an analyzer and a universal polarizer: 

https://user-images.githubusercontent.com/9554101/273073475-70afb05a-1eb7-4019-9c42-af3e07bef723.mp4

For phase-from-defocus or fluorescence deconvolution methods, the universal polarizer is optional.

The overall structure of `recOrder` is shown in Panel B, highlighting the structure of the graphical user interface (GUI) through a napari plugin and the command-line interface (CLI) that allows users to perform reconstructions.

![Flow Chart](https://github.com/mehta-lab/recOrder/blob/main/docs/images/recOrder_Fig1_Overview.png?raw=true)



## Software Quick Start

(Optional but recommended) install [anaconda](https://www.anaconda.com/products/distribution) and create a virtual environment:

```sh
conda create -y -n recOrder python=3.9
conda activate recOrder
```

Install `recOrder-napari`:

```sh
pip install recOrder-napari
```

Open `napari` with `recOrder-napari`:

```sh
napari -w recOrder-napari
```

For more help, see [`recOrder`'s documentation](https://github.com/mehta-lab/recOrder/tree/main/docs). To install `recOrder` 
on a microscope, see the [microscope installation guide](https://github.com/mehta-lab/recOrder/blob/main/docs/microscope-installation-guide.md).

## Dataset

[Slides](https://doi.org/10.5281/zenodo.5135889) and a [dataset](https://doi.org/10.5281/zenodo.5178487) shared during a workshop on QLIPP and recOrder can be found on Zenodo, and the napari plugin's sample contributions (`File > Open Sample > recOrder-napari` in napari).

[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5178487.svg)](https://doi.org/10.5281/zenodo.5178487)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5135889.svg)](https://doi.org/10.5281/zenodo.5135889)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/mehta-lab/recOrder",
    "name": "recOrder-napari",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "",
    "keywords": "",
    "author": "Computational Microscopy Platform, CZ Biohub",
    "author_email": "shalin.mehta@czbiohub.org",
    "download_url": "https://files.pythonhosted.org/packages/cf/f8/f8b2402240aaa5301ebad2038e53958c24eee1cc83237026cbd8e09abd3a/recOrder-napari-0.4.1.tar.gz",
    "platform": null,
    "description": "# recOrder\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/recOrder-napari)\n[![Python package index download statistics](https://img.shields.io/pypi/dm/recOrder-napari.svg)](https://pypistats.org/packages/recOrder-napari)\n[![Python package index](https://img.shields.io/pypi/v/recOrder-napari.svg)](https://pypi.org/project/recOrder-napari)\n[![Development Status](https://img.shields.io/pypi/status/napari.svg)](https://en.wikipedia.org/wiki/Software_release_life_cycle#Alpha)\n\n`recOrder` is a collection of computational imaging methods. It currently provides QLIPP (quantitative label-free imaging with phase and polarization), phase from defocus, and fluorescence deconvolution. \n\n[![Unveiling the invisible](https://github.com/mehta-lab/recOrder/blob/main/docs/images/comms_video_screenshot.png?raw=true)](https://www.youtube.com/watch?v=JEZAaPeZhck)\n\nAcquisition, calibration, background correction, reconstruction, and applications of QLIPP are described in the following [E-Life Paper](https://elifesciences.org/articles/55502):\n\n```bibtex\nSyuan-Ming Guo, Li-Hao Yeh, Jenny Folkesson, Ivan E Ivanov, Anitha P Krishnan, Matthew G Keefe, Ezzat Hashemi, David Shin, Bryant B Chhun, Nathan H Cho, Manuel D Leonetti, May H Han, Tomasz J Nowakowski, Shalin B Mehta, \"Revealing architectural order with quantitative label-free imaging and deep learning,\" eLife 2020;9:e55502 DOI: 10.7554/eLife.55502 (2020).\n```\n\nThese are the kinds of data you can acquire with `recOrder` and QLIPP:\n\nhttps://user-images.githubusercontent.com/9554101/271128301-cc71da57-df6f-401b-a955-796750a96d88.mov\n\nhttps://user-images.githubusercontent.com/9554101/271128510-aa2180af-607f-4c0c-912c-c18dc4f29432.mp4\n\n## What do I need to use `recOrder`\n`recOrder` is to be used alongside a conventional widefield microscope. For QLIPP, the microscope must be fitted with an analyzer and a universal polarizer: \n\nhttps://user-images.githubusercontent.com/9554101/273073475-70afb05a-1eb7-4019-9c42-af3e07bef723.mp4\n\nFor phase-from-defocus or fluorescence deconvolution methods, the universal polarizer is optional.\n\nThe overall structure of `recOrder` is shown in Panel B, highlighting the structure of the graphical user interface (GUI) through a napari plugin and the command-line interface (CLI) that allows users to perform reconstructions.\n\n![Flow Chart](https://github.com/mehta-lab/recOrder/blob/main/docs/images/recOrder_Fig1_Overview.png?raw=true)\n\n\n\n## Software Quick Start\n\n(Optional but recommended) install [anaconda](https://www.anaconda.com/products/distribution) and create a virtual environment:\n\n```sh\nconda create -y -n recOrder python=3.9\nconda activate recOrder\n```\n\nInstall `recOrder-napari`:\n\n```sh\npip install recOrder-napari\n```\n\nOpen `napari` with `recOrder-napari`:\n\n```sh\nnapari -w recOrder-napari\n```\n\nFor more help, see [`recOrder`'s documentation](https://github.com/mehta-lab/recOrder/tree/main/docs). To install `recOrder` \non a microscope, see the [microscope installation guide](https://github.com/mehta-lab/recOrder/blob/main/docs/microscope-installation-guide.md).\n\n## Dataset\n\n[Slides](https://doi.org/10.5281/zenodo.5135889) and a [dataset](https://doi.org/10.5281/zenodo.5178487) shared during a workshop on QLIPP and recOrder can be found on Zenodo, and the napari plugin's sample contributions (`File > Open Sample > recOrder-napari` in napari).\n\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5178487.svg)](https://doi.org/10.5281/zenodo.5178487)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.5135889.svg)](https://doi.org/10.5281/zenodo.5135889)\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Computational microscopy toolkit for label-free imaging",
    "version": "0.4.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/mehta-lab/recOrder/issues",
        "Documentation": "https://github.com/mehta-lab/recOrder/wiki",
        "Homepage": "https://github.com/mehta-lab/recOrder",
        "Source Code": "https://github.com/mehta-lab/recOrder/tree/main/recOrder",
        "User Support": "https://github.com/mehta-lab/recOrder/issues"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7ef653994ed58df8e2e699986bd3d17131d906272573766c15fece87c2e6c7c8",
                "md5": "f85c44b44223451ef2184c9c2b854be1",
                "sha256": "dd98db46f8f8b4b61b5ee5629d735d7b4808d8a533a9ceb7becbe8cf75b356e3"
            },
            "downloads": -1,
            "filename": "recOrder_napari-0.4.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f85c44b44223451ef2184c9c2b854be1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 7089282,
            "upload_time": "2023-10-06T23:43:20",
            "upload_time_iso_8601": "2023-10-06T23:43:20.594616Z",
            "url": "https://files.pythonhosted.org/packages/7e/f6/53994ed58df8e2e699986bd3d17131d906272573766c15fece87c2e6c7c8/recOrder_napari-0.4.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cff8f8b2402240aaa5301ebad2038e53958c24eee1cc83237026cbd8e09abd3a",
                "md5": "22858c5383ff926647fcd39f97bf0c7e",
                "sha256": "664b473d7ed5889391bc94949d29f5351e7144d02325affb641512eefd545227"
            },
            "downloads": -1,
            "filename": "recOrder-napari-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "22858c5383ff926647fcd39f97bf0c7e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 7082606,
            "upload_time": "2023-10-06T23:43:22",
            "upload_time_iso_8601": "2023-10-06T23:43:22.544258Z",
            "url": "https://files.pythonhosted.org/packages/cf/f8/f8b2402240aaa5301ebad2038e53958c24eee1cc83237026cbd8e09abd3a/recOrder-napari-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-06 23:43:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mehta-lab",
    "github_project": "recOrder",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "recorder-napari"
}
        
Elapsed time: 0.21842s