Is this Magellan data, or is it from some other source? Because if it is Magellan I would expect it to match my coastlines.
it is
cleanning up the data from here
http://pds-geosciences.wustl.edu/mgn...02/gtdr/sinus/
changed it a bit that sinusoidal projection map is VERY noisy
then it was merged with a data set derived from the RADAR reflectance map using a Shape from shade program to make a" high frequency " layer for the height data
then joined the high freq and low freq information into one image
this also means it is no longer 100% scientific accurate
the map i posted on my G-drive is using this mapping group ( i use ISIS3 gis )
Code:
Group = Mapping
ProjectionName = SimpleCylindrical
CenterLongitude = 0.0 <degrees>
TargetName = Venus
EquatorialRadius = 1737400.0 <meters>
PolarRadius = 1737400.0 <meters>
LatitudeType = Planetocentric
LongitudeDirection = PositiveEast
LongitudeDomain = 180 <degrees>
MinimumLatitude = -90.0 <degrees>
MaximumLatitude = 90.0 <degrees>
MinimumLongitude = -180.0 <degrees>
MaximumLongitude = 180.0 <degrees>
# PixelResolution = 0.0 <meters/pixel>
Scale = 45.5111111111 <pixels/degree>
End_Group