Neurotorchmz


NameNeurotorchmz JSON
Version 25.9.6 PyPI version JSON
download
home_pageNone
SummaryNeurotorch is a tool designed to extract regions of synaptic activity in neurons tagges with iGluSnFR, but is in general capable to find any kind of local brightness increase due to synaptic activity
upload_time2025-09-10 10:19:58
maintainerNone
docs_urlNone
authorAndreas Brilka
requires_python>=3.11
licenseNone
keywords glutamate iglusnfr neurons neurotorch python synapses
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            <p align="center">
    <img src="https://raw.githubusercontent.com/andreasmz/neurotorch/main/docs/media/neurotorch_coverimage.jpeg" style="max-width: 600px;">
</p> 

![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fandreasmz%2Fneurotorch%2Fmain%2Fpyproject.toml&style=flat&logo=Python&label=Python)
![Package version from PyPI package](https://img.shields.io/pypi/v/neurotorchmz?style=flat&logo=pypi&label=PyPI%20Package%20Version&color=09bd2d&link=https%3A%2F%2Fpypi.org%2Fproject%2FNeurotorchmz%2F)
![PyProject.toml](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fandreasmz%2Fneurotorch%2Fmain%2Fpyproject.toml&query=%24.project.classifiers%5B1%5D&label=PyProject.toml&color=yellow)
![License from PyPI package](https://img.shields.io/pypi/l/neurotorchmz?style=flat&logo=creativecommons&color=fc030f&link=https%3A%2F%2Fgithub.com%2Fandreasmz%2Fneurotorch%2Fblob%2Fmain%2FLICENSE
)

![GitHub Actions build.yml Status](https://img.shields.io/github/actions/workflow/status/andreasmz/neurotorch/build.yml?style=flat&label=build&link=https%3A%2F%2Fgithub.com%2Fandreasmz%2Fneurotorch%2Factions%2Fworkflows%2Fbuild.yml)
![GitHub Actions documentation.yml Status](https://img.shields.io/github/actions/workflow/status/andreasmz/neurotorch/documentation.yml?style=flat&label=build%20(docs)&link=https%3A%2F%2Fgithub.com%2Fandreasmz%2Fneurotorch%2Factions%2Fworkflows%2Fdocumentation.yml)


<span style="color:red;">Please note</span>: There is another project called neurotorch on GitHub/PyPI not related to this project. To avoid mix-up, the package is named _neurotorchmz_ with the _mz_ as a refrence to Mainz where the software was developed.

# Neurotorch

Neurotorch is a tool designed to extract regions of synaptic activity in neurons tagges with iGluSnFR, but is in general capable to find any kind of local brightness increase due to synaptic activity. It works with microscopic image series / videos and is able to open an variety of formats (for details see below)
- **Fiji/ImageJ**: Full connectivity provided. Open files in ImageJ and send them to Neurotorch and vice versa.
- **Stimulation extraction**: Find the frames where stimulation was applied
- **ROI finding**: Auto detect regions with high synaptic activity. Export data directly or send the ROIs back to ImageJ
- **Image analysis**: Analyze each frame of the image and get a visual impression where signal of synapse activity was detected
- **API**: You can access the core functions of Neurotorch also by importing it as an python module

### Installation

<a href="https://github.com/andreasmz/neurotorch/releases/latest/download/neurotorchmz-windows-latest-x64.zip" target="_blank">
  <img src="https://img.shields.io/badge/Download-Windows-blue?style=for-the-badge&logoColor=white" alt="Download Windows">
</a>
<a href="https://github.com/andreasmz/neurotorch/releases/latest/download/neurotorchmz-macos-latest-x64.zip" target="_blank">
  <img src="https://img.shields.io/badge/Download-macOS-blue?style=for-the-badge&logo=apple&logoColor=white" alt="Download macOS">
</a>
<a href="https://github.com/andreasmz/neurotorch/releases/latest/download/neurotorchmz-ubuntu-latest-x64.zip" target="_blank">
  <img src="https://img.shields.io/badge/Download-Linux%20x86--64-blue?style=for-the-badge&logo=linux&logoColor=white" alt="Download Linux (64bit)">
</a>

Neurotorch can be downloaded in a standalone, portable version for Windows and MacOS. The download comes with a compatible Python environment containing all necessary dependencies. Please note that Fiji/ImageJ as well as TraceSelector are not included in the build. However Neurotorch is able to automatically install them once you want to use them.

### Installation for advanced users 

If you already have Python installed, you can also install it via pip as a very small (~ 1 MB) package:
```bash
pip install neurotorchmz
```
This approach is the recommended way if you are familiar with Python as it minimizes the overhead of downloading and storing Python multiple times. It is recommened to use a virtual environment manager like [miniconda](https://docs.anaconda.com/miniconda/). Please refer to the [documentation](https://andreasmz.github.io/neurotorch/introduction/installation/) for more details.

If you want to use the Fiji/ImageJ bridge you will need to install OpenJDK and Apacha maven and add them to your system PATH. While Neurotorch is able to install those for you into your AppData folder, you can also install them manually from [openjdk.org](https://openjdk.org/) and [maven.apache.org](https://maven.apache.org/download.cgi)

To run Neurotorch, type
```bash
python -m neurotorchmz
```
You can create a shortcut on your Desktop where you replace the command python with the path to your python executable.

If you want to interact with Neurotorch you can import it as an module
```python
import neurotorchmz
session = neurotorchmz.start_background(headless=False)
```

To update your installation, type
```bash
pip install neurotorchmz --upgrade
```

### Documentation

<a href="https://andreasmz.github.io/neurotorch/" target="_blank">
  <img src="https://img.shields.io/badge/Documentation-blue?style=for-the-badge&logo=read-the-docs&logoColor=white" alt="Documentation">
</a>

You can find the full documentation under [andreasmz.github.io/neurotorch](https://andreasmz.github.io/neurotorch/).

### About / Citation

Neurotorch was developed at the AG Heine (Johannes Gutenberg Universität, Mainz/Germany) and is currently under active development.


### Impressions
Please note: Neurotorch is under continuous development. Therefore the visuals provided here may be outdated in future versions.

<p align="center">
    <img src="https://raw.githubusercontent.com/andreasmz/neurotorch/main/docs/media/nt/tab_image/tab_image.png" style="max-width: 600px;"> <br>
    <em>First impression of an file opened in Neurotorch. For specific file formats (here nd2), a variety of metadata can be extracted</em>
</p> 
<p align="center">
    <img src="https://raw.githubusercontent.com/andreasmz/neurotorch/main/docs/media/nt/tab_signal/tab_signal.png" style="max-width: 600px;"> <br>
    <em>Use the tab 'Signal' to find the timepoints with stimulation (marked in the plot on the left site with yellow dots). You can also use this tab to view the video frame by frame</em>
</p> 
<p align="center">
    <img src="https://raw.githubusercontent.com/andreasmz/neurotorch/main/docs/media/nt/tab_roifinder/tab_roifinder.png" style="max-width: 600px;"> <br>
    <em>Extraction of regions with high synaptic activity. For the choosen image with good enough signal to noise ratio, all settings were determined automatically by the program and nothing more than pressing 'Detect' was necessary to get this screen. The ROIs are marked in the images with red boundaries while the selected ROI displayed also with the mean value over time is marked with yellow boundaries</em>
</p> 
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "Neurotorchmz",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": "glutamate, iGluSnFR, neurons, neurotorch, python, synapses",
    "author": "Andreas Brilka",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ba/00/91167df139f367de3b673bc377d664ebeff67713fc7d60dedbfdddbdde13/neurotorchmz-25.9.6.tar.gz",
    "platform": null,
    "description": "<p align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/andreasmz/neurotorch/main/docs/media/neurotorch_coverimage.jpeg\" style=\"max-width: 600px;\">\n</p> \n\n![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2Fandreasmz%2Fneurotorch%2Fmain%2Fpyproject.toml&style=flat&logo=Python&label=Python)\n![Package version from PyPI package](https://img.shields.io/pypi/v/neurotorchmz?style=flat&logo=pypi&label=PyPI%20Package%20Version&color=09bd2d&link=https%3A%2F%2Fpypi.org%2Fproject%2FNeurotorchmz%2F)\n![PyProject.toml](https://img.shields.io/badge/dynamic/toml?url=https%3A%2F%2Fraw.githubusercontent.com%2Fandreasmz%2Fneurotorch%2Fmain%2Fpyproject.toml&query=%24.project.classifiers%5B1%5D&label=PyProject.toml&color=yellow)\n![License from PyPI package](https://img.shields.io/pypi/l/neurotorchmz?style=flat&logo=creativecommons&color=fc030f&link=https%3A%2F%2Fgithub.com%2Fandreasmz%2Fneurotorch%2Fblob%2Fmain%2FLICENSE\n)\n\n![GitHub Actions build.yml Status](https://img.shields.io/github/actions/workflow/status/andreasmz/neurotorch/build.yml?style=flat&label=build&link=https%3A%2F%2Fgithub.com%2Fandreasmz%2Fneurotorch%2Factions%2Fworkflows%2Fbuild.yml)\n![GitHub Actions documentation.yml Status](https://img.shields.io/github/actions/workflow/status/andreasmz/neurotorch/documentation.yml?style=flat&label=build%20(docs)&link=https%3A%2F%2Fgithub.com%2Fandreasmz%2Fneurotorch%2Factions%2Fworkflows%2Fdocumentation.yml)\n\n\n<span style=\"color:red;\">Please note</span>: There is another project called neurotorch on GitHub/PyPI not related to this project. To avoid mix-up, the package is named _neurotorchmz_ with the _mz_ as a refrence to Mainz where the software was developed.\n\n# Neurotorch\n\nNeurotorch is a tool designed to extract regions of synaptic activity in neurons tagges with iGluSnFR, but is in general capable to find any kind of local brightness increase due to synaptic activity. It works with microscopic image series / videos and is able to open an variety of formats (for details see below)\n- **Fiji/ImageJ**: Full connectivity provided. Open files in ImageJ and send them to Neurotorch and vice versa.\n- **Stimulation extraction**: Find the frames where stimulation was applied\n- **ROI finding**: Auto detect regions with high synaptic activity. Export data directly or send the ROIs back to ImageJ\n- **Image analysis**: Analyze each frame of the image and get a visual impression where signal of synapse activity was detected\n- **API**: You can access the core functions of Neurotorch also by importing it as an python module\n\n### Installation\n\n<a href=\"https://github.com/andreasmz/neurotorch/releases/latest/download/neurotorchmz-windows-latest-x64.zip\" target=\"_blank\">\n  <img src=\"https://img.shields.io/badge/Download-Windows-blue?style=for-the-badge&logoColor=white\" alt=\"Download Windows\">\n</a>\n<a href=\"https://github.com/andreasmz/neurotorch/releases/latest/download/neurotorchmz-macos-latest-x64.zip\" target=\"_blank\">\n  <img src=\"https://img.shields.io/badge/Download-macOS-blue?style=for-the-badge&logo=apple&logoColor=white\" alt=\"Download macOS\">\n</a>\n<a href=\"https://github.com/andreasmz/neurotorch/releases/latest/download/neurotorchmz-ubuntu-latest-x64.zip\" target=\"_blank\">\n  <img src=\"https://img.shields.io/badge/Download-Linux%20x86--64-blue?style=for-the-badge&logo=linux&logoColor=white\" alt=\"Download Linux (64bit)\">\n</a>\n\nNeurotorch can be downloaded in a standalone, portable version for Windows and MacOS. The download comes with a compatible Python environment containing all necessary dependencies. Please note that Fiji/ImageJ as well as TraceSelector are not included in the build. However Neurotorch is able to automatically install them once you want to use them.\n\n### Installation for advanced users \n\nIf you already have Python installed, you can also install it via pip as a very small (~ 1 MB) package:\n```bash\npip install neurotorchmz\n```\nThis approach is the recommended way if you are familiar with Python as it minimizes the overhead of downloading and storing Python multiple times. It is recommened to use a virtual environment manager like [miniconda](https://docs.anaconda.com/miniconda/). Please refer to the [documentation](https://andreasmz.github.io/neurotorch/introduction/installation/) for more details.\n\nIf you want to use the Fiji/ImageJ bridge you will need to install OpenJDK and Apacha maven and add them to your system PATH. While Neurotorch is able to install those for you into your AppData folder, you can also install them manually from [openjdk.org](https://openjdk.org/) and [maven.apache.org](https://maven.apache.org/download.cgi)\n\nTo run Neurotorch, type\n```bash\npython -m neurotorchmz\n```\nYou can create a shortcut on your Desktop where you replace the command python with the path to your python executable.\n\nIf you want to interact with Neurotorch you can import it as an module\n```python\nimport neurotorchmz\nsession = neurotorchmz.start_background(headless=False)\n```\n\nTo update your installation, type\n```bash\npip install neurotorchmz --upgrade\n```\n\n### Documentation\n\n<a href=\"https://andreasmz.github.io/neurotorch/\" target=\"_blank\">\n  <img src=\"https://img.shields.io/badge/Documentation-blue?style=for-the-badge&logo=read-the-docs&logoColor=white\" alt=\"Documentation\">\n</a>\n\nYou can find the full documentation under [andreasmz.github.io/neurotorch](https://andreasmz.github.io/neurotorch/).\n\n### About / Citation\n\nNeurotorch was developed at the AG Heine (Johannes Gutenberg Universit\u00e4t, Mainz/Germany) and is currently under active development.\n\n\n### Impressions\nPlease note: Neurotorch is under continuous development. Therefore the visuals provided here may be outdated in future versions.\n\n<p align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/andreasmz/neurotorch/main/docs/media/nt/tab_image/tab_image.png\" style=\"max-width: 600px;\"> <br>\n    <em>First impression of an file opened in Neurotorch. For specific file formats (here nd2), a variety of metadata can be extracted</em>\n</p> \n<p align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/andreasmz/neurotorch/main/docs/media/nt/tab_signal/tab_signal.png\" style=\"max-width: 600px;\"> <br>\n    <em>Use the tab 'Signal' to find the timepoints with stimulation (marked in the plot on the left site with yellow dots). You can also use this tab to view the video frame by frame</em>\n</p> \n<p align=\"center\">\n    <img src=\"https://raw.githubusercontent.com/andreasmz/neurotorch/main/docs/media/nt/tab_roifinder/tab_roifinder.png\" style=\"max-width: 600px;\"> <br>\n    <em>Extraction of regions with high synaptic activity. For the choosen image with good enough signal to noise ratio, all settings were determined automatically by the program and nothing more than pressing 'Detect' was necessary to get this screen. The ROIs are marked in the images with red boundaries while the selected ROI displayed also with the mean value over time is marked with yellow boundaries</em>\n</p> ",
    "bugtrack_url": null,
    "license": null,
    "summary": "Neurotorch is a tool designed to extract regions of synaptic activity in neurons tagges with iGluSnFR, but is in general capable to find any kind of local brightness increase due to synaptic activity",
    "version": "25.9.6",
    "project_urls": {
        "Documentation": "https://andreasmz.github.io/neurotorch/",
        "Homepage": "https://github.com/andreasmz/neurotorch",
        "Issues": "https://github.com/andreasmz/neurotorch/issues",
        "Repository": "https://github.com/andreasmz/neurotorch"
    },
    "split_keywords": [
        "glutamate",
        " iglusnfr",
        " neurons",
        " neurotorch",
        " python",
        " synapses"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "89aa5d1273525a413ff9fa522ff01abe9e49c8123bfcdb637d0c410a85b6caa6",
                "md5": "301d7cbab78177294172dba098921c92",
                "sha256": "3e49a2cf884697224bf53de8e7ee969edb22e31b5eb02ab4f17680e3a5408acd"
            },
            "downloads": -1,
            "filename": "neurotorchmz-25.9.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "301d7cbab78177294172dba098921c92",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 866108,
            "upload_time": "2025-09-10T10:19:56",
            "upload_time_iso_8601": "2025-09-10T10:19:56.364098Z",
            "url": "https://files.pythonhosted.org/packages/89/aa/5d1273525a413ff9fa522ff01abe9e49c8123bfcdb637d0c410a85b6caa6/neurotorchmz-25.9.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ba0091167df139f367de3b673bc377d664ebeff67713fc7d60dedbfdddbdde13",
                "md5": "d0b47184494089e87563393de20b69a8",
                "sha256": "76fc75079e96b7a1590148ee60165cea07ff41e6bce5386cc4498be326c9901b"
            },
            "downloads": -1,
            "filename": "neurotorchmz-25.9.6.tar.gz",
            "has_sig": false,
            "md5_digest": "d0b47184494089e87563393de20b69a8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 853733,
            "upload_time": "2025-09-10T10:19:58",
            "upload_time_iso_8601": "2025-09-10T10:19:58.396084Z",
            "url": "https://files.pythonhosted.org/packages/ba/00/91167df139f367de3b673bc377d664ebeff67713fc7d60dedbfdddbdde13/neurotorchmz-25.9.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-10 10:19:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "andreasmz",
    "github_project": "neurotorch",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "neurotorchmz"
}
        
Elapsed time: 1.13690s