ChangeLog for omqualitymap
==========================

Version 1.6 - 2024-04-09 (AI)
-----------------------------
	+ (src/utility.cc) Add tolerance to compute the angular distance between source
	and catalogue coordinates, to avoid cases where these two coordinate are equal.
	SOC-SPR-7736 fixed.
	+ Documentation updated.		
	
Version 1.5 - 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 <http://www.gnu.org/licenses/>.
	---------------------------------------------------------------------


Version 1.4 - 2016-07-18 (AI)
-------------
	+ (src/addflags_mod.f90) gfortran comapatibility changes applied.
	+ (src/Makefile) macro statements added for gfortran compatibility.
	
Version 1.3 - 2014-05-22 (AI)
-------------
	+ (src/OmSourceParameters.h)  c++ struct refractoring to avoid seg 
        faults in 64bit platforms
	
Version 1.2.1 - 2014-04-01 (EC)
-------------
	- removed generated FITS files from test/
	- removed unused test1/

Version 1.2 - 2013-07-11 (VNY)
-------------
	+(src/omqualitymap.cc) Introduced a check of the binning factor
	by comparing the header-based window size with the actual window size.
Version 1.1 - 2012-12-02 (VNY)
-------------
	+(src/addflags_mod.f90) Removed the message informing about
	checking the mod-8 pattern (as there were too many of them)
Version 1.0 - 2012-10-23 (VNY) 
-------------	
	+(src/omqualitymap.cc) Modified to generate the quality map 
	without using the input source list
Version 0.3.4 - 2009-07-23 (CB)
-------------
	Amendments to fix gcc4 compilation failure
	+src - Makefile - deleted lguiparam (not needed)
	from list of libs.

Version 0.3.3 - 2009-07-22 (CB)
-------------
	Amendments to fix gcc4 compilation failure
	+src - sourcelist.cc - changed "string" header file
	to "cstring" to fix "strcpy was not declared in this
	scope" error".

Version 0.3.2 - 2009-07-21 (CB)
-------------
	Amendments to fix gcc4 compilation failure
	+src - sourcelist.cc - added "string" header file
	for strcpy.
	+src -sourcelist.h- line 287 deleted mentuion of function type 
	(was for test purposes)

Version 0.3.1 - 2009-07-20 (CB)
-------------	
        +src Deleted DopeVector.h (not needed)
	to fix gcc4 build failure

Version 0.3 - 2009-05-08 (CB)
        +src Deleted QT from Makefile
	to fix build problem

Version 0.2 - 2009-04-20 (CB)
        Removed some test write statements

Version 0.1 - 2009-04-05 (CB)
        First version of the program