ChangeLog for epmpelib =============================== Open SPRs: - none Version 0.11 - 2018-05-29 (MJF) ------------------------------- - (src/epprintinfo_mod.f90): output also CAMCOORD1 coordinates in addition to real-valued chip coordinates Version 0.10.1 - 2018-05-28 (MJF) --------------------------------- - (src/epnumrec_mod.f90): module not used anymore (since at least 2003!) and thus removed from source code (SAS-SPR-7488) Version 0.10 - 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.9 - 2016-09-06 (AI) ----------------------------- - ((src/epprintinfo_mod.f90) Initialization to null of all pointers that are passed to C++ (Dope vectors). If we do not initizialize the pointers, we get seg fault at run-time with gcc-6.2. Version 0.8 - 2016-07-18 (AI) ----------------------------- + (src/epprintinfo_mod.f90) index variable in loop write statements properly defined. Version 0.7 - 2016-06-30 (AI) ----------------------------- + (src/epprintinfo_mod.f90) gfortran compatibility changes. Version 0.6 - 2013-07-04 (MJF) ------------------------------ - (src/epprintinfo_mod.f90): call CAL_camCoord1ToChipRealCoord() in routine SourcePositionOnDetector() for real-valued CCD coordinates - (DEPEND): needs "cal-3.216" Version 0.5.2 - 2012-08-22 (MJF) -------------------------------- - (src/Makefile): fixed another typo introduced in version 0.5 Version 0.5.1 - 2012-08-21 (MJF) -------------------------------- - (src/epmips_mod.f90): fixed typo introduced in version 0.4.2 Version 0.5 - 2012-08-20 (MJF) ------------------------------ - (src/eputils_mod.f90): added routine for third and fourth moment Version 0.4.2 - 2012-08-13 (MJF) -------------------------------- - (src/epmips_mod.f90): additional MEAN and MEDIAN computation - (doc/epmpelib_description.tex): list of routines in package and CAL calls Version 0.4.1 - 2012-04-06 (MJF) -------------------------------- - (src/eputils_mod.f90): updated get_setup_pn() Version 0.4 - 2003-12-09 (MJF) ------------------------------ - (src/Makefile): removed module "epnumrec" Version 0.3 - 2003-12-07 (MJF) ------------------------------ - (src/*.f90): added a few more routines - (DEPEND): needs "cal-3.139" Version 0.2 - 2003-12-05 (MJF) ------------------------------ - (src/*.f90): added a few more routines Version 0.1 - 2003-12-03 (MJF) ------------------------------ - first draft version: contains a few pn-related subroutines