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 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).
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