Vindaar / TimepixAnalysis

Contains code related to calibration and analysis of Timepix based detector + CAST related code
MIT License
20 stars 6 forks source link

Fix creation of Fe spectrum func #2

Closed Vindaar closed 3 years ago

Vindaar commented 6 years ago

Currently we always look at chip number 3 for the iron spectrum pre analysis.

Change it either of two ways:

Vindaar commented 3 years ago

This has long been implemented via the centerChip attribute, which is set in raw_data_manipulation. While that is currently hardcoded for > 1 chip available to be chip 3, this could easily be changed and taken from the config.toml file if needed.