-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
cff-version: 1.2.0 | ||
message: If you use this software, please cite it using these metadata. | ||
title: "Fluidimage: a Python framework to study flows from images" | ||
abstract: | | ||
Image processing is a common method in fluid mechanics, with various algorithms such | ||
as Particle Image Velocimetry (PIV) or Light Induced Fluorescence (LIF) used to | ||
compute velocity, vorticity, concentration or temperature fields. Fluidimage is a | ||
Python framework to process images of fluids and analyze the results. | ||
authors: | ||
|
||
- family-names: Augier | ||
given-names: Pierre | ||
orcid: https://orcid.org/0000-0001-9481-4459 | ||
|
||
|
||
version: 0.5.2 | ||
date-released: "2024-05-24" | ||
identifiers: | ||
- description: This is the collection of archived snapshots of all versions of Fluidimage | ||
type: doi | ||
value: "10.5281/zenodo.11359207" | ||
- description: This is the archived snapshot of version 0.5.2 of Fluidimage | ||
type: doi | ||
value: "10.5281/zenodo.11359208" | ||
license: CECILL-2.1 | ||
repository-code: "https://foss.heptapod.net/fluiddyn/fluidimage" |