next up previous
Next: About this document ... Up: Energy calibration wizard manual Previous: Data analysis

Setup calibration files

To use the genrated calibration files as default ones, copy them into your default caldir/settings renaming them calibration.snxxx, where snxxx is the extension that the genrated files already have, which corresponds to the module serial number.
Fot this scope, a script as following can be used:

for i in $(ls newcal_standard.sn* | awk -F "." '{print $2}'); do \
mv newcal_standard.$i caldir/standard/calibration.$i; \
done

By reloading the default detector settings, the calibration coefficients will be automatically loaded.


Thattil Dhanya 2019-04-08