Skip to content
Snippets Groups Projects
Commit 2e0dfb5f authored by Chris Smith's avatar Chris Smith
Browse files

Update call to do_windowing

parent f4710752
No related branches found
No related tags found
1 merge request!13Pyspm port suhas
......@@ -48,7 +48,7 @@ if __name__ == '__main__':
Do the windowing on the normalized image
'''
t0 = time()
h5_wins = iw.do_windowing(h5_norm, num_peaks=num_peaks, fit_win=fit_win, save_plots=save_plots, show_plots=show_plots)
h5_wins = iw.do_windowing(h5_norm, num_peaks=num_peaks, save_plots=save_plots, show_plots=show_plots)
print 'Windowing took {} seconds.'.format(time()-t0)
'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment