ChangeLog for epnoise =============================== Open SPRs: - none Version 0.7.3 - 2012-07-10 (AI) -------------------------------- - Debug lines removed Version 0.7.2 - 2012-05-11 (AI) -------------------------------- - Error when runninf 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