comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Coordinates and SHADE_VOLUME
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Coordinates and SHADE_VOLUME [message #12090 is a reply to message #12079] Sat, 27 June 1998 00:00 Go to previous messageGo to previous message
davidf is currently offline  davidf
Messages: 2866
Registered: September 1996
Senior Member
Terje Fredvik (tfredvik@astro.uio.no) writes:

> Another problem came up though, I can't write the image to
> file. Everything works fine when I'm plotting the images
> on the screen, but when I try to send the images to a ps-
> file, the computer responds "% Unable to allocate memory:
> to make array. Not enough space".
>
> The error occurs when I try to create the 3D image by using
> polyshade(v,p,/t3d). Why? When I'm in x-mode the resulting
> array is 450 by 650, so why does IDL want to make an array
> too big to handle when writing to file?

The PolyShade command actually creates an image. While
this image is 450 by 650 on your display it can be at
least a factor of 25 or so bigger than that in the PostScript
device, since the pixel size is a least 25 times smaller.

Simply execute the PolyShade command before you Set_Plot
to PostScript and scale the image with the usual XSize
and YSize keywords to the TV command.

Cheers,

David

--
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438
Coyote's Guide to IDL Programming: http://www.dfanning.com/
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: middle mouse button???
Next Topic: Help on Krig2d

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Thu Oct 09 07:47:54 PDT 2025

Total time taken to generate the page: 0.63886 seconds