Skip to content

Commit

Permalink
minor: tweak default display vmin
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrin committed Jun 10, 2016
1 parent 0e2a1cd commit 31ac5d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion poppy/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def report_pixel(x, y):
return ax


def display_psf(HDUlist_or_filename, ext=0, vmin=1e-8, vmax=1e-1,
def display_psf(HDUlist_or_filename, ext=0, vmin=1e-7, vmax=1e-1,
scale='log', cmap=None, title=None, imagecrop=None,
adjust_for_oversampling=False, normalize='None',
crosshairs=False, markcentroid=False, colorbar=True,
Expand Down

0 comments on commit 31ac5d3

Please sign in to comment.