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
Hey! It seems like the ISIS documentation page for the campt program is outdated. The longitude keys in the webpage's example PVL file, like "PositiveEastLongitude" and "PositiveWestLongitude", don't match the keys I'm getting with ISIS version 8.0.2, which include "PositiveEast360Longitude", "PositiveEast180Longitude", and so on.
Description
Hey! It seems like the ISIS documentation page for the campt program is outdated. The longitude keys in the webpage's example PVL file, like "PositiveEastLongitude" and "PositiveWestLongitude", don't match the keys I'm getting with ISIS version 8.0.2, which include "PositiveEast360Longitude", "PositiveEast180Longitude", and so on.
This is the PVL file I'm getting:
PVLGroup([ ('Filename', 'trimmed/N1460273546._RC.cub') ('Sample', 0.0) ('Line', 0.0) ('PixelValue', None) ('RightAscension', Quantity(value=37.794245605795, units='DEGREE')) ('Declination', Quantity(value=9.6555344416311, units='DEGREE')) ('PlanetocentricLatitude', Quantity(value=61.745937145166, units='DEGREE')) ('PlanetographicLatitude', Quantity(value=61.745937145166, units='DEGREE')) ('PositiveEast360Longitude', Quantity(value=359.21234619658, units='DEGREE')) ('PositiveEast180Longitude', Quantity(value=-0.78765380341509, units='DEGREE')) ('PositiveWest360Longitude', Quantity(value=0.78765380341508, units='DEGREE')) ('PositiveWest180Longitude', Quantity(value=0.78765380341508, units='DEGREE')) ('BodyFixedCoordinate', Quantity(value=[1218.8438049021, -16.756686933518, 2268.2072199635], units='km')) ('LocalRadius', Quantity(value=2575000.0, units='meters')) ('SampleResolution', Quantity(value=250092.5740628, units='meters/pixel')) ('LineResolution', Quantity(value=250092.5740628, units='meters/pixel')) ('ObliqueDetectorResolution', Quantity(value=24070077.007727, units='meters')) ('ObliquePixelResolution', Quantity(value=24070077.007727, units='meters/pix')) ('ObliqueLineResolution', Quantity(value=24070077.007727, units='meters')) ('ObliqueSampleResolution', Quantity(value=24070077.007727, units='meters')) ('SpacecraftPosition', Quantity(value=[22158145.833054, -33388766.915049, -11658369.233464], units='km')) ('SpacecraftAzimuth', Quantity(value=0.28504696683559, units='DEGREE')) ('SlantDistance', Quantity(value=41733781.475772, units='km')) ('TargetCenterDistance', Quantity(value=41733808.309932, units='km')) ('SubSpacecraftLatitude', Quantity(value=-16.221457243436, units='DEGREE')) ('SubSpacecraftLongitude', Quantity(value=303.56987231918, units='DEGREE')) ('SpacecraftAltitude', Quantity(value=41731233.309932, units='km')) ('OffNadirAngle', Quantity(value=0.0035349917577605, units='DEGREE')) ('SubSpacecraftGroundAzimuth', Quantity(value=232.43951398472, units='DEGREE')) ('SunPosition', Quantity(value=[1195481422.0778, 276216676.70234, -570468350.73128], units='km')) ('SubSolarAzimuth', Quantity(value=66.738162994942, units='DEGREE')) ('SolarDistance', Quantity(value=9.044978305057, units='AU')) ('SubSolarLatitude', Quantity(value=-24.935519162435, units='DEGREE')) ('SubSolarLongitude', Quantity(value=13.009920943431, units='DEGREE')) ('SubSolarGroundAzimuth', Quantity(value=167.49733756262, units='DEGREE')) ('Phase', Quantity(value=64.941462397075, units='DEGREE')) ('Incidence', Quantity(value=87.392209255912, units='DEGREE')) ('Emission', Quantity(value=89.404675489381, units='DEGREE')) ('NorthAzimuth', None) ('EphemerisTime', Quantity(value=134852994.03765, units='seconds')) ('UTC', datetime.datetime(2004, 4, 10, 7, 8, 49, 852000, tzinfo=datetime.timezone.utc)) ('LocalSolarTime', Quantity(value=11.080161683544, units='hour')) ('SolarLongitude', Quantity(value=286.75731470826, units='DEGREE')) ('LookDirectionBodyFixed', [-22156926.989249, 33388750.158362, 11660637.440684]) ('LookDirectionJ2000', [32511546.552356, 25213311.081243, 6999771.5221259]) ('LookDirectionCamera', [2724.7278982224, -2262.9884084659, 41733781.325471]) ])
Suggested Edit
Swap out the PVL file with one from a newer version of campt, and preferably provide some example usages of campt as seen in other documentation pages
The text was updated successfully, but these errors were encountered: