From a6071351b239a50b7767289d19049b831192af85 Mon Sep 17 00:00:00 2001 From: ignis Date: Thu, 8 Apr 2021 16:50:06 +0900 Subject: [PATCH] corrected variable Dm sampling points --- binning_ddxc_given_c_from_raw.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/binning_ddxc_given_c_from_raw.py b/binning_ddxc_given_c_from_raw.py index 087f655..e8240a9 100644 --- a/binning_ddxc_given_c_from_raw.py +++ b/binning_ddxc_given_c_from_raw.py @@ -50,11 +50,11 @@ x_indices_all = { 'IC11': np.array([264, 281, 292, 301, 309, 317, 325, 334, 347]), 'IC12': np.array([253, 276, 290, 301, 311, 320, 330, 340, 355]), 'IC13': np.array([243, 269, 287, 300, 312, 323, 334, 347, 365]), - 'VIC1': np.array([287, 295, 300, 305, 309, 313, 316, 321, 327]), - 'VIC2': np.array([265, 281, 292, 301, 310, 318, 326, 336, 349]), - 'VIC4': np.array([274, 288, 296, 303, 310, 316, 322, 329, 339]), - 'VIC10': np.array([293, 299, 303, 306, 309, 311, 314, 317, 321]), - 'VIC13': np.array([254, 277, 292, 303, 313, 322, 332, 342, 356]),} + 'VIC1': np.array([286, 294, 299, 304, 308, 312, 315, 320, 326]), + 'VIC2': np.array([264, 280, 291, 300, 309, 317, 325, 335, 348]), + 'VIC4': np.array([273, 287, 295, 302, 309, 315, 321, 328, 338]), + 'VIC10': np.array([292, 298, 302, 305, 308, 310, 313, 316, 320]), + 'VIC13': np.array([253, 276, 291, 302, 312, 321, 331, 341, 355]),} x_indices = x_indices_all[casename]