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
UVIS FUV gives erroneous backplanes. Given the source code:
import numpy as np
import matplotlib.pyplot as plt
import hosts.cassini.uvis as uvis
import oops
obs = uvis.from_file('FUV2012_001_08_25.LBL')
bp = oops.Backplane.Backplane(obs)
lat = bp.latitude('SATURN')
plt.imshow(np.degrees(lat.mvals))
plt.show()
UVIS FUV gives erroneous backplanes. Given the source code:
and the preview image:
https://opus.pds-rings.seti.org/holdings/previews/COUVIS_0xxx/COUVIS_0038/DATA/D2012_001/FUV2012_001_08_25_full.png
we actually get the backplane:
The text was updated successfully, but these errors were encountered: