cogenerator
Image processing library to detect and track shock waves from Schlieren images using line-scanning technique. The library uses OpenCV, scipy, glob, sys, numpy and matplotlib libraries .
Science Score: 67.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 3 DOI reference(s) in README -
✓Academic publication links
Links to: zenodo.org -
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (7.9%) to scientific vocabulary
Repository
Image processing library to detect and track shock waves from Schlieren images using line-scanning technique. The library uses OpenCV, scipy, glob, sys, numpy and matplotlib libraries .
Basic Info
- Host: GitHub
- Owner: EngAhmedHady
- License: mit
- Language: Python
- Default Branch: main
- Size: 18 MB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
CoGenerator Library
Defining measurement positions on a curved wall posed a significant challenge, particularly, a curvature of airfoil or blade profile. To address this issue, a Python script was developed in collaboration with a CAD model, facilitating the precise determination of measurement locations.
The described methodology extends beyond the LDA traverse and can be adapted for various coordinate systems, including CFD domains. It enables the extraction of boundary layer lines for any aerofoil by utilizing the real-world leading edge and trailing edge coordinates within that system. This versatility enhances its applicability across different experimental and computational setups, broadening its utility beyond specific measurement techniques.
In addition to boundary layer extraction, the library includes functions to provide measuring points for vertical lines or even traverses in cascades, further enhancing its flexibility and utility in various aerodynamic studies.
This library employs numpy and matplotlib libraries.
Owner
- Name: Ahmed Hady
- Login: EngAhmedHady
- Kind: user
- Repositories: 1
- Profile: https://github.com/EngAhmedHady
Citation (CITATION.cff)
cff-version: 1.1.2
message: "If you use this software, please cite it as below."
authors:
- family-names: "Hanfy"
given-names: "Ahmed"
orcid: "https://orcid.org/0000-0001-6833-7791"
email: "ahmed.hady.hanfy92@gmail.com"
roles:
- author
# Note: Assuming H. Hanfy is the main/corresponding author.
- family-names: "Flaszynski"
given-names: "Pawel"
orcid: "https://orcid.org/0000-0002-4210-804X"
roles:
- supervisor
- family-names: "Doerffer"
given-names: "Piotr"
orcid: "https://orcid.org/0000-0002-2464-2054"
roles:
- supervisor
- family-names: "Kaczynski"
given-names: "Piotr"
orcid: "https://orcid.org/0000-0002-1187-3910"
roles:
- co-advisor
title: "CoGenerator Liberary"
identifiers:
- type: doi
value:
version: "1.3.0"
date-released: ""
url: ""
GitHub Events
Total
Last Year
Dependencies
- datetime *
- matplotlib >=3.8.0
- numpy <=1.26.4
- opencv-python *
- screeninfo *