yuanpeng / hb2c_pd_red_test.py
0 likes
0 forks
1 files
Last active 9 months ago
HB2C PD reduction test script
| 1 | from mantid.simpleapi import * |
| 2 | import matplotlib.pyplot as plt |
| 3 | import numpy as np |
| 4 | |
| 5 | LoadWAND( |
| 6 | IPTS="22745", |
| 7 | RunNumbers="1612206", |
| 8 | Grouping="4x4", |
| 9 | OutputWorkspace="neutron_bucket" |
| 10 | ) |
yuanpeng / texture_proc_real_1step_not_aligned_2step_aligned.py
0 likes
0 forks
1 files
Last active 1 year ago
| 1 | import json |
| 2 | import numpy as np |
| 3 | import os |
| 4 | import scipy |
| 5 | from scipy.optimize import minimize |
| 6 | from scipy.optimize import curve_fit |
| 7 | from scipy.signal import argrelextrema |
| 8 | from pystog import Pre_Proc |
| 9 | import matplotlib.pyplot as plt |
| 10 | import random |
