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 .

https://github.com/engahmedhady/cogenerator

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
Last synced: 6 months ago · JSON representation ·

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
Created over 1 year ago · Last pushed over 1 year ago
Metadata Files
Readme License Citation

README.md

DOI License: MIT

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.

CoGenerator

This library employs numpy and matplotlib libraries.

Owner

  • Name: Ahmed Hady
  • Login: EngAhmedHady
  • Kind: user

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

setup.py pypi
  • datetime *
  • matplotlib >=3.8.0
  • numpy <=1.26.4
  • opencv-python *
  • screeninfo *