Vindaar / TimepixAnalysis

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

Store dataset for polya distribution #26

Closed Vindaar closed 5 years ago

Vindaar commented 5 years ago

We should store the data we calculate after cuts and calibration for the polya distribution as a separate dataset.

Would be handy for external plottting.

Also allow an option whether to show the resulting plot or not (and store it).

Vindaar commented 5 years ago

Both have been implemented a while ago. The data is stored as the polya and polyaFit datasets. Creation of plots currently is done via the createPlots argument to the calcGasGain function.

The createPlot argument in turn is controlled in reconstruction.nim via the showPlot config entry in the config.toml file. Thus closing this issue.