Skip to content

Commit

Permalink
Comment
Browse files Browse the repository at this point in the history
  • Loading branch information
hughbg committed Mar 25, 2018
1 parent 9002566 commit 38dce3a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hkl_report.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ def report_hkl(data):
print "\nStart time", data["utcs"][0]
print "Options", data["options"]

# Sometimes you have to relpace masked data with a value
plt.imshow(np.ma.filled(data["252A"], 0), clim=(1000,10000), aspect="auto")
plt.show()

Expand Down

0 comments on commit 38dce3a

Please sign in to comment.