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
In pc2cd() function in hstwcs.py, conversion from PC to CD matrix is performed by multiplying PC matrix by cdelt[1], which is not what should be done mathematically:
In
pc2cd()
function inhstwcs.py
, conversion from PC to CD matrix is performed by multiplying PC matrix bycdelt[1]
, which is not what should be done mathematically:stwcs/stwcs/wcsutil/hstwcs.py
Lines 467 to 469 in 440169c
What is the reason for this?
CC: @nden @stsci-hack
The text was updated successfully, but these errors were encountered: