[TIMEPIX] Fix types of notebook arguments
Description
When adding Timepix to the update_config script, we noticed some slight type inconsistencies leading to the script not properly working.
- Changed default value of
clustering_epsilonto2.0to reflect itsfloattype. - Saving
threshold_totasint16in files to reflect itsinttype.
Only 1) has been hotfixed on live to make the update script work properly, 2) is only a minor change in data type and can be done later.
How Has This Been Tested?
Default Timepix notebook arguments
Types of changes
- Bug fix (non-breaking change which fixes an issue)
Reviewers
Edited by Philipp Schmidt