Skip to content

use "integralGains" for single pulse extraction? #197

@dneise

Description

@dneise

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:
integral_gains_from_file

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:
conversion_factors

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions