Skip to content

Commit

Permalink
edit changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lena-lin committed May 24, 2016
1 parent 777fd79 commit 73692e2
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,27 @@

* Improved error handling in source position calculation and AuxServices. The process now properly stops in case an IO related error occurs.

* New Features: Watershed
* New package Watershed, containing ClusterFellwalker, ClusterArrivalTimes, FactCluster
* ClusterFellwalker (Processor) creates new features based on a watershed algorithm called FellWalker. This algorithm groups camera pixels by their values for photoncharge or something else. From this clusters, new features based on number,
content, shape and position in camera are extracted.
* ClusterArrivalTimes (Processor) also creates new features, based on another algorithm (Region Growing). In this case, pixels are grouped by their arrival times. The extracted features are similar to ClusterFellwalker.
* FactCluster (Object) holds all features and information about a cluster; used by ClusterFellwalker and ClusterArrivaltimes

* MotionCleaning
* Idea for a cleaning: Select all pixels which show a strong increase in brightness over the time series in a time window from slice 50 to slice 120.
This cleaning does not select shower as compact and exactly as standard cleanings!!! There are many more islands surviving the cleaning. Could be useful, but not for the standard analysis settings at the moment!!

* CleaningPerformance
* Calculates performance values as precision, recall, accuracy true/false positive/negative for a cleaning.

* SmoothBell
* Processor to smooths a camera image (not the time series of a pixel). Calculates the mean of six times the value of a pixel plus values of all neighbor pixels.

* MeanCorrelation
* Bug fix: no more errors due to division by zero in case the time series contains zero.


## Version 0.14.1 -- 10.05.2016
* Bug fix for the calculation of the source position in Monte Carlos:
* Corsika, Ceres and FACT-Tools are using different definitions of the Zd/Az coordinate systen. In FACT-Tools 0.14.0 we change to the definition used by Astropy, but a bug was left in the coordinate transformation for MCs. Now this transformation was changed to fit the definition used in Astropy
Expand Down

0 comments on commit 73692e2

Please sign in to comment.