corrected variable Dm sampling points

This commit is contained in:
ignis 2021-04-08 16:50:06 +09:00
parent 8a48b763eb
commit a6071351b2

View file

@ -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]