Image analysis for finite depth dip coating process
Project description
DipCoatImage-FiniteDepth
DipCoatImage-FiniteDepth is a simple and extensible Python package to analyze dip coating with finite immersion depth.
Usage
Store analysis parameters in configuration file (YAML or JSON).
data1:
type: CoatingImage
referencePath: ref.png
targetPath: target.png
output:
layerData: output/data.csv
data2:
type: MyType
my-parameters: ...
data3:
...
Pass the file to command:
$ finitedepth analyze config.yml
You can also define your own analysis type by writing a plugin.
Installation
DipCoatImage-FiniteDepth can be installed using pip
.
$ pip install dipcoatimage-finitedepth
Optional dependencies are listed in manual.
Documentation
DipCoatImage-FiniteDepth is documented with Sphinx. The manual can be found on Read the Docs:
If you want to build the document yourself, get the source code and install with [doc]
dependency.
Then, go to doc
directory and build the document:
$ pip install .[doc]
$ cd doc
$ make html
Document will be generated in build/html
directory. Open index.html
to see the central page.
Citation
If you use this package in a scientific publication, please cite the following paper:
@article{song2023measuring,
title={Measuring coating layer shape in arbitrary geometry},
author={Song, Jisoo and Yu, Dongkeun and Jo, Euihyun and Nam, Jaewook},
journal={Physics of Fluids},
volume={35},
number={12},
year={2023},
publisher={AIP Publishing}
}
Project details
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 dipcoatimage_finitedepth-2.0.6.tar.gz
.
File metadata
- Download URL: dipcoatimage_finitedepth-2.0.6.tar.gz
- Upload date:
- Size: 274.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ad598b72a434dfd809bcde4969b743b1122c8be47d3a2e8da2b0afa0e5372bd4 |
|
MD5 | d5a31c90dcb4617f56c7cffffb5c3efd |
|
BLAKE2b-256 | fcb7a29c9f4c7f28117bd26873142a51c0d7eba1c40a194d8443f15097bbe083 |
File details
Details for the file dipcoatimage_finitedepth-2.0.6-py3-none-any.whl
.
File metadata
- Download URL: dipcoatimage_finitedepth-2.0.6-py3-none-any.whl
- Upload date:
- Size: 274.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f5a884b4c7a5b42f64550d89a16c9b4e8653ef4446946f782db2ce777d84bb79 |
|
MD5 | bfa6fb9a4a5fc8842d2b09bf95f86137 |
|
BLAKE2b-256 | b531efb296800780315313104c3d9a604449d689201f0196a27d941be2d7e17e |