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
{{ message }}
This repository has been archived by the owner on May 5, 2022. It is now read-only.
I am pretty sure this output sampleprojectionoffset is being computed incorrectly here, but It would be good to get another set of eyes on it. The fix appears to be simply removing the negation as shown in the code below (which also helps with the 0.5 shift to be subtracted in the correct direction).
Ahh - I think I found the issue. There should be no need to negate the mapscale_x . That is not impacted by East/West longitude system. Since this was only impacting images which were West, we didn't run into the problem.
ISIS_contrib/isis2pds_label_translator/isis3_lbl_to_pds3_lbl.py
Line 251 in 979ccac
I am pretty sure this output sampleprojectionoffset is being computed incorrectly here, but It would be good to get another set of eyes on it. The fix appears to be simply removing the negation as shown in the code below (which also helps with the 0.5 shift to be subtracted in the correct direction).
UPDATE - ignore this change
The text was updated successfully, but these errors were encountered: