From 53c1cb541a7e2ccec63dfa12591005ac4b29d6e7 Mon Sep 17 00:00:00 2001 From: caes Date: Mon, 25 Jul 2016 02:12:47 -0400 Subject: [PATCH] setting up to go with errors from likelihood function scanning --- scripts/analyze_lightcurves.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/analyze_lightcurves.sh b/scripts/analyze_lightcurves.sh index 331c020..c5eec4e 100755 --- a/scripts/analyze_lightcurves.sh +++ b/scripts/analyze_lightcurves.sh @@ -4,7 +4,7 @@ timestep="0.1" lc_dir="data/STORM_III/lightcurves/Δt=${timestep}" ref_band='HST(𝛌=1367)' ref_curve="${lc_dir}/${ref_band}.lc" -error_type="2" +error_type="1" # error types: # 0 for covariance matrix, 1 for likelihood function, 2 for monte carlo