ChangeLog for xcolorcod
=======================
Version 1.30.1 - 2018-04-24 (AI)
-------------------------------
+ Added evigweight parameter "withfiltertransmission" to etruecolor.
This paremeter is needed to process filter wheel close datasets.
SOC-SPR-7477 fixed.
Version 1.30 - 2018-02-13 (EO)
------------------------------
+ This is a new major version of this package including a new GNU
Public License Text disclaimer required to distribute the SAS source
code to the Astronomical Community under the terms of the GNU Public
License. The text as it is shown below is the same that has been
included in all SAS source code files.
ESA (C) 2000-2018
This file is part of ESA's XMM-Newton Scientific Analysis System
(SAS).
SAS is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
SAS is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with SAS. If not, see .
---------------------------------------------------------------------
Version 1.29 - 2016-12-01 (AI)
------------
+ src/ColorImage.cc: Set to NaN pixels with zero exposure time.
(SCR-7314)
Version 1.28 - 2014-04-11 (RDS)
------------
+ New class ExposureMap added
+ Each pixel in the color image is now divided by
the sum of the exposure map values.
Version 1.27 - 2014-02-14 (RDS)
------------
+ (src/ColorImage.cc) Changed definition of X/Ylimits vectors
Version 1.26 - 2014-02-03 (AI)
------------
+ Bug stacking the images in rates solved. Now, the images are stacked in counts and
then corrected by the exposure time.
Version 1.25 - 2013-08-02 (AI)
------------
+ New keywords added to the RGB output file (WCS, exposure time, etc..).
These keywords are also needed by implotrbg task. SOC-SPR-7077 fixed
+ RGB_Scheme: New energy dependent camera weights
Version 1.24 - 2012-11-19 (AI)
------------
+ (src/TableBasedPseudoRGBImage.cc) evselect imagecenter (RA and DEC) parameter removed.
Now, etruecolor assumes the same astrometry origin for all input files.
+ Documentation updated.
Version 1.23 - 2012-11-16 (AI)
------------
+ (src/ColorImage.cc) Bug defining the size of the Datacube fixed.
Version 1.22.2 - 2009-09-01 (AI)
------------
+ Fixes to make gcc-4.3 happy.
Version 1.22.1 - 2009-06-12 (AI)
------------
+ RGS_Escheme.ds file renamed to RGS_Scheme.ds
Version 1.22 - 2009-05-26 (AI)
------------
+ DEPEND file updated
Version 1.21 - 2009-05-05 (AI)
------------
+ ColorImage.cc: (X,Y) swapping bug fixed.
+ New task etruecolor added.
+ New methods created in Colorimage and TableBasedPseudoRGBImage, to deal with
the new task etruecolor.
+ documentation updated
+ New color table RGB_Scheme added to the colortable directory
Version 1.20.1 - 2005-02-22 (AI)
------------
+ DEPEND file updated.
Version 1.20 - 2003-11-03 (AI)
------------
+ changed USEDLIBS in src/Makefile for static builds.
Open SPRs/SCRs:
*none*
Version 1.19 - 2003-07-02 (UL)
------------
+ added missing 'param' to USEDLIBS in colortable/Makefile
Version 1.18 - 2003-06-16 (GV)
------------
+ Misc. fixes to make gcc-3.3 happy: include and/or
proper initialization of base classes.
Version 1.17 - 2003-05-02 (UL)
------------
+ 'utils' was missing from USEDLIBS in colortable/Makefile
[this closes SPR 2438: xcolorcod fails to compile on mir]
Version 1.16 - 2003-03-03 (UL)
------------
+ added HSV colortable (new in ds9_2.3)
Version 1.15 - 2003-02-28 (UL)
------------
+ much improved support for colortables: all color tables offered by
ds9 are now included in xcolorcod format and are user-selectable
via corresponding new task parameter; documentation now contains
specification of color table format and tools to convert color tables
from SAOimage/LUT to xcolorcod format
+ with above closed SPR 2325: How to work with color tables
+ task now also in group 'plot'
Version 1.14 - 2003-01-22 (UL)
------------
+ fixed minor DEPEND problem
Version 1.13 - 2003-01-21 (UL)
------------
+ improvements of stdc++ compliance enfored by gcc-3.2
Version 1.12 - 2002-09-03 (UL)
------------
+ fix to work around problem with crashing test harness under Solaris-2.6
Version 1.11 - 2002-09-02 (UL)
------------
+ fixed small code bug (is supposed to fix test harness failure under
Solaris-2.6)
Version 1.10 - 2002-07-12 (UL)
------------
+ now depends on package sas
Version 1.9 - 2002-05-27 (UL)
-----------
+ made param-2.0 compliant
Version 1.8 - 2002-01-23 (UL)
-----------
+ src/Color.cc was missing in package
Version 1.7 - 2001-12-18 (UL)
-----------
+ DEPEND updated.
Version 1.6 - 2001-12-07 (UL)
-----------
+ redelivery of 1.5 for start of 5.3 RT
Version 1.5 - 2001-04-04 (UL)
-----------
+ fixed SPR 1979: Redirection of XCOLORCOD Output
Version 1.4.3 - 2000-11-09 (UL)
-------------
+ fix _really_ the lowmem failure that was supposedly fixed with 1.4.2
(see src/TableBasedPseudoRGBImage.cc for more info)
Version 1.4.2 - 2000-10-30 (UL)
-------------
+ bug fix (caused test harness in lowmem to fail)
Version 1.4.1 - 2000-10-27 (UL)
-------------
+ now in GROUPS 'spatial'
Version 1.4 - 2000-07-17 (UL)
-----------
+ closed SPR: SPR 855 : xcolorcod: cannot handle sky images (X and Y
column)
+ image creation is now done through evselect image extractor
+ can now write RGB image data set as either three arrays
"RED"/"GREEN"/"BLUE" or a 3D (Nx*Ny*3) data cube in the primary
array (future version of ds9 will be able to read both)
+ all of evselect's image extraction parameters added
+ added new test harness
+ updated documentation
+ new layout file
Version 1.3 - 2000-05-25 (UL)
-----------
+ added taskinfo + layout file
Version 1.2 - 2000-04-25 (GV)
-----------
+ DEPEND: add taskmain
Version 1.1 - 1999-10-29 (UL)
-----------
+ updated documentation (more explanations about what the task does)
Version 1.0 - 1999-10-13 (UL)
-----------
+ added functionality to write RGB image to data set (three successive
arrays in same set); controlled by two new parameters:
`withcolorset' and `colorset'
+ added DISTRIBUTION file
Version 0.2 - 1999-09-24 (MB)
-----------
+ Cosmetic changes in documentation.
Version 0.1 - 1999-08-26 (MB)
-----------
+ Initial revision.