mperrin / poppy

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

display_psf markcentroid overrides imagecrop but shouldn't #231

Closed mperrin closed 6 years ago

mperrin commented 7 years ago

Setting the markcentroid option makes the imagecrop option get ignored. These two plots ought to have the same area but don't.

Note, the screen shot shows a call to webbpsf.display_psf but that's really just poppy.display_psf by another name.

screen shot 2017-08-09 at 11 16 38 am

mperrin commented 7 years ago

@robelgeda, here is a small and hopefully simple-to-fix bug we just noticed. @josePhoenix thought this might be a good quick task for you as you start to dive into this codebase.

robelgeda commented 6 years ago

@mperrin I just noticed this. Look into it now.