IAOCEA / xarray-regridding

MIT License
1 stars 2 forks source link

Actual rotation does not work #12

Closed tinaok closed 5 months ago

tinaok commented 5 months ago

ATT, do not use rot anything else than 0,0, it changes the shape. see #11

tinaok commented 5 months ago

The function HealpyGridInfo should have default value for rot as 0,0.

HealpyGridInfo(level=int(np.log2(nside)))

---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
File <timed exec>:2

TypeError: HealpyGridInfo.__init__() missing 1 required positional argument: 'rot'
---
tinaok commented 5 months ago

close with #13