Change request #1340
Add parameters to ctlike and ctmodel for stacked response usage
Status: | Closed | Start date: | 10/25/2014 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.0.0 | |||
Duration: |
Description
The parameters expcube
and psfcube
should be added to ctlike
and ctmodel
to allow a direct usage of a stacked event cube without passing through an XML file. The only open question is how the tools can decide whether they need a caldb
and irf
parameter or whether they better get the expcube
and psfcube
parameters. In principle, both should work for an event cube on input.
Maybe this can be dealt with by specifying NONE to caldb and irf, but this would imply that all 4 parameters will be queried in case that no response is found in the observation container.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen about 10 years ago
- Target version set to 00-08-00
#2 Updated by Knödlseder Jürgen about 10 years ago
- Target version changed from 00-08-00 to 1.0.0
#3 Updated by Knödlseder Jürgen almost 10 years ago
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 50
Done for ctlike
and cttsmap
.
This is now straight forward due to inclusion of code in the ctool::set_obs_response()
method. It is sufficient to add the parameters expcube
and psfcube
with default values of NONE
to the parameter file.
#4 Updated by Knödlseder Jürgen almost 10 years ago
- Status changed from New to In Progress
#5 Updated by Knödlseder Jürgen almost 10 years ago
- % Done changed from 50 to 90
Done also for ctbutterfly
and ctmodel
.
Some testing of the stacked analysis is still needed.
#6 Updated by Knödlseder Jürgen almost 10 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
Considered done.