openBOS-test


NameopenBOS-test JSON
Version 0.0.17 PyPI version JSON
download
home_pagehttps://github.com/ogayuuki0202/openBOS
Summarythe library of Background Oriented Schlieren
upload_time2024-11-04 12:21:10
maintainerYuuki Ogasawara
docs_urlNone
authorYuuki Ogasawara
requires_python>=3.6
licenseGNU GENERAL PUBLIC LICENSE,
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # openBOS
openBOS is a library developed to provide open access to various methods of the Background Oriented Schlieren (BOS) method. We are also developing software that runs on a GUI for those who do not have Python skills.

## Key Features
- Short, concise code for visualization, 3D reconstruction, and quantification
- GPU parallel processing is also available

## Warning

The openBOS is still in its *beta* state. This means that
it still might have some bugs and the API may change. However, testing and contributing
is very welcome, especially if you can contribute with new algorithms and features.

## Installing
### 1. Install PyTorch
Please install Pytorch 2.x .
Make sure that CUDA  is available on your PC.
<https://pytorch.org/get-started/locally/>
### 2. Install torch_radon
Please install torch_radon <https://torch-radon.readthedocs.io/en/latest/getting_started/install.html>

    git clone https://github.com/matteo-ronchetti/torch-radon.git
    cd torch-radon
    python setup.py install
or

    docker pull matteoronchetti/torch-radon
or if you are running Linux 

    wget -qO- https://raw.githubusercontent.com/matteo-ronchetti/torch-radon/master/auto_install.py  | python -

### 3. Install openBOS
Use PyPI: <https://pypi.python.org/pypi/openBOS>:

    pip install openBOS 

Or compile from source

Download the package from the Github: https://github.com/ogayuuki0202/openBOS/archive/refs/heads/main.zip
or clone using git

    git clone https://github.com/ogayuuki0202/openBOS.git
    cd openBOS
    python setup.py install 


## Methods

Please see our wiki below.
[Wiki](https://github.com/ogayuuki0202/openBOS/wiki)

## Getting Started
Here's a quick example of using openBOS for flow visualization:
1. [3D quantitative visualization and measurement using Abel transform](https://colab.research.google.com/drive/1-Z0ufw8g7u86d0KtyjZTSHDbtDhhknmj?usp=sharing)
2. [3D quantitative visualization and measurement using ARTmethod(CT)]()

## Contributors
- [Yuuki Ogasawara](https://orcid.org/0009-0004-0350-2185)
- Ayumu Ishibashi 
- Narumi Nose
- [Shinsuke Udagawa](https://www.researchgate.net/profile/Shinsuke-Udagawa)
## How to cite this work
If you find this project useful, please cite:

    Yuuki Ogasawara, Ayumu Ishibashi, Shinsuke Udagawa. openBOS:Background oriented shlieren methods in Python. https://github.com/ogayuuki0202/openBOS

## How to Contribute
We welcome contributions! If you’d like to report a bug or request a feature, please open an issue on our [GitHub Issues page](https://github.com/ogayuuki0202/openBOS/issues). We also encourage pull requests for new algorithms and improvements to the library.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ogayuuki0202/openBOS",
    "name": "openBOS-test",
    "maintainer": "Yuuki Ogasawara",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "yukiogasawara.research@gmail.com",
    "keywords": null,
    "author": "Yuuki Ogasawara",
    "author_email": "yukiogasawara.research@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/85/30/d404e9bca70a0eca91bb13107b6748e0ab63037da5cd806027960542c47c/openbos_test-0.0.17.tar.gz",
    "platform": null,
    "description": "# openBOS\nopenBOS is a library developed to provide open access to various methods of the Background Oriented Schlieren (BOS) method. We are also developing software that runs on a GUI for those who do not have Python skills.\n\n## Key Features\n- Short, concise code for visualization, 3D reconstruction, and quantification\n- GPU parallel processing is also available\n\n## Warning\n\nThe openBOS is still in its *beta* state. This means that\nit still might have some bugs and the API may change. However, testing and contributing\nis very welcome, especially if you can contribute with new algorithms and features.\n\n## Installing\n### 1. Install PyTorch\nPlease install Pytorch 2.x .\nMake sure that CUDA  is available on your PC.\n<https://pytorch.org/get-started/locally/>\n### 2. Install torch_radon\nPlease install torch_radon\u3000<https://torch-radon.readthedocs.io/en/latest/getting_started/install.html>\n\n    git clone https://github.com/matteo-ronchetti/torch-radon.git\n    cd torch-radon\n    python setup.py install\nor\n\n    docker pull matteoronchetti/torch-radon\nor if you are running Linux \n\n    wget -qO- https://raw.githubusercontent.com/matteo-ronchetti/torch-radon/master/auto_install.py  | python -\n\n### 3. Install openBOS\nUse PyPI: <https://pypi.python.org/pypi/openBOS>:\n\n    pip install openBOS \n\nOr compile from source\n\nDownload the package from the Github: https://github.com/ogayuuki0202/openBOS/archive/refs/heads/main.zip\nor clone using git\n\n    git clone https://github.com/ogayuuki0202/openBOS.git\n    cd openBOS\n    python setup.py install \n\n\n## Methods\n\nPlease see our wiki below.\n[Wiki](https://github.com/ogayuuki0202/openBOS/wiki)\n\n## Getting Started\nHere's a quick example of using openBOS for flow visualization:\n1. [3D quantitative visualization and measurement using Abel transform](https://colab.research.google.com/drive/1-Z0ufw8g7u86d0KtyjZTSHDbtDhhknmj?usp=sharing)\n2. [3D quantitative visualization and measurement using ARTmethod(CT)]()\n\n## Contributors\n- [Yuuki Ogasawara](https://orcid.org/0009-0004-0350-2185)\n- Ayumu Ishibashi \n- Narumi Nose\n- [Shinsuke Udagawa](https://www.researchgate.net/profile/Shinsuke-Udagawa)\n## How to cite this work\nIf you find this project useful, please cite:\n\n    Yuuki Ogasawara, Ayumu Ishibashi, Shinsuke Udagawa. openBOS:Background oriented shlieren methods in Python. https://github.com/ogayuuki0202/openBOS\n\n## How to Contribute\nWe welcome contributions! If you\u2019d like to report a bug or request a feature, please open an issue on our [GitHub Issues page](https://github.com/ogayuuki0202/openBOS/issues). We also encourage pull requests for new algorithms and improvements to the library.\n",
    "bugtrack_url": null,
    "license": "GNU GENERAL PUBLIC LICENSE,",
    "summary": "the library of Background Oriented Schlieren",
    "version": "0.0.17",
    "project_urls": {
        "Download": "https://github.com/ogayuuki0202/openBOS",
        "Homepage": "https://github.com/ogayuuki0202/openBOS"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ccc571ca2508ef3b1bb74685211a67eb1c37156aebb9a03067beb04a735e3f46",
                "md5": "40b7feb621398183ecbb1cf1392bbdfa",
                "sha256": "422491bb94d5de8ff1686fb28e92d1608493c8f7da7381fd69b97fcbd70a120b"
            },
            "downloads": -1,
            "filename": "openBOS_test-0.0.17-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "40b7feb621398183ecbb1cf1392bbdfa",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 25481,
            "upload_time": "2024-11-04T12:21:09",
            "upload_time_iso_8601": "2024-11-04T12:21:09.278852Z",
            "url": "https://files.pythonhosted.org/packages/cc/c5/71ca2508ef3b1bb74685211a67eb1c37156aebb9a03067beb04a735e3f46/openBOS_test-0.0.17-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8530d404e9bca70a0eca91bb13107b6748e0ab63037da5cd806027960542c47c",
                "md5": "76f113fe4cf482fd809e086d817b229d",
                "sha256": "f8099d6b50eaaa3da56eb951e504bed631b30ab2a242720a2b2384ceea1bd529"
            },
            "downloads": -1,
            "filename": "openbos_test-0.0.17.tar.gz",
            "has_sig": false,
            "md5_digest": "76f113fe4cf482fd809e086d817b229d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 25159,
            "upload_time": "2024-11-04T12:21:10",
            "upload_time_iso_8601": "2024-11-04T12:21:10.564894Z",
            "url": "https://files.pythonhosted.org/packages/85/30/d404e9bca70a0eca91bb13107b6748e0ab63037da5cd806027960542c47c/openbos_test-0.0.17.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-04 12:21:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ogayuuki0202",
    "github_project": "openBOS",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "openbos-test"
}
        
Elapsed time: 0.39081s