Skip to content

Commit

Permalink
Fix fig name (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
darafferty committed May 11, 2017
1 parent c44429c commit e9401f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions factor/scripts/plot_selfcal_solutions.py
Original file line number Diff line number Diff line change
Expand Up @@ -664,8 +664,8 @@ def solplot_amp(parmdb, imageroot, refstationi, norm_amp_lim=False, median_amp=F
infix = '_period{}'.format(gind)
else:
infix = ''
fp.savefig(imageroot+"_phase_channel{0}{1}.png".format(chan_indx, infix),dpi=100)
plt.close(fp)
fa.savefig(imageroot+"_amp_channel{0}{1}.png".format(chan_indx, infix),dpi=100)
plt.close(fa)
g_start = g
parmdbmtable = False
del(soldict)
Expand Down

0 comments on commit e9401f7

Please sign in to comment.