Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/pipermail/sas-uploads/2004-June/006541.html
Дата изменения: Thu Jun 10 21:21:03 2004
Дата индексирования: Sat Dec 22 04:42:48 2007
Кодировка:

Поисковые слова: http www.badastronomy.com bad tv foxapollo.html
[sas-uploads] ssclib-3.10.tgz

[sas-uploads] ssclib-3.10.tgz

SAS Builds - xmmls11 Ian Stewart <ims@star.le.ac.uk>
Thu, 10 Jun 2004 17:20:11 GMT


Package: ssclib-3.10.tgz - 262181 B
MD5: 0dbc77ddb97c3f53a3939cb1ebd7516f
Uploaded by: Ian Stewart <ims@star.le.ac.uk>
Accepted on: Thu Jun 10 17:20:11 2004 UTC
The most recent ChangeLog entry says:

Version 3.10 - 2004-04-30 (IMS/LUX)
----------------------
- Added convertPhaToEeV to exposure.
- Fixed the problem in dss_ranges_aux:rangeToStr where the lower limit was 0.1. This has been changed to -99999.
- exposure:getQe and constructQeArray now take optional rawX and rawY arguments (so as to allow lccorr to fix SPR 3306).
- Added readGtisFromDss to dss_aux.
- Added optional argument isNewAtt to coordinate:detToTan and telToTan. This won't break anything which calls these routines.
- Created new module 'regridders' to take much of the non-generic stuff in polygon.
- Old routine polygon:regrid renamed to regridders:regridCartesian.
- dss_ranges_aux, dss_aux, dump_dss: calls to dumpRanges and dumpBounds changed a little (optional integer argument supplied instead of a complicated string expression). This seems to be another compiler problem - seg faults at point of call of a subroutine.
- dsslib routine dssFilterName replaces dssFilterComps in dss_bitmask_aux.f90:getBitMasksDssComp (fixes SPR 3313).
- Removed nearly all instances of declarations of variables to the size of an argument, since these occasionally seem to cause seg faults (see eg SPR 3301). I've left them in only when 'variable' is the name of a vector function.
- Rearranged the argument order in exposure:getVigMap.
- Changed '>' to '<' in some routines of dss_ranges_aux in order to fix SPR 3317.
- Changed a sign in routine getPsfImagePixelCorners of coordinate.f90 to fix SPR 3201.
- Added routines regridCartesianToPolar and regridPolarToCartesian to regridders.
- In module polygon, changed structure name curvedSideType to CurvedSideT to adhere to sas formalism; also added structure PolycurveVectorT.
- Added regridScalarDouble to overloading of regridders:regridCartesian.
- Added interpolateVigMap to module exposure.
- exposure:constructPsfCubeTelcoord amended (error replaced by warning) so as to fix SPR 3309.