inverted gain map

This commit is contained in:
froejdh_e
2025-04-22 16:16:27 +02:00
parent b501c31e38
commit c6e8e5f6a1
4 changed files with 9 additions and 3 deletions

View File

@ -124,7 +124,7 @@ class ClusterFile {
/**
* @brief Set the gain map to use when reading clusters. If set the gain map will be applied
* to the clusters that pass ROI and noise_map selection.
* to the clusters that pass ROI and noise_map selection. The gain map is expected to be in ADU/energy.
*/
void set_gain_map(const NDView<double, 2> gain_map);