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

Home » Public Forums » archive » Re: my god, it's full of stars....
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: my god, it's full of stars.... [message #77221 is a reply to message #77220] Tue, 16 August 2011 14:29 Go to previous messageGo to previous message
Paul Van Delst[1] is currently offline  Paul Van Delst[1]
Messages: 1157
Registered: April 2002
Senior Member
The format used to output the number can't "fit it in". E.g.

IDL> x=0.631398
IDL> print, format='(f10.6)', x
0.631398
IDL> x=1000.0
IDL> print, format='(f10.6)', x
**********

So, if the number being output in your file is >= 1000, you'll get stars.

The ">=" is subject to precision of course:

IDL> x=999.9999
IDL> print, format='(f10.6)', x
999.999878
IDL> x=999.99999
IDL> print, format='(f10.6)', x
**********

cheers,

paulv


polystethylene wrote:
> Quick question - some of my data files are being written with the
> likes of:
>
> 5484.487603 0.533930 1.274879
> 5484.488112 1.378365 0.433342
> 5484.488610 0.631398 1.682024
> 5484.489131 ********** 0.913028
> 5484.489628 0.968477 0.610894
> 5484.490126 0.819817 0.674836
> 5484.490635 1.502081 0.369167
>
>
> I rarely see this, but due to the nature of searching for '*********'
> - I can't google this one at all...
>
>
> Any ideas?
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Re: FLEXlm, Windows 7 & IDL 6.0
Next Topic: Porting OS X IDL 7.0 to Linux IDL 8.0

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

Current Time: Fri Oct 10 06:00:30 PDT 2025

Total time taken to generate the page: 0.48003 seconds