Re: Inexpensive / free-ware similar to IDL? [message #17193] |
Thu, 23 September 1999 00:00 |
m218003
Messages: 56 Registered: August 1999
|
Member |
|
|
In article <7sbmpc$1j5$1@nnrp1.deja.com>,
ushomirs@my-deja.com writes:
> the "problem" with these alternatives (octave, python) is that they
> don't understand IDL code.
... and is there any of these free packages that does map plots nearly
as good as IDL does them? (well, of course they are not always perfect
in IDL, but you *can* produce them!)
Martin
--
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
[[ Martin Schultz Max-Planck-Institut fuer Meteorologie [[
[[ Bundesstr. 55, 20146 Hamburg [[
[[ phone: +49 40 41173-308 [[
[[ fax: +49 40 441787 [[
[[ martin.schultz@dkrz.de [[
[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[[ [[[[[[[
|
|
|
Re: Inexpensive / free-ware similar to IDL? [message #17201 is a reply to message #17193] |
Wed, 22 September 1999 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Liam Gumley (Liam.Gumley@ssec.wisc.edu) writes:
> I like 'free' software as much as the next person (I run Linux on my
> notebook). But I also know that if I switched from IDL to ANA, Yorick,
> Octave or any other 'free' package, I'd be kidding myself if I thought
> the switch would be at no cost.
Liam, you--of all people-- should know that graduate student
hours of programming/frustration/whatever are *never* counted
as expenses. I think it has something to do with the Slave
Labor Act. :-)
Cheers,
David
--
David Fanning, Ph.D.
Fanning Software Consulting
Phone: 970-221-0438 E-Mail: davidf@dfanning.com
Coyote's Guide to IDL Programming: http://www.dfanning.com/
Toll-Free IDL Book Orders: 1-888-461-0155
|
|
|
Re: Inexpensive / free-ware similar to IDL? [message #17202 is a reply to message #17201] |
Wed, 22 September 1999 00:00  |
Liam Gumley
Messages: 473 Registered: November 1994
|
Senior Member |
|
|
"K. S. Balasubramaniam" wrote:
> I am looking for inexpensive solutions for data analysis, other than IDL,
> but similar in
> capability.
>
> IDL has been a wonderful tool and has enormous strengths, but individuals
> cannot
> afford it. I have used it for over a decade while I worked at govt.
> sponsored/educational
> labs. Its flexibility is addictive. Having moved over to the private
> sector, and switching
> fields, in a different area of data analysis things are different! Many
> folks have not heard
> of IDL, and when informed of its use are able to nod in appreciation but
> quickly loose interest
> because it is way too pricey! and very compareable to the price of some
> workstations.
If you're already familiar with IDL, is the cost of a single-user IDL
license for Windows more or less than the cost of your salary and
benefits for however many weeks it takes for you to find, learn, and do
something productive with a 'free' package?
I like 'free' software as much as the next person (I run Linux on my
notebook). But I also know that if I switched from IDL to ANA, Yorick,
Octave or any other 'free' package, I'd be kidding myself if I thought
the switch would be at no cost.
Cheers,
Liam.
--
Liam E. Gumley
Space Science and Engineering Center, UW-Madison
http://cimss.ssec.wisc.edu/~gumley
|
|
|
Re: Inexpensive / free-ware similar to IDL? [message #17203 is a reply to message #17201] |
Wed, 22 September 1999 00:00  |
Tim Lamont-Smith
Messages: 5 Registered: August 1999
|
Junior Member |
|
|
I/my colleagues have used VIEW which is pretty good, although quite old. It
was written at Lawrence Livermore National Labs, sorry I don't have a
web-site, so I don't know whether it is freely available. Some of the image
analysis/handling in VIEW makes IDL look poor in comparison. There may be a
newer package called IDB++, but I've never seen it.
Just a side question, but was IDL Insight intended as a joke ?
Tim
--
*************************************
Tim Lamont-Smith
DERA, R205, St. Andrew's Road,
Malvern, Worcs., WR14 3PS
Tel.: +44 (0)1684 896753
Fax.: +44 (0)1684 894252
*************************************
|
|
|
Re: Inexpensive / free-ware similar to IDL? [message #17204 is a reply to message #17201] |
Wed, 22 September 1999 00:00  |
ushomirs
Messages: 14 Registered: May 1993
|
Junior Member |
|
|
the "problem" with these alternatives (octave, python) is that they
don't understand IDL code. so the mountain of working software that has
been written in IDL would not be available with these (probably superior
in other respects) packages. for example, there's a ton of astronomical
software written in IDL. software that works. heck, python and octave
don't even read FITS binary tables. sure, i could sit down and spend a
few weeks writing and debugging a comprehensive FITS library, but i have
many other things on my plate. i suspect that there are at least a few
users of IDL in the scientific community that share my opinion.
oh, yeah, and i thought that IDL and PV-WAVE were the same product years
ago, before they split up.
greg
Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
|
|
|
Re: Inexpensive / free-ware similar to IDL? [message #17205 is a reply to message #17201] |
Wed, 22 September 1999 00:00  |
luthi
Messages: 20 Registered: March 1999
|
Junior Member |
|
|
I was looking at several free alternatives to the IDL / PV-Wave products for
quite a time now and found these packages, which seemed to match requirements
of ease to learn, ease to use, yet providing a strong programming language:
You will find a good overview at
http://stommel.tamu.edu/~baum/linuxlist/linuxlist/node34.htm l#numericalenvironments.
Programs that I evaluated a bit closer are Octave and Python, which I found at
least equally convenient as the IDL/PV-Wave family of products.
o Octave: Mostly compatible to Matlab
GNU GPL License
good plotting routines and convenient for most purposes
http://www.che.wisc.edu/octave/
o Python: A very strong, cleanly designed interpreted language for nearly
every purpose, very well documented, good newsgroups
Many data types, OO-design, extendable language
Command line and stand alone programs
Free to copy, use and enhance for every purpose (open source,
most modules are GPL'd)
Versions for virtually any platform (all Unices, Win32, Mac..)
Strong support for linking programs written in C and Fortran
Native support for internet access (ftp, http, etc.)
Very good numerical libraries which provide the power and
flexibility of IDL/PV-Wave
Integrated plotting through external programs: Gnuplot, Dislin etc.
A own plotting library is in currently in development
Close integration with the Tk-widgets (real cross-platform), KDE and
Qt-libraries and GTK widget set
Python is widely used as scripting language and thus extremely well
supported. My personal view is, that with the native plotting
routines Python is optimal for data anlysis, number crunching
and nearly every other computing task (there is an Illustrator-like
interactive drawing program written largely in Python)
http://www.python.org
http://starship.python.org/~hinsen
As I finish my Phd I will switch to Python, which is most convenient for my
purposes and, due to its wide use in modern computing tasks, is well sought
after knowledge in the industry. The sad thing about this is, that the large
amount of my programs written in PV-Wave will be further useless for me. The
good thing is, that I can fix eventual bugs myself, not having to rely on a
tech support, which will "raise the scoring in the bug report list", even if
the bug is near fatal to the usability of the product (cf. the plotting
inaccuracies reported some months ago on this list, the discussion about the
numerical libraries aso). I hope that these high quality free products are a
real challenge to VNI and RSI, which should think seriously about the quality
of their products as primary goal (as opposed to the amount of features they
provide). My feeling is, that both products should merge in order to survive
in this very competitive, rapidly evolving marked. The benefit to us users
would be the joint ongoing development of both languages (OO-techniques,
interactive plotting and netCDF-routines from IDL) as well as the very
convenient and professionally implemented libraries (IMSL-numerics and GT-grid
from PV-Wave).
Thanks to the members of this newsgroup for the intersting discussions and
the highly appreciated help and expertise and to Carsten Dominik for his
excellent IDLWAVE.el emacs-mode.
Cheers
Martin
--
============================================================
Martin Luethi Tel. +41 1 632 40 92
Glaciology Section Fax. +41 1 632 11 92
VAW ETH Zuerich
CH-8092 Zuerich mail luthi@vaw.baum.ethz.ch
Switzerland
============================================================
|
|
|
Re: Inexpensive / free-ware similar to IDL? [message #17207 is a reply to message #17201] |
Wed, 22 September 1999 00:00  |
James Tappin
Messages: 54 Registered: December 1995
|
Member |
|
|
m cannell <m.cannell@auckland.ac.nz> wrote:
> Yes, I agree IDL is overpriced. have a look at perldl.
> MC
>
> "K. S. Balasubramaniam" wrote:
>
>> I am looking for inexpensive solutions for data analysis, other than IDL,
>> but similar in
>> capability.
<Snip>
Another possibility would be Yorick -- the only real drawback is that the
author has this thing about running from the emacs shell mode so there is no
built in command-line recall/editing that can be used in an xterm.
--
+------------------------+-------------------------------+-- -------+
| James Tappin | School of Physics & Astronomy | O__ |
| sjt@star.sr.bham.ac.uk | University of Birmingham | -- \/` |
| Ph: 0121-414-6462. Fax: 0121-414-3722 | |
+--------------------------------------------------------+-- -------+
|
|
|
Re: Inexpensive / free-ware similar to IDL? [message #17208 is a reply to message #17201] |
Wed, 22 September 1999 00:00  |
m cannell
Messages: 1 Registered: September 1999
|
Junior Member |
|
|
Yes, I agree IDL is overpriced. have a look at perldl.
MC
"K. S. Balasubramaniam" wrote:
> I am looking for inexpensive solutions for data analysis, other than IDL,
> but similar in
> capability.
>
> IDL has been a wonderful tool and has enormous strengths, but individuals
> cannot
> afford it. I have used it for over a decade while I worked at govt.
> sponsored/educational
> labs. Its flexibility is addictive. Having moved over to the private
> sector, and switching
> fields, in a different area of data analysis things are different! Many
> folks have not heard
> of IDL, and when informed of its use are able to nod in appreciation but
> quickly loose interest
> because it is way too pricey! and very compareable to the price of some
> workstations.
>
> I am not sure how many folks out there use ANA http://ana.lmsal.com/ It
> has the potential for
> a robust freeware and needs lots of work. Are there similar freeware
> packages? I am also
> aware of xmgrace, xmgr, etc for less intensive applications. Suggestions
> appreciated
|
|
|