mperrin / poppy

Physical Optics Propagation in Python
BSD 3-Clause "New" or "Revised" License
176 stars 41 forks source link

poppy.display_profiles() Output Plot Inquiry #271

Open MTLeist255 opened 2 years ago

MTLeist255 commented 2 years ago

Hello, not really an issue more of an inquiry. I was wondering if there is a way to specify a title when using display_profiles()? Also, specifying x-y axis labels for the radial profile plot? And is there a way to define the maxradius to display? When looking at the source code I see several options to define these parameters, but when I try to make my plot I am not receiving the desired outputs. Here is the bit of code I am using:

display_profiles(input_psf, title = 'Test', overplot = False)

I've attached a screenshot of my current output, not entirely certain what I'm doing wrong. Thank you for the assistance!

Screen Shot 2022-01-13 at 1 37 39 PM

-Mason