Action #3910
Add DRM model to COMPTEL interface
Status: | Closed | Start date: | 11/27/2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 2.0.0 | |||
Duration: |
Description
It should be possible to directly fit a DRM to the data. It remains to be seen whether the DRM should be added to the model XML file or to the observation XML file.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen almost 3 years ago
- Status changed from New to In Progress
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 50
I started an initial implementation of the class
GCOMModelDRM
. It seems to work, yet I still need to implement:
- a check for the consistency of the DRE with the DRM, at least in the number of bins
- implement the Python saving and loading
#2 Updated by Knödlseder Jürgen almost 3 years ago
- % Done changed from 50 to 70
The Python saving and loading was implemented. The code was merged into devel
. Still need to implement the consistency checking.
#3 Updated by Knödlseder Jürgen over 2 years ago
- Status changed from In Progress to Closed
- % Done changed from 70 to 100
Merged into devel
.