Skip to content

Commit

Permalink
added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lrajendr committed Apr 6, 2021
1 parent a73cd9a commit d9cc355
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Binary file added ._README.md
Binary file not shown.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
This code package implements the density integration methodology for BOS outlined in:

1) 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

2) Rajendran, L., Zhang, J., Bane, S., & Vlachos, P. (2020). Uncertainty-based weighted least squares density integration for background-oriented schlieren. Experiments in Fluids, 61(11), 239. https://doi.org/10.1007/s00348-020-03071-w

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'

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

0 comments on commit d9cc355

Please sign in to comment.