From d9cc355dc778217aef5013076cc1fcc9bb2e4cb5 Mon Sep 17 00:00:00 2001 From: Lalit Rajendran Date: Tue, 6 Apr 2021 15:09:52 -0400 Subject: [PATCH] added readme --- ._README.md | Bin 0 -> 4096 bytes README.md | 11 +++++++++++ 2 files changed, 11 insertions(+) create mode 100755 ._README.md create mode 100755 README.md diff --git a/._README.md b/._README.md new file mode 100755 index 0000000000000000000000000000000000000000..1539bf43fcafee5f16ff9bf91d02b4bbb1b57f16 GIT binary patch literal 4096 zcmZQz6=P>$Vqox1Ojhs@R)|o50+1L3ClDJkFz{^v(m+1nBL)UWIUt(=a103vVla4Q z57EJ}0H|C5O$#HC4;7b6&d=3LEGWoH)yqjNE-5WeO-V^CNmULA2I<+mF(&~;bF=z_ zTr>(sLtr!nMnhmU1V%$(Gz3ONU^E0qLtr!nMnhmU1V%#uX9$2gn;;AZav>R+#R^5K z#rdU0$*Bry`9;|ZnRz9tc_o?od5JkWl?pkjX(b9tIf;4Mz`ih4*N~=A{SWtw41?VN F{{Vk)Dd_+J literal 0 HcmV?d00001 diff --git a/README.md b/README.md new file mode 100755 index 0000000..53e47ba --- /dev/null +++ b/README.md @@ -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. +