backward compatibility #2

  • Follow


Hi,

I am not very good at IDL and need some help.

I want to write out 4 numbers (float) which came from some fitting
routine in a format that
can be read by excel, ie. use write_csv.pro function available in
version 7, but I have
6.3 version. Can someone give me hint on how to do this without having
to upgrade IDL.

thanks so much

--
Pom
0
Reply pom4pom (4) 5/26/2011 3:14:35 PM

Pom writes: 

> I am not very good at IDL and need some help.
> 
> I want to write out 4 numbers (float) which came from some fitting
> routine in a format that
> can be read by excel, ie. use write_csv.pro function available in
> version 7, but I have
> 6.3 version. Can someone give me hint on how to do this without having
> to upgrade IDL.

Four values!? Probably simpler and faster to type them in. :-)

Otherwise, you could write a comma separated data file
that Excel can read:

   http://www.idlcoyote.com/tips/csv_file.html

Cheers,

David



-- 
David Fanning, Ph.D.
Fanning Software Consulting, Inc.
Coyote's Guide to IDL Programming: http://www.idlcoyote.com/
Sepore ma de ni thui. ("Perhaps thou speakest truth.")
0
Reply news8567 (866) 5/26/2011 3:24:54 PM


On May 26, 8:24=A0am, David Fanning <n...@idlcoyote.com> wrote:
> Pom writes:
> > I am not very good at IDL and need some help.
>
> > I want to write out 4 numbers (float) which came from some fitting
> > routine in a format that
> > can be read by excel, ie. use write_csv.pro function available in
> > version 7, but I have
> > 6.3 version. Can someone give me hint on how to do this without having
> > to upgrade IDL.
>
> Four values!? Probably simpler and faster to type them in. :-)
>
> Otherwise, you could write a comma separated data file
> that Excel can read:
>
> =A0 =A0http://www.idlcoyote.com/tips/csv_file.html
>
> Cheers,
>
> David
>
> --
> David Fanning, Ph.D.
> Fanning Software Consulting, Inc.
> Coyote's Guide to IDL Programming:http://www.idlcoyote.com/
> Sepore ma de ni thui. ("Perhaps thou speakest truth.")


But I have 200 data sets that need to be processed and get the output
from the fitting routine for statistical analysis.

I will check out the link you kindly forwarded.

thanks so much.
0
Reply pom4pom (4) 5/26/2011 3:35:11 PM

2 Replies
53 Views

(page loaded in 0.147 seconds)

Similiar Articles:













7/26/2012 2:52:34 AM


Reply: