You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to visualize a custom-generated array of time-variable spherical harmonics using sp.visualize(), however when computing a dot product of self._M (I assume that's a design matrix) and transposed Y_lm matrix in sp.mollweide, self._M is always of shape (45000,256) no matter what ydeg I set when initializing SP object. I can understand that 45000 = 300 * 150 by default, but where can I change the second axis? Full code:
I'm trying to visualize a custom-generated array of time-variable spherical harmonics using sp.visualize(), however when computing a dot product of self._M (I assume that's a design matrix) and transposed Y_lm matrix in sp.mollweide, self._M is always of shape (45000,256) no matter what ydeg I set when initializing SP object. I can understand that 45000 = 300 * 150 by default, but where can I change the second axis? Full code:
ValueError: shapes (45000,256) and (36,100) not aligned: 256 (dim 1) != 36 (dim 0)
The text was updated successfully, but these errors were encountered: