Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://hea-www.harvard.edu/PINTofALE/bugfix.html
Дата изменения: Unknown
Дата индексирования: Mon Oct 1 21:11:36 2012
Кодировка:
Поисковые слова: m103
NOTE: all tar files in the distribution have been updated.
All the affected routines (and some others which
have been updated since the previous release) are also available for
download in a single tar file:
latestpatch.tar.gz
2003 Apr 11:
BUG: rebinw.pro was causing a leftward shift in the
output due to a bug introduced in late February of 2003.
Version 1.5 released. All .pro files and tar files have been updated.
Please report any bugs (or lavish praises) to
pintofale(at)head-cfa.harvard.edu .
2001 Dec 07:
NOTE: all .pro files and tar files have been updated. Please
delete the files pro/marfrmf.pro
and pro/util/which.pro from any existing installation,
because now they have been moved to pro/util/ and pro/obsolete/
respectively.
2001 Dec 05:
BUG: Ne cross-section calculation was missing a "^3", also Fano
correction was bombing out due to subscripting of scalar EPSj.
Thanks to Brian Kern for finding these.
Renamed setcolor.pro to setkolor.pro
to avoid conflict with existing JHUAPL library routine of same name.
The routine setcolor still exists in the distribution,
but will be eliminated as soon as possible.
Fixed in all tar files. (2001 Feb 9 15:00 EST)
2001 Feb 8:
These bugs were found by A.Maggio on IDL v5.0.2 OSF Alpha with
24-bit color screen. In many cases, we have followed his recommened
fixes.
BUG: initale.pro fails because system variables must be defined
prior to compiling a routine which uses them.
FIX: Run new initialization script,
@PoA_constructor
in new IDL sessions.
BUG: setcolor.pro and idlabel.pro fail due to missing argument
to strmid() function.
FIX: Copy corrected versions
(setcolor,
idlabel) and replace.
BUG: rd_line.pro and rd_cont.pro fail because OPENR does not
accept SWAP_ENDIAN as a valid keyword
FIX: Use the (admittedly
slower) function SWAP_ENDIAN() for older versions of IDL.
Copy corrected versions
(rd_line,
rd_cont)
and replace.
BUG: stample.pro fails because SYSTIME() does not accept keyword
/JULIAN
FIX: use IDLAstro routine GET_JULDATE.
Copy stample and replace.
BUG: fitlines.pro and fitlines_event.pro fail because WIDGET_LIST()
does not accept keyword MULTIPLE
FIX: remove this keyword, which leads to minimal loss of
functionality (cannot select multiple constraints to delete, that
is all). Copy corrected routines
(fitlines,
fitlines_event)
and replace.
BUG: color handling was very bad on 24-bit screens due to the
large number of available colors
BUG: When trying to SORT the line ID list in the widget window,
only the first item in the sorted list shows up. The original (unsorted)
list can be recovered by APPLYing the PARAMETERS, but this is of little
help in the process of identifying lines.
cause unknown, no fix available.
2001 Feb 5:
BUG: initale.pro initialized !TOPDIR as an array if correct environment
variables are not set.
Severity: benign for IDL 5.3+, fatal for 5.3- (only if environment
variables are not set).