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 don't know where this coordinate (293.8 -21.6) is coming from; none of my data or headers are anywhere near that location. That's specifying the "observer" in the SpectralCoord. I think that's the source of this error?
Note that the final error message is extremely confusing, since both headers explicitly define the velocity convention (CTYPE3 = 'VRAD').
Further, this is happening at the step in the loop when celestial coordinates are being transformed, not velocity coordinates, so it shouldn't even care about the spectral dimension.
This is new behavior in the last ~6 months.
The text was updated successfully, but these errors were encountered:
I'm trying to reproject one cube to another. Both are in velocity coordinates and occupy very tiny regions on the sky.
I get this traceback:
When I drill in with the debugger, I see:
I don't know where this coordinate (293.8 -21.6) is coming from; none of my data or headers are anywhere near that location. That's specifying the "observer" in the SpectralCoord. I think that's the source of this error?
Note that the final error message is extremely confusing, since both headers explicitly define the velocity convention (
CTYPE3 = 'VRAD'
).Further, this is happening at the step in the loop when celestial coordinates are being transformed, not velocity coordinates, so it shouldn't even care about the spectral dimension.
This is new behavior in the last ~6 months.
The text was updated successfully, but these errors were encountered: