nanoqnt


Namenanoqnt JSON
Version 0.2.2 PyPI version JSON
download
home_pagehttps://www.dispertech.com
SummarySoftware for analysing the data generated with the nanoQNT device. It includes a practical GUI as well as a module that can be extended and used in custom scripts.
upload_time2023-06-15 13:50:00
maintainerAron Opheij
docs_urlNone
authorAquiles Carattino
requires_python>3.9,<3.12
licenseGPL-3.0
keywords extracellular vesicles light-sheet microscopy data analysis
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # NanoQNTPy
This software is used to analyze the data generated by the nanoQNT device from Dispertech. 

In a nutshell, it uses Trackpy to localize and link bright spots on a series of images acquired with 
a light-sheet microscope. In case of multi-colour images, it uses KD-Tree's to cross-link the particles 
and measure the fluorescence intensity in each one. 

## Requirements
Important requirements for the program:

**Python 3.9+** is required, lower versions will have issues saving the data. 
**Numba** is required to speed up the analysis. 

## Work in Progress
This program is work in progress and subject to change without prior notice.
            

Raw data

            {
    "_id": null,
    "home_page": "https://www.dispertech.com",
    "name": "nanoqnt",
    "maintainer": "Aron Opheij",
    "docs_url": null,
    "requires_python": ">3.9,<3.12",
    "maintainer_email": "opheij@dispertech.com",
    "keywords": "extracellular vesicles,light-sheet microscopy,data analysis",
    "author": "Aquiles Carattino",
    "author_email": "carattino@dispertech.com",
    "download_url": "https://files.pythonhosted.org/packages/f8/e3/584c7d4b176c2cb28845fbc11726a1c0b00cdb3ce07949061cba116b0b33/nanoqnt-0.2.2.tar.gz",
    "platform": null,
    "description": "# NanoQNTPy\nThis software is used to analyze the data generated by the nanoQNT device from Dispertech. \n\nIn a nutshell, it uses Trackpy to localize and link bright spots on a series of images acquired with \na light-sheet microscope. In case of multi-colour images, it uses KD-Tree's to cross-link the particles \nand measure the fluorescence intensity in each one. \n\n## Requirements\nImportant requirements for the program:\n\n**Python 3.9+** is required, lower versions will have issues saving the data. \n**Numba** is required to speed up the analysis. \n\n## Work in Progress\nThis program is work in progress and subject to change without prior notice.",
    "bugtrack_url": null,
    "license": "GPL-3.0",
    "summary": "Software for analysing the data generated with the nanoQNT device. It includes a practical GUI as well as a module that can be extended and used in custom scripts. ",
    "version": "0.2.2",
    "project_urls": {
        "Homepage": "https://www.dispertech.com",
        "Repository": "https://www.github.com/dispertech/NanoQNTPy"
    },
    "split_keywords": [
        "extracellular vesicles",
        "light-sheet microscopy",
        "data analysis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0e0cd0b616309b12d0bd4c23616ef89222c7ae425d2330ebd0901724faa9f20",
                "md5": "7c98dd15e1e59e59d4f387989fea0154",
                "sha256": "bb5f431ec6be6b0ef741b3b8eedde0409de3d9b5b3fcbe8877b2701835ac4ccf"
            },
            "downloads": -1,
            "filename": "nanoqnt-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7c98dd15e1e59e59d4f387989fea0154",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.9,<3.12",
            "size": 111422,
            "upload_time": "2023-06-15T13:49:59",
            "upload_time_iso_8601": "2023-06-15T13:49:59.293186Z",
            "url": "https://files.pythonhosted.org/packages/a0/e0/cd0b616309b12d0bd4c23616ef89222c7ae425d2330ebd0901724faa9f20/nanoqnt-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f8e3584c7d4b176c2cb28845fbc11726a1c0b00cdb3ce07949061cba116b0b33",
                "md5": "187ff1467759999cc2e2b9107f24663a",
                "sha256": "b4dffcd162609e0c800497743ef7db5907c1ad7d29ce430ee146ae77fa3dc30a"
            },
            "downloads": -1,
            "filename": "nanoqnt-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "187ff1467759999cc2e2b9107f24663a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.9,<3.12",
            "size": 79023,
            "upload_time": "2023-06-15T13:50:00",
            "upload_time_iso_8601": "2023-06-15T13:50:00.866316Z",
            "url": "https://files.pythonhosted.org/packages/f8/e3/584c7d4b176c2cb28845fbc11726a1c0b00cdb3ce07949061cba116b0b33/nanoqnt-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-15 13:50:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "dispertech",
    "github_project": "NanoQNTPy",
    "github_not_found": true,
    "lcname": "nanoqnt"
}
        
Elapsed time: 2.35072s