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

Home » Public Forums » archive » what am I doing wrong?
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
what am I doing wrong? [message #13038] Mon, 05 October 1998 00:00
Bruce Bowler is currently offline  Bruce Bowler
Messages: 128
Registered: September 1998
Senior Member
I have a script that does...

> anydata, subtemp, 45.0, 40.0, -71.5, -65.0, inbounds
>
> print, subtemp
> print, inbounds
>
> if (inbounds eq 1) then begin
> openw, tarunit, 'tarfile.include', /GET_LUN
> printf, tarunit, l1a
> printf, tarunit, ozonefile
> printf, tarunit, metFile1
> printf, tarunit, metFile2
> printf, tarunit, 'SEAWIFS_SENSOR_CAL.TBL'
> close, tarunit
> endif

When I run it, I get

> S1998228192646.SST
> 0

and tarfile.include is created, which since inbounds is 0, shouldn't
happen... can anyone explain why it's not working or some additional
diagnostics that might point to the cause?

TIA,
Bruce
[Message index]
 
Read Message
Previous Topic: Would you consider this a bug?
Next Topic: PRINT_FILE?

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

Current Time: Thu Oct 09 22:47:23 PDT 2025

Total time taken to generate the page: 0.64204 seconds