Action #2311
Allow specifying of input skymap to ctskymap tool
Status: | Closed | Start date: | 02/12/2018 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 1.6.0 | |||
Duration: |
Description
Since the RING background method is an iterative process, and the initial binning and background computation takes some time, it should be possible to specify an input sky map to ctskymap
to apply different ring background parameters.
One option is to specify the input skymap directly to the inobs
parameter. The tool should then be able to automatically detect whether the input file is a sky map, an event file or an observation definition file. The only related question is of whether the inobs
parameter should be renamed, since a skymap is not formally an observation.
The other option is to add an inmap
parameter, which by default is NONE
. If this parameter is hidden, the default behavior of the tool would not change. I tend to favor this option, since the User interface is cleaner.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen almost 7 years ago
inmap
: allows to specify an input map and skip the step that fills the events and computes the background acceptance (particularily useful for a long observation list)iterations
: allows to specify the number of iterations in theRING
background computationthreshold
: allows to specify the threshold above which pixels are set as excluded in the exclusion map for theRING
background computation
All seems to work nicely.
#2 Updated by Knödlseder Jürgen almost 7 years ago
- Status changed from New to Closed
- Assigned To set to Knödlseder Jürgen
- % Done changed from 0 to 100
Merged into devel