PlotScrollNumpyArrays


NamePlotScrollNumpyArrays JSON
Version 2.0.11 PyPI version JSON
download
home_pagehttps://github.com/brianmanderson/Dicom_RT_and_Images_to_Mask
SummaryServices for plotting and viewing
upload_time2024-09-23 19:14:43
maintainerNone
docs_urlNone
authorBrian Mark Anderson
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements numpy matplotlib opencv-python openpyxl pandas Pillow pydicom scikit-image scipy SimpleITK six xlrd check-manifest tqdm pytest NiftiResampler PlotScrollNumpyArrays
Travis-CI No Travis.
coveralls test coverage No coveralls.
            "# Plot_And_Scroll_Images" 
Used to plot and scroll through images

manipulated from https://matplotlib.org/2.1.2/gallery/animation/image_slices_viewer.html

```
from Plot_Scroll_Images import plot_scroll_Image
x = some_array
x.shape = (25, 512, 512, 1)
plot_scroll_Image(img=x)

# also support int8 mask and float dose for overlay
plot_scroll_Image(img=x, mask=mask_array, dose=dose_array, alpha=0.3)
```

<p align="center">
    <img src="examples/Example_mask.png" height=300>
    <img src="examples/Example_dose.png" height=300>
</p>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/brianmanderson/Dicom_RT_and_Images_to_Mask",
    "name": "PlotScrollNumpyArrays",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Brian Mark Anderson",
    "author_email": "markba122@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/1e/77/67bea3017394efb980d061bb19abbd1a1698cf28d8bc5e96574cbc08d4c1/plotscrollnumpyarrays-2.0.11.tar.gz",
    "platform": null,
    "description": "\"# Plot_And_Scroll_Images\" \nUsed to plot and scroll through images\n\nmanipulated from https://matplotlib.org/2.1.2/gallery/animation/image_slices_viewer.html\n\n```\nfrom Plot_Scroll_Images import plot_scroll_Image\nx = some_array\nx.shape = (25, 512, 512, 1)\nplot_scroll_Image(img=x)\n\n# also support int8 mask and float dose for overlay\nplot_scroll_Image(img=x, mask=mask_array, dose=dose_array, alpha=0.3)\n```\n\n<p align=\"center\">\n    <img src=\"examples/Example_mask.png\" height=300>\n    <img src=\"examples/Example_dose.png\" height=300>\n</p>\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Services for plotting and viewing",
    "version": "2.0.11",
    "project_urls": {
        "Homepage": "https://github.com/brianmanderson/Dicom_RT_and_Images_to_Mask"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9ebb9e9ac957bccfd8dc9aff582fb5c0f1d714a45f5f1542983fe59c9c2c303",
                "md5": "0d541bc40cc4584314bf71221c0ef5e1",
                "sha256": "1c41e65bf316ccda457933abb2a106895ebaf4a2fc9b8170c5f3a677f3d4d33b"
            },
            "downloads": -1,
            "filename": "PlotScrollNumpyArrays-2.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0d541bc40cc4584314bf71221c0ef5e1",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4528,
            "upload_time": "2024-09-23T19:14:42",
            "upload_time_iso_8601": "2024-09-23T19:14:42.791598Z",
            "url": "https://files.pythonhosted.org/packages/e9/eb/b9e9ac957bccfd8dc9aff582fb5c0f1d714a45f5f1542983fe59c9c2c303/PlotScrollNumpyArrays-2.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1e7767bea3017394efb980d061bb19abbd1a1698cf28d8bc5e96574cbc08d4c1",
                "md5": "a18e4839012e12e48466a2c9daa008f0",
                "sha256": "37ba11754c58cd2fd4042d32d8287e75b272a10e48749e270af8db6ed2d146c7"
            },
            "downloads": -1,
            "filename": "plotscrollnumpyarrays-2.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "a18e4839012e12e48466a2c9daa008f0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4237,
            "upload_time": "2024-09-23T19:14:43",
            "upload_time_iso_8601": "2024-09-23T19:14:43.982271Z",
            "url": "https://files.pythonhosted.org/packages/1e/77/67bea3017394efb980d061bb19abbd1a1698cf28d8bc5e96574cbc08d4c1/plotscrollnumpyarrays-2.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-23 19:14:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brianmanderson",
    "github_project": "Dicom_RT_and_Images_to_Mask",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "opencv-python",
            "specs": []
        },
        {
            "name": "openpyxl",
            "specs": []
        },
        {
            "name": "pandas",
            "specs": []
        },
        {
            "name": "Pillow",
            "specs": []
        },
        {
            "name": "pydicom",
            "specs": []
        },
        {
            "name": "scikit-image",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "SimpleITK",
            "specs": []
        },
        {
            "name": "six",
            "specs": []
        },
        {
            "name": "xlrd",
            "specs": []
        },
        {
            "name": "check-manifest",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "pytest",
            "specs": []
        },
        {
            "name": "NiftiResampler",
            "specs": []
        },
        {
            "name": "PlotScrollNumpyArrays",
            "specs": []
        }
    ],
    "lcname": "plotscrollnumpyarrays"
}
        
Elapsed time: 0.32537s