Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/pipermail/sas-uploads/2004-November/007159.html
Дата изменения: Tue Nov 9 21:32:01 2004
Дата индексирования: Sat Dec 22 06:33:15 2007
Кодировка:

Поисковые слова: п п п п п п п п п п п п п п п п
[sas-uploads] ssclib-3.18.tgz

[sas-uploads] ssclib-3.18.tgz

SAS Builds - xmmls11 Ian Stewart <ims@star.le.ac.uk>
Tue, 9 Nov 2004 17:51:02 GMT


Package: ssclib-3.18.tgz - 271880 B
MD5: c0d54b5ecd3b787da8764b8758c0626d
Uploaded by: Ian Stewart <ims@star.le.ac.uk>
Accepted on: Tue Nov  9 17:51:02 2004 UTC
The most recent ChangeLog entry says:

Version 3.18 - 2004-11-08 (IMS/LUX)
----------------------
- Added routines intBitMaskToBinaryStr, intBitMaskToHexStr, binaryStrToIntBitMask and hexStrToIntBitMask to ssc_misc.
- Changed ssc_misc:isNaN function data type from logical(bool) to logical (doesn't seem to break anything) and overloaded it to single/double precision, scalar or vector arguments.
- Modified the real-valued routines in sort_mod so that they test the input for NaN values before attempting to sort. These subroutines now return a non-zero (optional) status return if any NaNs are found. This should close SPR 3123.
- Slight mods to some routines in coordinate, to remove duplicated code, also so that all chip<->sky routines now access the boresight information via coordinate:ims_getBoresightMatrix.
- Fixed SPR 3423 (TELCOORD theta was not being converted to radians in coordinate:telToRaDec).
- Some unnecessary pointer arrays changed to allocatables in module coordinate.