Skip to content

Analysis option

Shohei Yamagaya requested to merge syamagay/YARR:AnalysisOption into devel

This change makes Analysis algorithms configurable. OccupancyAnalysis in json files for scans had configuration parameter. But Yarr couldn't read this configuration.I added the functions for reading this configuration in AnalysisAlgorithm class.

If you set createMask of OccupancyAnalysis to true in json files for scans, OccupancyAnalysis rewrite pixel configuration as EnMask plot. And if you set it to false, OccupancyAnalysis don't rewrite.

Now, I set no parameter in other analysis algorithms. However, I added the functions of them for reading configuration. So, you can give configuration to them easily.

edit : libFei4/include/Fie4Analysis.h libFei4/Fei4Analysis.cpp tools/scanConsole.cpp

Edited by Shohei Yamagaya

Merge request reports