Документ взят из кэша поисковой машины. Адрес оригинального документа : http://xmm.vilspa.esa.es/sas/6.0.0/doc/ssclib/ChangeLog
Дата изменения: Thu Mar 4 14:51:47 2004
Дата индексирования: Sat Dec 22 07:22:04 2007
Кодировка:

Поисковые слова: легирование
ChangeLog for ssclib
====================

Open SPRs:
----------
3123

Version 3.6.8 - 2004-03-04 (IMS SSC/LUX)
-------------
- Some changes and bug fixes to accommodate fixes in lccorr-2.2.4.

Version 3.6.7 - 2004-01-30 (IMS SSC/LUX)
-------------
- Uploaded now before lccorr is fixed so as to be consistent with region-7.1.5 upload.
- Documentation more or less complete to the end of module intervals.
- New routines added to module dss_aux to accommodate necessary changes in lccorr.
- Relevant dss_aux routines moved to new module boxchains.
- Relevant exposure routines moved to new lccorr module exposure_map.
- Writing of new-style wcs keywords turned off in module wcs_aux.

Version 3.6.6 - 2004-01-30 (IMS SSC/LUX)
-------------
- Changes in wcs_aux and save_image to fix SPR 3227.

Version 3.6.5 - 2004-01-29 (IMS SSC/LUX)
-------------
- Fix of SPR 3237 on lccorr required changes to interface of exposure.f90:calcCcdExpMap.
- Modules dump and ellipse documented.

Version 3.6.4 - 2004-01-16 (IMS SSC/LUX)
-------------
- Fixed bug in coordinate.f90:calcTransformAndOffset (fixes SPR 3216).
- Rearranged argument lists for overloaded coordinate.f90:instToRaw (fixes SPR 3217).
- Fixed SPR 3209.

Version 3.6.3 - 2004-01-14 (IMS SSC/LUX)
-------------
- Fixed SPR 3208 (corrected bug in ellipse.f90:ellipsePhaseToAngle).
- Fixed SPR 3207 (submitted on region, but it was in fact a bug in source_cutouts.f90:getSourceCutoutsFewArgs).

Version 3.6.2 - 2003-12-18 (IMS SSC/LUX)
-------------
- Modified valueAtHistoFractionVector and valueAtHistoFractionArray in array_utils to fix SPR 3187.
- Added psfToDet to coordinate in order to fix a problem with lccorr (SPR 3189).
- Modified getPsfImagePixelCorners (plus a couple of other minor bug fixes) in coordinate for the same reason.

Version 3.6.1 - 2003-12-12 (IMS SSC/LUX)
-------------
- Fixed bug in coordinate:getPsfImagePixelCorners (SPR 3171).
- Fixed bug in detection_stats:minDetPoissonCounts (SPR 3172).

Version 3.6 - 2003-12-11 (IMS SSC/LUX)
-------------
- andIntervals removed from dss_aux - it already exists in intervals_aux!
- The routines in intervals_aux converted from functions to subroutines. exposure modified to be consistent with this.
- bilinearSample, bilinearValue moved from math_utils to a new module interpolate.
- interpolateInPolarCoord added to interpolate.
- calcAitoff moved from math_utils to coordinate.

Version 3.5 - 2003-12-10 (IMS SSC/LUX)
-------------
- Introduced a check on -ve args in loadXYindices of coordinate.
- Added andIntervals to dss_aux.

Version 3.4 - 2003-12-08 (IMS SSC/LUX)
-------------
- Module dss_aux documented.
- Added a task dssremove.
- Added checkImageEquivalence and readWcsColumns to wcs_aux.
- Added calcChi2HalfDegFree to detection_stats.
- Added tanToPsf and psfToTan to coordinate.
- Added some extra overloading to integrateRanges in dss_aux.
- Increased the generality of findConfusedSets in confused (won't break any interfaces).
- Fixed a bug in getRealKwd, getIntKwd in dal_aux (was using column/array data type variable definitions for attribute data-type check).
- Modified incompleteGammaP and incompleteGammaQ in math_utils so as to cope better with zero arguments.
- Added lnIncompleteGammaP and lnIncompleteGammaQ to math_utils.
- Modified maxNonNullValueSingle, readColToFixedColReal32 in dal_aux to deal with 1- or 2-dimensional columns.
- Amended dumpWcs in wcs_aux.

Version 3.3 - 2003-11-21 (IMS SSC/LUX)
-------------
- Added a new module minimizations.f90 which will take routines such as hybridNewtonsMethod and riddersMethod, formerly in math_utils.f90.
- Added a new subroutine simplexMinimization to this module.
- Slight changes to minLoc1d and maxLoc1d in array_utils.
- Changed incorrect TAN---RA and TAN--DEC to correct form RA---TAN, DEC--TAN.
- Fixed bug in wcs_aux:readWcsSourceList.
- Rearrangement in dss_aux.
- Some work on documentation.
- Removed some old code.

Version 3.2 - 2003-11-21 (IMS SSC/LUX)
-------------
- Included a task dssdump.
- Included param on the USEDLIBS line in src/makefile to cater for this task. I note that ssclib already depended on param, which it should not have before.
- Documentation complete for module detection_stats.
- Restored the module parse_list_mod (this was causing test problems).
- Slight modifications to module detection_stats.
- Fixed test/testsort.f90.

Version 3.1 - 2003-11-21 (IMS SSC/LUX)
-------------
- Removed ssclib from the DEPEND(!)
- Removed old code and unnecessary files.
- Updated cal, sas and saslib entries in DEPEND.

Version 3.0 - 2003-11-20 (IMS SSC/LUX)
-------------
- Massive distillation into ssclib of stuff that was in separate tasks before.
- All logical arguments and function values changed to boolean (because overloading with a logical and a logical(boolean) assumes, unsafely, that the two kinds will always be different)

Version 2.5 - 2002-08-12 (IMS/LUX)
-------------
- Now depends on sas.

Version 2.4.1 - 05 Jun 2002 (IMS/LUX)
-------------
- Fixed SPR 2868 (on rgssources). It was a 'status' in coordinate_mod that was not initialised.

Version 2.4 - 08 Mar 2002 (IMS/LUX)
-------------
- Functionally this is exactly the same as 2.3.9, it is just uploaded as 2.4 so that dependencies of other tasks can be updated.

Version 2.3.9 - 07 Mar 2002 (IMS/LUX)
-------------
- (Sigh) yet another bug, that showed up on Dean's build, but not on mine!

Version 2.3.8 - 07 Mar 2002 (IMS/LUX)
-------------
- Changes to my_psf_mod and coordinate_mod as more bugs, this time affecting the interface with rgssources, are dicovered. These concern replacing rates with fluxes in some of the getPsfEllipseAxes() interfaces, and changing the type srcEnvelopeType.

Version 2.3.7 - 07 Mar 2002 (IMS/LUX)
-------------
- o22 at MPE didn't like select case(), case(), so I changed the select case to 'select case(int())'.

Version 2.3.6 - 06 Mar 2002 (IMS/LUX)
-------------
- A few more subtle bugs found and fixed in my_psf_mod and mathutils_mod.

Version 2.3.5 - 05 Mar 2002 (IMS/LUX)
-------------
- Slight change to my_psf_mod:getPsfEllipseAxes_kernel - variable 'status' was not initialized under all circumstances.
- Fixed a problem in mathutils_mod:mergeStatuses - changed an incorrect iand() to a simple addition.

Version 2.3.4 - 04 Mar 2002 (IMS/LUX)
-------------
- Added hybridNewtonsMethod (which implements a more robust Newton's method) to mathutils_mod and adapted routines in my_psf_mod to make use of it.

Version 2.3.3 - 25 Feb 2002 (IMS/LUX)
-------------
- Added some explanatory comments and did some rearrangements to the function getInstrumentAttitude() in coordinate_mod.

Version 2.3.2 - 15 Feb 2002 (IMS/LUX)
-------------
- Added some noisy messages to help debugging.

Version 2.3.1 - 11 Feb 2002 (IMS/LUX)
-------------
- Added caloalutils, oal, taskmain and utils to DEPEND and removed param.
- Added oal to USEDLIBS line in src/Makefile.
- Changes to coordinate_mod, mathutils_mod and my_psf_mod to correct mistakes (SPR 2744 on region).

Version 2.3 - 23 Jan 2002 (IMS/LUX)
-------------
- Slight changes to subroutine calcEllipse in mathutils_mod.
- Added function pointInEllipse to mathutils_mod.

Version 2.2 - 18 Jan 2002 (IMS/LUX)
-------------
- Added cal dependency now required by coordinate_mod.

Version 2.1 - 17 Jan 2002 (IMS/LUX)
-------------
- Added my_psf_mod, coordinate_mod and confusion_mod (not yet documented).

Version 2.0 - 17 Nov 2001 (IMS/LUX)
-------------
- Version upgrade as per GV request. Some as-yet-undocumented modules added.

Version 1.6.2 - 2001-09-01 (GV/SOC)
-------------
+ param version should have been 1.62.

Version 1.6.1 - 2001-08-24 (DH)
-------------
+ Add dependency on the param packages. Closes SSC-SPR-2541

Version 1.6 - 2001-07-20 (IMS)
-------------
+ Added a bit more doco for sort_mod;
+ Expanded and modernized constants.

Version 1.5.1 - 2000-10-31 (DH)
-------------
+ Add info file.

Version 1.5 - 2000-10-10 (GV/SOC)
-----------
+ re-uploaded for v5.

Version 1.4.1 - 2000-06-20 (DH)
-------------
+ Modify quick sort such that it will work with
arrays whose range does not start at 1. Closes
SPR 1383.

Version 1.4 - 05-01-00 (DH)
-----------
+ Remove param from USEDLIBS in test/Makefile .

Version 1.3 - 30-11-99 (DH)
-----------
+ Change documentation version number. Add DISTRIBUTION file.

Version 1.2 - 17-11-98 (DH)
-----------
+ More changes to make makedepend happy.

Version 1.1 - 17-11-98 (DH)
-----------
+ Delete spurious files which were causing
problems for the new makedepend.

Version 1.0 - 29-6-98 (DH)
-----------
+ Just a change to the version number.

Version 0.1 - 19-6-98 (DH)
-----------
+ Initial version, not deemed complete.