scipion-em-tomosegmemtv


Namescipion-em-tomosegmemtv JSON
Version 3.2.0 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-tomosegmemtv
SummaryScipion plugin for softare packages tomosegmemTV and membraneAnnotator.
upload_time2024-09-23 09:07:19
maintainerNone
docs_urlNone
authorI2PC
requires_pythonNone
licenseNone
keywords scipion cryoem cryoet imageprocessing scipion-3.0
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            =====================================================
Scipion plugin for TomoSegMemTV and MembraneAnnotator
=====================================================

.. image:: https://img.shields.io/pypi/v/scipion-em-tomosegmemtv.svg
        :target: https://pypi.python.org/pypi/scipion-em-tomosegmemtv
        :alt: PyPI release

.. image:: https://img.shields.io/pypi/l/scipion-em-tomosegmemtv.svg
        :target: https://pypi.python.org/pypi/scipion-em-tomosegmemtv
        :alt: License

.. image:: https://img.shields.io/pypi/pyversions/scipion-em-tomosegmemtv.svg
        :target: https://pypi.python.org/pypi/scipion-em-tomosegmemtv
        :alt: Supported Python versions

.. image:: https://img.shields.io/pypi/dm/scipion-em-tomosegmemtv
        :target: https://pypi.python.org/pypi/scipion-em-tomosegmemtv
        :alt: Downloads

Scipion plugin for segmentation and annotation of membranes in tomograms (with TomoSegmenTV_ and memb-annotator_,
respectively)

============
Installation
============
The plugin can be installed in user (stable) or developer (latest, may be unstable) mode:

**1. User (stable) version:**:

.. code-block::

    scipion3 installp -p scipion-em-tomosegmemtv

**2. Developer (latest, may be unstable) version:**:

* Clone the source code repository:

.. code-block::

    git clone https://github.com/scipion-em/scipion-em-tomosegmemtv.git

* Install:

.. code-block::

    scipion3 installp -p local/path/to/scipion-em-tomosegmemtv --devel

=========
Protocols
=========
The integrated protocols are:

1. tomosegmemtv - annotate segmented membranes: Manual annotation tool for segmented membranes.

2. tomosegmemtv - resize segmented or annotated volume: Resize segmented volumes or annotated (TomoMasks).

3. tomosegmemtv - tomogram segmentation: segment membranes in tomograms.

=====
Tests
=====

The installation can be checked out running some tests (Important: test_resize_tomomask requires the plugin
scipion-em-imod_ to be installed).

.. code-block::

    scipion3 tests tomosegmemtv.tests.test_tomosegmemtv

.. code-block::

    scipion3 tests tomosegmemtv.tests.test_resize_tomomask

========
Tutorial
========
A tutorial about how to use tomosegmemtv and the membrane annotator within Scipion can be found here_.

==========
References
==========

* `Robust membrane detection based on tensor voting for electron tomography. <https://doi.org/10.1016/j.jsb.2014.02.015>`_

    A. Martinez-Sanchez, I. Garcia, S. Asano, V. Lucic, J.J. Fernandez.
    Journal of Structural Biology  186:49-61, 2014.

===================
Contact information
===================

If you experiment any problem, please contact us here: scipion-users@lists.sourceforge.net, scipion@cnb.csic.es or open
an issue_.

We'll be pleased to help.

*Scipion Team*


.. _TomoSegmenTV: https://sites.google.com/site/3demimageprocessing/tomosegmemtv
.. _memb-annotator: https://github.com/anmartinezs/memb-anotator
.. _scipion-em-imod: https://github.com/scipion-em/scipion-em-imod
.. _here: https://scipion-em.github.io/docs/release-3.0.0/docs/user/denoising_mbSegmentation_pysegDirPicking/tomosegmemTV-pySeg-workflow.html#tomosegmemtv-pyseg-workflow
.. _issue: https://github.com/scipion-em/scipion-em-tomosegmemtv/issues




            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/scipion-em/scipion-em-tomosegmemtv",
    "name": "scipion-em-tomosegmemtv",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "scipion cryoem cryoet imageprocessing scipion-3.0",
    "author": "I2PC",
    "author_email": "scipion@cnb.cis.es",
    "download_url": "https://files.pythonhosted.org/packages/d1/48/0b2ef10bb54f251be41f5906178eb5b9adde07f9e5055f150644a222dd31/scipion-em-tomosegmemtv-3.2.0.tar.gz",
    "platform": null,
    "description": "=====================================================\nScipion plugin for TomoSegMemTV and MembraneAnnotator\n=====================================================\n\n.. image:: https://img.shields.io/pypi/v/scipion-em-tomosegmemtv.svg\n        :target: https://pypi.python.org/pypi/scipion-em-tomosegmemtv\n        :alt: PyPI release\n\n.. image:: https://img.shields.io/pypi/l/scipion-em-tomosegmemtv.svg\n        :target: https://pypi.python.org/pypi/scipion-em-tomosegmemtv\n        :alt: License\n\n.. image:: https://img.shields.io/pypi/pyversions/scipion-em-tomosegmemtv.svg\n        :target: https://pypi.python.org/pypi/scipion-em-tomosegmemtv\n        :alt: Supported Python versions\n\n.. image:: https://img.shields.io/pypi/dm/scipion-em-tomosegmemtv\n        :target: https://pypi.python.org/pypi/scipion-em-tomosegmemtv\n        :alt: Downloads\n\nScipion plugin for segmentation and annotation of membranes in tomograms (with TomoSegmenTV_ and memb-annotator_,\nrespectively)\n\n============\nInstallation\n============\nThe plugin can be installed in user (stable) or developer (latest, may be unstable) mode:\n\n**1. User (stable) version:**:\n\n.. code-block::\n\n    scipion3 installp -p scipion-em-tomosegmemtv\n\n**2. Developer (latest, may be unstable) version:**:\n\n* Clone the source code repository:\n\n.. code-block::\n\n    git clone https://github.com/scipion-em/scipion-em-tomosegmemtv.git\n\n* Install:\n\n.. code-block::\n\n    scipion3 installp -p local/path/to/scipion-em-tomosegmemtv --devel\n\n=========\nProtocols\n=========\nThe integrated protocols are:\n\n1. tomosegmemtv - annotate segmented membranes: Manual annotation tool for segmented membranes.\n\n2. tomosegmemtv - resize segmented or annotated volume: Resize segmented volumes or annotated (TomoMasks).\n\n3. tomosegmemtv - tomogram segmentation: segment membranes in tomograms.\n\n=====\nTests\n=====\n\nThe installation can be checked out running some tests (Important: test_resize_tomomask requires the plugin\nscipion-em-imod_ to be installed).\n\n.. code-block::\n\n    scipion3 tests tomosegmemtv.tests.test_tomosegmemtv\n\n.. code-block::\n\n    scipion3 tests tomosegmemtv.tests.test_resize_tomomask\n\n========\nTutorial\n========\nA tutorial about how to use tomosegmemtv and the membrane annotator within Scipion can be found here_.\n\n==========\nReferences\n==========\n\n* `Robust membrane detection based on tensor voting for electron tomography. <https://doi.org/10.1016/j.jsb.2014.02.015>`_\n\n    A. Martinez-Sanchez, I. Garcia, S. Asano, V. Lucic, J.J. Fernandez.\n    Journal of Structural Biology  186:49-61, 2014.\n\n===================\nContact information\n===================\n\nIf you experiment any problem, please contact us here: scipion-users@lists.sourceforge.net, scipion@cnb.csic.es or open\nan issue_.\n\nWe'll be pleased to help.\n\n*Scipion Team*\n\n\n.. _TomoSegmenTV: https://sites.google.com/site/3demimageprocessing/tomosegmemtv\n.. _memb-annotator: https://github.com/anmartinezs/memb-anotator\n.. _scipion-em-imod: https://github.com/scipion-em/scipion-em-imod\n.. _here: https://scipion-em.github.io/docs/release-3.0.0/docs/user/denoising_mbSegmentation_pysegDirPicking/tomosegmemTV-pySeg-workflow.html#tomosegmemtv-pyseg-workflow\n.. _issue: https://github.com/scipion-em/scipion-em-tomosegmemtv/issues\n\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Scipion plugin for softare packages tomosegmemTV and membraneAnnotator.",
    "version": "3.2.0",
    "project_urls": {
        "Homepage": "https://github.com/scipion-em/scipion-em-tomosegmemtv"
    },
    "split_keywords": [
        "scipion",
        "cryoem",
        "cryoet",
        "imageprocessing",
        "scipion-3.0"
    ],
    "urls": [
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "66d4787d56b79d0d9e0efc2eb09e4c8d0ab3a0c48a7f3ae0eec47107cf1d6936",
                "md5": "6f121a53aa64d7de913570e85224bb19",
                "sha256": "f03125ecfc605046351f7573cd8fd85de51df459bc4ce38decefd01d39141083"
            },
            "downloads": -1,
            "filename": "scipion_em_tomosegmemtv-3.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6f121a53aa64d7de913570e85224bb19",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 73236,
            "upload_time": "2024-09-23T09:07:18",
            "upload_time_iso_8601": "2024-09-23T09:07:18.931243Z",
            "url": "https://files.pythonhosted.org/packages/66/d4/787d56b79d0d9e0efc2eb09e4c8d0ab3a0c48a7f3ae0eec47107cf1d6936/scipion_em_tomosegmemtv-3.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "d1480b2ef10bb54f251be41f5906178eb5b9adde07f9e5055f150644a222dd31",
                "md5": "ad908abd394d99792de91a486aca6468",
                "sha256": "5cadec4f00cbad2a9156f92ac05bcb960d7425be4d16fdb8e378af468ebc8eb0"
            },
            "downloads": -1,
            "filename": "scipion-em-tomosegmemtv-3.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "ad908abd394d99792de91a486aca6468",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 63065,
            "upload_time": "2024-09-23T09:07:19",
            "upload_time_iso_8601": "2024-09-23T09:07:19.970861Z",
            "url": "https://files.pythonhosted.org/packages/d1/48/0b2ef10bb54f251be41f5906178eb5b9adde07f9e5055f150644a222dd31/scipion-em-tomosegmemtv-3.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 09:07:19",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "scipion-em",
    "github_project": "scipion-em-tomosegmemtv",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "scipion-em-tomosegmemtv"
}
        
Elapsed time: 0.59283s