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

Home » Public Forums » archive » Re: format questions
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: format questions [message #51641 is a reply to message #51637] Fri, 01 December 2006 11:10 Go to previous message
David Fanning is currently offline  David Fanning
Messages: 11724
Registered: August 2001
Senior Member
lee writes:

> ## Question : print out is different from the original file!!!!!!,
> why?????
> IDL> print, mx
> 598594.
> IDL> print, double(mx)
> 598594.38
> IDL> print, double(my)
> 6738650.0

Because you are not using a FORMAT that delivers enough
accuracy. See the following article, about in the middle:

http://www.dfanning.com/math_tips/sky_is_falling.html

Something like:

IDL> Print, mx, FORMAT='(D20.10)'

Cheers,

David
--
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: format questions
Next Topic: IDL_IDL Bridge crashing when setting large variables

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

Current Time: Sun Oct 12 16:56:07 PDT 2025

Total time taken to generate the page: 0.80082 seconds