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

Home » Public Forums » archive » Re: envi_setup_head for TIFF
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: envi_setup_head for TIFF [message #56152 is a reply to message #56150] Fri, 05 October 2007 11:54 Go to previous messageGo to previous message
Jean H. is currently offline  Jean H.
Messages: 472
Registered: July 2006
Senior Member
Leonardo R. Sbaraini wrote:
> I read one single value (float) and
> it returned a value different from that ought to be.

> IDL prints:
> 1.2748951e-310
>
> Real value in SRF file created before: 0.000000

Leonardo,

A float can be up to +- 10^38, with 7 significant digits.... so your
value is likely not a float!

Have you created the data on the same computer you are trying to read
it? ... it might be a little / big endian issue..

IDL> print, swap_endian(1.2748951e-310)
0.000000

Jean
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: Is there a way to undo a plot?
Next Topic: read data from sql

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

Current Time: Sat Oct 11 21:05:21 PDT 2025

Total time taken to generate the page: 1.03942 seconds