spacetelescope / jdaviz

JWST astronomical data analysis tools in the Jupyter platform
https://jdaviz.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
142 stars 74 forks source link

Cubeviz: spatial smoothing from the gui and from the api return different results #1670

Closed Jdaviz-Triage-Bot closed 2 years ago

Jdaviz-Triage-Bot commented 2 years ago

Reporter: Camilla Pacifici

smoothing = viz.plugins['Gaussian Smooth'] smoothing.dataset = whatever SCI extention smoothing.stddev = 4 smoothing.apply_spectral_smooth()

this returns a much less blurred cube than setting the same in the gui.


DISCLAIMER: This issue was autocreated by the Jdaviz Issue Creation Bot on behalf of the reporter. If any information is incorrect, please contact Duy Nguyen

camipacifici commented 2 years ago

Mistake in the workflow. I was comparing spatial and spectral smoothing. Closing this.