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 #51637 is a reply to message #51636] Fri, 01 December 2006 11:25 Go to previous messageGo to previous message
lee is currently offline  lee
Messages: 3
Registered: February 1993
Junior Member
Thank you very much for your quick response, David. Even I added
format, the number changed a little bit (see below). How to get it
exactly right? Your website is so helpful and thank you very much!

> print, mx, FORMAT='(D20.10)'
598594.3750000000
(the original number is 598594.35000000)

David Fanning wrote:
> 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: Fri Oct 10 03:40:18 PDT 2025

Total time taken to generate the page: 0.56033 seconds