deconvolution 実行例
help出力 deconvolution.py --help
usage: python deconvolution.py file mode convmode smoothmode xmin xmax Wa Grange kzero klin
mode = [convolve|fft]
convmode = [''|full|same]
smoothmode = combination of [none|convolve|extend|average]
ex.: python deconvolution.py pes.csv convolve same convolve+extend -4.5 2.0 0.12 2.0 1 5
ex.: python deconvolution.py pes.csv fft full convolve+extend -4.5 2.0 0.12 2.0 5 5
usage: python deconvolution.py file mode xmin xmax Wa dump nmaxiter eps nsmooth zeroc
mode = [gs|jacobi] gs=Gauss-Seidel method jacobi=Jacobi method
zeroc = [0|1] zero correction after a Jacobi/Gauss-Seidel cycle]
ex.: python deconvolution.py pes.csv gs -6.0 2.0 0.12 1.0 300 1.0e-4 5 0
infile : --help
outfile : --help-deconvoluted.csv
mode : gs
For mode = 'gs' or 'jacobi':
dump= 1.0
nmaxiter= 300
eps= 0.0001
nsmooth= 5
zero correction= 0
Error: Can not read [--help]
D:\git\sphinx\tkProg\source\cms\deconvolution.py:7: UserWarning: A NumPy version >=1.23.5 and <2.3.0 is required for this version of SciPy (detected version 2.4.4)
import scipy.signal
生成されたデータファイル
(データファイルが見つかりませんでした)
