ChangeLog for epnoise ===================== Version 0.9 - 2019-01-09 (RDS/MJF) ---------------------------------- - (DEPEND): added "ssclib-4.32" - (src/epnoise_mod.f90): avoid going into an infinite loop if an event time is the same as the upper bound on an exposure bin. closed SPR: - SOC-SPR-7506 ("Task hangs for at least one observation") Version 0.8 - 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 0.7.4 - 2017-01-16 (MJF) -------------------------------- - (doc/epnoise_description.tex): minor editorial changes Version 0.7.3 - 2012-07-10 (AI) -------------------------------- - Debug lines removed Version 0.7.2 - 2012-05-11 (AI) -------------------------------- - Error when running the task in low memory model fixed. - Documentation updated. Version 0.7.1 - 2012-03-29 (MJF) -------------------------------- - (test/epnoise_test_dummy): removed the intentional failure (exit 1) Version 0.7 - 2012-03-14 (MJF) ------------------------------ - (config/epnoise.*): changed type of "sigmacut" from integer to real valued - (config/epnoise.*): added integer valued parameter "noisecut" Version 0.6 - 2012-03-12 (MJF) ------------------------------ - (test/epnoise_test_dummy): make it fail intentionally (exit 1) for debugging of compiler dependent features Version 0.5 - 2012-03-11 (MJF) ------------------------------ - (test/epnoise_test_dummy): make run-time test without check of output - (src/*_mod.f90): editorial changes to messages Version 0.4 - 2012-03-10 (MJF) ------------------------------ - (src/epnoise_mod.f90): check status of ALLOCATABLE arrays - (src/epnoise_mod.f90): activated parameter "savemasks" - (src/epnoisemask_mod.f90): activated parameter "savemasks" - (src/updateexpo_mod.f90): message via "message" Version 0.3 - 2011-12-01 (MJF) ------------------------------ - (src/epnoise_mod.f90): changed some Fortran elements to standard F90 - (src/epnoisemask_mod.f90): changed some Fortran elements to standard F90 - (src/Makefile): added "CLEANFILES = so_locations" Version 0.2 - 2011-09-12 (AI) ----------------------------- - First functional version. - This version does the following calculations 1.- Creates or updates the NVT_FRM column 2.- Creates mask for bright sources and badpix 3.- Add the NEVT_CUT keywords to epframes output file 4.- Filter the final event list using the NEVT_CUT 5.- Update the GTI extension and update ONTIME and LIVETIME keywords. Version 0.1 - 2011-09-05 (AI) ----------------------------- - First Version