mairan

Results 3 comments of mairan

I'm trying to use this repo to have two different effects when the same button is clicked. The animation effect would be set by a tertiary test, like so: `animation...

@pllim What worked for me was to use dimensionless units for the shift and affine transformations: ```python import gwcs import numpy as np from astropy import units as u from...