Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
executable file 10 lines (7 sloc) 713 Bytes

This code package implements the density integration and uncertainty quantification methodology for BOS outlined in:

Rajendran, L. K., Zhang, J., Bhattacharya, S., Bane, S., & Vlachos, P. (2019). Uncertainty quantification in density estimation from background oriented schlieren (BOS) measurements.Measurement Science and Technology. doi:10.1088/1361-6501/ab60c8

Please cite the above paper if you use this code package for your work.

sample_script.py is a sample python script that loads the sample dataset in 'sample-data.mat' and calls the density integration + uncertainty quantification function to perform the calculations. It saves the result to 'sample-result.mat' and a figure to 'sample-result.png'