From f8367ed3d50c7856857d9a793153eb85819d0613 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20N=C3=B6the?= Date: Tue, 16 Aug 2016 15:16:12 +0200 Subject: [PATCH] Add information about FITSWriter to changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01c4fe5243..614855202b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ #Changelog for the fact-tools ## Version 0.16.0 -- 16.08.2016 + +* FITSWriter + * Added new Processor to write data to FITS file: `fact.io.FITSWriter` + * Files can be read by fact-tools + * Can write out scalar values and 1d-Arrays of fixed length + * Feature Extraction * New Feature: fact.extraction.NeighborPixelDCF calculates the Descrete correlation function of neighboring pixels * renamed fact.extraction.MeanCorrelation to fact.extraction.NeighborPixelCorrelation