Bug #2306
Missing default values for 'statistic' parameter in parfiles of ctlike, cstsmap, csspec, ...
Status: | Rejected | Start date: | 02/05/2018 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | - | % Done: | 0% | |
Category: | - | |||
Target version: | - | |||
Duration: |
Description
In version 1.5.0, many tools have the new statistic parameter (such as ctlike, cttsmap, csspec, ...) and the possible options in the par files are “DEFAULT|CSTAT|WSTAT|CHI2”.
However, according to the reference manual and to the code of the method ctobservation::set_obs_statistic
also the “POISSON” and"GAUSSIAN” statistics should be allowed.
I suppose that also these two options should be added to the par files, unless I am misunderstanding the usage of this parameter.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen almost 7 years ago
The GAUSSIAN
and POISSON
names are deprecated. Instead of GAUSSIAN
, CHI2
should be used, and instead of POISSON
, CSTAT
should be used.
#2 Updated by Knödlseder Jürgen almost 7 years ago
- Status changed from New to Rejected
#3 Updated by Di Venere Leonardo almost 7 years ago
Ok, thanks.