When extracting the photoncharge we use these individual pixel gain number:
https://github.com/fact-project/fact-tools/blob/master/src/main/resources/default/gain_sorted_20131127.csv
(btw. this is no CSV at all)
They look like this:

I was wondering if we should also use these numbers in the single pulse extractor, here:
https://github.com/fact-project/fact-tools/blob/master/src/main/java/fact/extraction/SinglePulseExtraction.java#L117
At the moment the constant factSinglePeAmplitudeInMv which is used here, is 10.
but we can also convert these integralGains from the file into this number.
The distribution for all pixels looks like this then:

When extracting the

photonchargewe use these individual pixel gain number:https://github.com/fact-project/fact-tools/blob/master/src/main/resources/default/gain_sorted_20131127.csv
(btw. this is no CSV at all)
They look like this:
I was wondering if we should also use these numbers in the single pulse extractor, here:
https://github.com/fact-project/fact-tools/blob/master/src/main/java/fact/extraction/SinglePulseExtraction.java#L117
At the moment the constant

factSinglePeAmplitudeInMvwhich is used here, is 10.but we can also convert these integralGains from the file into this number.
The distribution for all pixels looks like this then: