- contrast.py contains all image density and phase extraction from raw data
- velocity.py to extract information from fields array
- data_processing.py to run the treatement
Download the data on Zenodo: link
This dataset contains numerical and experimental data used to generate the figures in our article. The provided files include raw interferograms, processed field data, and computed quantities such as energy spectra and velocity fields.
- Propagation z-axis scan: Data from
10181300 - Mach number scan: Data from
08301817
The field.npy files contain 4D NumPy arrays with shape (i, j, Ny, Nx), where:
-
irepresents the number of time steps, -
jcorresponds to the number of images averaged at each time step, -
Ny, Nxare the spatial dimensions. -
field_ref.npycorresponds to a reference Gaussian field without vortices. -
field_vortex.npycontains fluid data with a single vortex, used to measure vortex size at each time step.
The dataset also includes various derived quantities, such as energy distributions and velocity fields.