scipion-em-tomosegmemtv


Namescipion-em-tomosegmemtv JSON
Version 3.1.2 PyPI version JSON
download
home_pagehttps://github.com/scipion-em/scipion-em-tomosegmemtv
SummaryScipion plugin for softare packages tomosegmemTV and membraneAnnotator.
upload_time2024-01-19 11:09:02
maintainer
docs_urlNone
authorI2PC
requires_python
license
keywords scipion cryoem cryoet imageprocessing scipion-3.0
VCS
bugtrack_url
requirements scipion-em-tomoviz mrcfile scipy
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": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "scipion cryoem cryoet imageprocessing scipion-3.0",
    "author": "I2PC",
    "author_email": "scipion@cnb.cis.es",
    "download_url": "https://files.pythonhosted.org/packages/bd/b2/22fd0d143b524251b446398b4df7e69ca59b6c8c0fac8d9f98204d0b351f/scipion-em-tomosegmemtv-3.1.2.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": "",
    "summary": "Scipion plugin for softare packages tomosegmemTV and membraneAnnotator.",
    "version": "3.1.2",
    "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": "7d2997350b910ebaa178405e0d7055c890f81f9b2e7ab9ee0cbd74b0e3127bef",
                "md5": "e95f654a3d8e60b16b09c14276a0c0ca",
                "sha256": "f9e7eaf1384efbcbca22e3fda4a90329d61b3b558a1708e967b6c84e4831756b"
            },
            "downloads": -1,
            "filename": "scipion_em_tomosegmemtv-3.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e95f654a3d8e60b16b09c14276a0c0ca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 71090,
            "upload_time": "2024-01-19T11:09:00",
            "upload_time_iso_8601": "2024-01-19T11:09:00.020936Z",
            "url": "https://files.pythonhosted.org/packages/7d/29/97350b910ebaa178405e0d7055c890f81f9b2e7ab9ee0cbd74b0e3127bef/scipion_em_tomosegmemtv-3.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "scipion-3.0",
            "digests": {
                "blake2b_256": "bdb222fd0d143b524251b446398b4df7e69ca59b6c8c0fac8d9f98204d0b351f",
                "md5": "29dd2ff80b0da89a8bc70e236390efd0",
                "sha256": "fbeb928f7bdfeeae30549da88eadc1230205ac6a4c4907d577fd457c20bfbdeb"
            },
            "downloads": -1,
            "filename": "scipion-em-tomosegmemtv-3.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "29dd2ff80b0da89a8bc70e236390efd0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 60817,
            "upload_time": "2024-01-19T11:09:02",
            "upload_time_iso_8601": "2024-01-19T11:09:02.313366Z",
            "url": "https://files.pythonhosted.org/packages/bd/b2/22fd0d143b524251b446398b4df7e69ca59b6c8c0fac8d9f98204d0b351f/scipion-em-tomosegmemtv-3.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-01-19 11:09:02",
    "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": [
        {
            "name": "scipion-em-tomoviz",
            "specs": []
        },
        {
            "name": "mrcfile",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        }
    ],
    "lcname": "scipion-em-tomosegmemtv"
}
        
Elapsed time: 0.17266s