Re: shaded surface [message #8468] |
Fri, 14 March 1997 00:00 |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Achim Hein <hein@nv.et-inf.uni-siegen.de> writes:
> Here is my problem:
> I have got two files, one contains the surface backscattering data, the
> other file contains the corresponding height information. Both files
> are floating point arrays of dimension 6000 x 28000 pixel.
> If I want to print these files fully resoluted - means every pixel will
> be printed - I can do it by printing in *.pcl or *.ps format.
> Any image compression ruins the information in the picture - so it is
> forbidden to compress anyway.
> But what is the way to get similar resolutions in shaded surface
> interpretation?
Surely your joking, Mr. Hein! :-)
David
-----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
2642 Bradbury Court, Fort Collins, CO 80521
Phone: 970-221-0438 Fax: 970-221-4762
E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com
-----------------------------------------------------------
|
|
|
Re: shaded surface [message #8470 is a reply to message #8468] |
Fri, 14 March 1997 00:00  |
anton
Messages: 15 Registered: April 1995
|
Junior Member |
|
|
Achim,
I'm having almost the same problem - overlaying some data on the topography.
I figured that the best way is the following sequence :
shade_surf, topo, shades = data,.... // place your favortie angles of view etc
surface, topo, /noerase, .....
Additional parameters to both surface routines must be the same. First one
plots shaded surface with topography colored with your data and second
statement overplots topography grid, to make it visible.
Maybe this helps.
Anton
--
Anton Ivanov
Division of Geology and Planetary Science
California Institute of Technology
170-25, Pasadena, CA, 91125, USA
|
|
|