mirror of
https://gitlab.science.ru.nl/mthesis-edeboone/m-thesis-introduction.git
synced 2024-12-22 11:33:32 +01:00
ZH: rit, use kwargs
This commit is contained in:
parent
9d8e25e74e
commit
d9cfc5d077
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ def reconstruction(e,outfile='', slice_outdir=None, Xlow=300, Xhigh=1000, N_X=15
|
||||||
|
|
||||||
#only use signal that have a signal in data
|
#only use signal that have a signal in data
|
||||||
fill_stations_propeties(e,res)
|
fill_stations_propeties(e,res)
|
||||||
Xs,axis_points,max_vals = get_axis_points(e,slice_outdir is not None, slice_outdir, Xlow, Xhigh, N_X)
|
Xs,axis_points,max_vals = get_axis_points(e,savefig=(slice_outdir is not None), path=slice_outdir, Xlow=Xlow, Xhigh=Xhigh, N_X=N_X)
|
||||||
zen,azi,core = fit_track(e,axis_points,max_vals,1e2)
|
zen,azi,core = fit_track(e,axis_points,max_vals,1e2)
|
||||||
fig = figure_3D(axis_points,max_vals,zen,azi,core,res)
|
fig = figure_3D(axis_points,max_vals,zen,azi,core,res)
|
||||||
fig.savefig(outfile)
|
fig.savefig(outfile)
|
||||||
|
|
Loading…
Reference in a new issue