Re: new changes to contour under IDL Version 3.1.1 (sunos sparc) [message #1500 is a reply to message #1302] |
Thu, 16 September 1993 07:48   |
andy
Messages: 31 Registered: November 1993
|
Member |
|
|
In article <CDF7EC.E7z@cfanews.harvard.edu>, sylvain@cfassp45.harvard.edu (Sylvain G. Korzennik) writes:
> Despite IDL's newsletter bragging about saving someone marriage by changing
> the CONTOUR routine (sic, see IDL's newsletter "spring 1993"), I get very
> frustrated by the new version.
>
> 1) the userlib function MIN_CURVE_SURF is NOT equivalent to the keyword
> /spline: indeed, MIN_CURVE_SURF() takes forever to process any medium size
> array (ie a 40x20), while /splines will work fine, and. Adding a new userlib
> function is improvement, but dropping a usefull keyword definitively isn't.
>
> 2) the /fill option is broken when trying to fill only 1 level, why so?:
>
> IDL> lvls=[.05,.1,.2,.5,.7,9]
> IDL> contour, zz, levels =lvls, xx, yy, /xsty, /ysty
> IDL> contour, zz, levels =[0.5], xx, yy, /xsty, /ysty, /fill, /overplot
> % Program caused arithmetic error: Integer divide by 0
> % Detected at $MAIN$ (CONTOUR).
>
> This sound to me like a bug (not a feature:).
>
> 3) why add the /dowhill keyword and not fix the contour labeling as to be
> oriented in such a way as to indicates the downhill direction?
>
> --
>
> Sylvain G. Korzennik
>
Amen, brother! We have been on the phone with RSI's phone support, but
after numerous attempts to get sympathy (and a working version of contour),
we have received nothing which is beneficial to us. It's very frustrating
since I have to stick with work-arounds using version 3.0 (an altered polycontour)
and some of our machines are licensed only for version 3.1. If the problems
we have faced are indicative of other users', I doubt that anyone's marriage
has been saved with the release of version 3.1. Let alone 3.11.
))))/ Andy Loughe
, , Goddard Space Flight Center
J Code 971 Bldg. 22 Room 380-B phone : (301) 286-3995
\_/ Greenbelt, MD 20771 e-mail: andy@toto.gsfc.nasa.gov
__/__/ __/ __/ __/__/__/ __/ __/
__/ __/ __/__/ __/ __/ __/ __/ __/
__/ __/ __/ __/ __/ __/ __/ __/ __/
__/__/__/__/ __/ __/ __/ __/ __/ __/
__/ __/ __/ __/__/ __/ __/ __/
__/ __/ __/ __/ __/__/ __/ __/
|
|
|