voxio


Namevoxio JSON
Version 0.1.2 PyPI version JSON
download
home_pagehttps://github.com/caniko/voxio
SummaryLibrary for ingesting and processing voxel (3D imaging) data
upload_time2023-03-25 07:27:40
maintainer
docs_urlNone
authorcaniko
requires_python>=3.9,<3.11
licenseBSD-4
keywords 3d voxel processing fix mesh
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Voxio: I/O package for 3D images

## Usage
- Read images in parallel with `simple_read_images(image_paths)`; convenience function with finder `simple_find_read_images(image_directory, image_format)`
- Read volumes that would require more than system memory in chunks, use reader to perform compute/analysis `chunk_read_stack_images(image_paths,  image_reader)`
- Remove artifacts from volume with single object `clear_everything_but_largest_object(image_paths, output_directory)`
- Alternative to [`scipy.ndimage.label`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.label.html) for situations with insufficient memory `label_binary_image(image_paths, output_directory)`
- Interpolate along the first dimension (z-axis) `morphological_interpolation_max_resolution_spacing(labeled_stack, ceiled_inter_stack_voxel_distance)`

## Installation
```shell
pip install voxio
```
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/caniko/voxio",
    "name": "voxio",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.9,<3.11",
    "maintainer_email": "",
    "keywords": "3D,voxel,processing,fix,mesh",
    "author": "caniko",
    "author_email": "canhtart@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/3b/29/186ea306c897a730aeed2587933cc1f776db7e20686794912e84c0474f86/voxio-0.1.2.tar.gz",
    "platform": null,
    "description": "# Voxio: I/O package for 3D images\n\n## Usage\n- Read images in parallel with `simple_read_images(image_paths)`; convenience function with finder `simple_find_read_images(image_directory, image_format)`\n- Read volumes that would require more than system memory in chunks, use reader to perform compute/analysis `chunk_read_stack_images(image_paths,  image_reader)`\n- Remove artifacts from volume with single object `clear_everything_but_largest_object(image_paths, output_directory)`\n- Alternative to [`scipy.ndimage.label`](https://docs.scipy.org/doc/scipy/reference/generated/scipy.ndimage.label.html) for situations with insufficient memory `label_binary_image(image_paths, output_directory)`\n- Interpolate along the first dimension (z-axis) `morphological_interpolation_max_resolution_spacing(labeled_stack, ceiled_inter_stack_voxel_distance)`\n\n## Installation\n```shell\npip install voxio\n```",
    "bugtrack_url": null,
    "license": "BSD-4",
    "summary": "Library for ingesting and processing voxel (3D imaging) data",
    "version": "0.1.2",
    "split_keywords": [
        "3d",
        "voxel",
        "processing",
        "fix",
        "mesh"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8c88dad7c04ad8976e2ce3f45366c2cc0f7dfed366bc0f2abb477e9d34cfbb4e",
                "md5": "1f6bbad984d6c28e1c6a40157aa83c4a",
                "sha256": "796dec7b6da8fa1f9e1e9b2e122b507ff65aa7681fa4a1097b7bbe9df8ac543e"
            },
            "downloads": -1,
            "filename": "voxio-0.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1f6bbad984d6c28e1c6a40157aa83c4a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9,<3.11",
            "size": 18367,
            "upload_time": "2023-03-25T07:27:38",
            "upload_time_iso_8601": "2023-03-25T07:27:38.933936Z",
            "url": "https://files.pythonhosted.org/packages/8c/88/dad7c04ad8976e2ce3f45366c2cc0f7dfed366bc0f2abb477e9d34cfbb4e/voxio-0.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b29186ea306c897a730aeed2587933cc1f776db7e20686794912e84c0474f86",
                "md5": "6f48aac0dc0860abbe3dd0dd00a19e65",
                "sha256": "9ca5cbc0f27484e2dfb3465bb86707634e5137f8f56c914b11cd949821b615e0"
            },
            "downloads": -1,
            "filename": "voxio-0.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6f48aac0dc0860abbe3dd0dd00a19e65",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9,<3.11",
            "size": 13884,
            "upload_time": "2023-03-25T07:27:40",
            "upload_time_iso_8601": "2023-03-25T07:27:40.721253Z",
            "url": "https://files.pythonhosted.org/packages/3b/29/186ea306c897a730aeed2587933cc1f776db7e20686794912e84c0474f86/voxio-0.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-03-25 07:27:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "caniko",
    "github_project": "voxio",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "voxio"
}
        
Elapsed time: 0.04885s