From 18e71857dcd0f010109081037c07ca9d7feef746 Mon Sep 17 00:00:00 2001 From: "Chimitt, Nicholas M" Date: Tue, 6 Jul 2021 22:02:16 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11d1b8..0a0e7fd 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Nicholas Chimitt and Stanley H. Chan "Simulating anisoplanatic turbulence by sam How to use: -- There are two example files provided, the "TiltOnly.py" file, and the "v1_sim_example1.py" files. The tilt-only file is simpler, yet the v1_sim_example1 offers that described in our work. The v1_sim_example1 is a documented typical usage case. +- There are two example files provided, the "TiltOnly.py" file, and the "v1_sim_example1.py" files. The tilt-only file is simpler, yet the v1_sim_example1 offers the full version of the simulator described in our work. The v1_sim_example1 is a documented typical usage case. - The "utilities.py" file forms the main body of the functionality, calling upon "motion_compensate.py" and "integrals_spatial_corr.py" as needed. The functions therein are documented to help in their interpretability.