Package to process arcjet videos and segment the edge of the shock and of the sample
Project description
arcjetCV
Package to process arcjet videos and segment the edge of the shock and of the sample.
Installation
PyPi Installation (Universal)
Prerequisites:
- Ensure you have Python 3.8 or higher installed.
To install arcjetCV via pip from PyPi, run:
pip install arcjetCV
This will install arcjetCV along with its dependencies.
Note for macOS Users:
You might need to install Xcode Command Line Tools:
xcode-select --install
Note for Linux Users:
You may need to install libxcb-cursor. Use your package manager to install it:
For Ubuntu/Debian-based distributions:
sudo apt-get install libxcb-cursor0
For Fedora:
sudo dnf install libxcb-cursor
For Arch Linux:
sudo pacman -S libxcb
Conda Installation
Prerequisites:
- A valid git installation.
- Installation of git-lfs (Git Large File Storage) for handling large files.
- Miniconda or Anaconda for environment and package management:
For users who prefer conda for managing environments, follow these steps:
- Create a new conda environment and install arcjetCV:
conda create --name arcjetcv conda-forge::arcjetcv
conda activate arcjetcv
This will install arcjetCV along with all its dependencies in an isolated environment.
Note for macOS Users:
Make sure the Xcode Command Line Tools are installed:
xcode-select --install
Windows Users and Developers
Prerequisites:
- Git LFS (Git Large File Storage) for handling large files.
- Miniconda or Anaconda for environment and package management.
For Windows users or for local development of arcjetCV, follow these steps:
-
Install
git-lfs
:Download and install it from here.
-
Clone the repository and install the package:
git clone https://github.com/magnus-haw/arcjetCV.git
cd arcjetCV
conda env create -f env/arcjetCV_env_[cpu/gpu].yml
conda activate arcjetcv
python -m pip install -e .
The -e
flag stands for 'editable' and means that any changes to the local source code will immediately affect the arcjetCV package and GUI.
How to Run
You can now launch the GUI by running:
conda activate arcjetcv # (if using conda)
arcjetCV
Alternatively, you can use arcjetCV's Python API inside a Python script, e.g., test.py
:
import arcjetCV as arcv
video = arcv.Video("tests/arcjet_test.mp4")
Run the script with:
conda activate arcjetcv # (if using conda)
python test.py
Citing
If you use arcjetCV in your research, please use the following BibTeX entry to cite our paper:
@article{arcjetCV,
title={arcjetCV: an open-source software to analyze material ablation},
author={Quintart, Alexandre and Haw, Magnus and Semeraro, Federico},
journal={arXiv preprint arXiv:2404.11492},
year={2024}
}
Legal / License
Copyright © 2024 United States Government as represented by the Administrator of the National Aeronautics and Space Administration. All Rights Reserved.
Disclaimers
No Warranty: THE SUBJECT SOFTWARE IS PROVIDED "AS IS" WITHOUT ANY WARRANTY OF ANY KIND, EITHER EXPRESSED, IMPLIED, OR STATUTORY, INCLUDING, BUT NOT LIMITED TO, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL CONFORM TO SPECIFICATIONS, ANY IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR FREEDOM FROM INFRINGEMENT, ANY WARRANTY THAT THE SUBJECT SOFTWARE WILL BE ERROR FREE, OR ANY WARRANTY THAT DOCUMENTATION, IF PROVIDED, WILL CONFORM TO THE SUBJECT SOFTWARE. THIS AGREEMENT DOES NOT, IN ANY MANNER, CONSTITUTE AN ENDORSEMENT BY GOVERNMENT AGENCY OR ANY PRIOR RECIPIENT OF ANY RESULTS, RESULTING DESIGNS, HARDWARE, SOFTWARE PRODUCTS OR ANY OTHER APPLICATIONS RESULTING FROM USE OF THE SUBJECT SOFTWARE. FURTHER, GOVERNMENT AGENCY DISCLAIMS ALL WARRANTIES AND LIABILITIES REGARDING THIRD-PARTY SOFTWARE, IF PRESENT IN THE ORIGINAL SOFTWARE, AND DISTRIBUTES IT "AS IS."
Waiver and Indemnity: RECIPIENT AGREES TO WAIVE ANY AND ALL CLAIMS AGAINST THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT. IF RECIPIENT'S USE OF THE SUBJECT SOFTWARE RESULTS IN ANY LIABILITIES, DEMANDS, DAMAGES, EXPENSES OR LOSSES ARISING FROM SUCH USE, INCLUDING ANY DAMAGES FROM PRODUCTS BASED ON, OR RESULTING FROM, RECIPIENT'S USE OF THE SUBJECT SOFTWARE, RECIPIENT SHALL INDEMNIFY AND HOLD HARMLESS THE UNITED STATES GOVERNMENT, ITS CONTRACTORS AND SUBCONTRACTORS, AS WELL AS ANY PRIOR RECIPIENT, TO THE EXTENT PERMITTED BY LAW. RECIPIENT'S SOLE REMEDY FOR ANY SUCH MATTER SHALL BE THE IMMEDIATE, UNILATERAL TERMINATION OF THIS AGREEMENT.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file arcjetcv-0.0.6.tar.gz
.
File metadata
- Download URL: arcjetcv-0.0.6.tar.gz
- Upload date:
- Size: 241.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 50a1e703afa8654dc520bc1a65b503fc9cc61391234be031d3d23898cd785fa9 |
|
MD5 | 1d123c823fddc7df7e52304ceb6f05ed |
|
BLAKE2b-256 | c41bb91f5fd1b8d31a10cc093fefcac72abb472822b2538828d3d2200c9838fb |
File details
Details for the file arcjetCV-0.0.6-py3-none-any.whl
.
File metadata
- Download URL: arcjetCV-0.0.6-py3-none-any.whl
- Upload date:
- Size: 243.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 87166398e597cd24f2b7f9681eadb8a5ddfb7bed2c420eb5bb7d6fe636d8e816 |
|
MD5 | a12f22ccf3b69aef35d22e684e9bfb9d |
|
BLAKE2b-256 | bb740c24df79b3dead8e71f9e2dbc9348c6a6e3db7e980b684bfcc7c469653ca |