Skip to content

Commit

Permalink
fix flim save image
Browse files Browse the repository at this point in the history
  • Loading branch information
LAKESIDE\LindaT18 committed Aug 6, 2019
1 parent cca80ed commit 6e4f3c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 37 deletions.
36 changes: 0 additions & 36 deletions PythonGUI_apps/DataBrowser.spec

This file was deleted.

2 changes: 1 addition & 1 deletion PythonGUI_apps/FLIM_analysis/FLIM_plot.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def save_intensities_image(self):
filename = os.path.splitext(filename_ext)[0] #get filename without extension
save_to = os.getcwd() + "\\" + filename + "_intensity_sums.png"
cpm.plot_confocal(self.intensity_sums, stepsize=np.abs(self.pkl_file['Scan Parameters']['X step size (um)']))
cpm.plt.savefig(save_to, bbox_inches='tight', dpi=300)
plt.savefig(save_to, bbox_inches='tight', dpi=300)
except:
pass

Expand Down

0 comments on commit 6e4f3c1

Please sign in to comment.