ComputationalRadiationPhysics / jungfrau-photoncounter

Conversion of Jungfrau pixel detector data to photon count rate
GNU General Public License v3.0
2 stars 2 forks source link

Flags for photon counting / clustering #49

Closed TheFl0w closed 5 years ago

TheFl0w commented 5 years ago

As I understand it, the application should either use the algorithm for counting photons in frames or the algorithm for finding clusters in frames, but not both at the same time. In our last Skype meeting Jonas asked if there are any flags that are mutually exclusive and you answered there aren't any invalid combination of flags. Does that mean you want to use the normal photon counting algorithm and clustering algorithm at the same time?

sredford commented 5 years ago

You're right, in our way of defining the two algorithms it would not be necessary to run photon counting and clustering together, since the clustering does do the pedestal correction and calibration itself. In our memory of your algorithms:

So the two are both doing a similar job. Cheers, Sophie and Carlos