Bug #1699
ctulimit claims to save upper limit
Status: | Closed | Start date: | 02/19/2016 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Mayer Michael | % Done: | 100% | |
Category: | - | |||
Target version: | 1.1.0 | |||
Duration: |
Description
When running ctulimit
, the log file states at the end
2016-02-19T16:16:42: +==================+ 2016-02-19T16:16:42: | Save upper limit | 2016-02-19T16:16:42: +==================+
This is in fact not true. The corresponding section of writing the limit values to an ascii file is commented out. This might confuse the user.
Since we don’t have a reasonable format it makes sense to omit the writing.
I suggest to remove this logging message as long nothing is written out in the
ctulimit::save
method.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 8 years ago
Agree.
By the way: while writing the paper I recognised that we really should clean up the various output formats of the cscripts. I think it would be good to support FITS files as much as we can. Upper limits can certainly also be handled using the model XML file. Maybe the general discussion about IACT data formats can also help to better understand what we need.
#2 Updated by Mayer Michael over 8 years ago
Agreed sounds like a good plan. Here a list of theBy the way: while writing the paper I recognised that we really should clean up the various output formats of the cscripts. I think it would be good to support FITS files as much as we can. Upper limits can certainly also be handled using the model XML file. Maybe the general discussion about IACT data formats can also help to better understand what we need.
cscripts
and their output formats:
csspec
: FITS tablecslightcrv
: FITS tablecsfindobs
: ASCII file (compatible with what is used with current IACTs)csiactobs
: XML filecsresmap
: FITS sky mapcstsmapmerge
: FITS sky mapcspull
: CSV ascii tablecssens
: CSV ascii tablecstsdist
: CSV ascii table
ctools
:
ctbin
: FITS sky mapctbkgcube
: FITS sky map and model XML filectexpcube
: FITS sky mapctpsfcube
: FITS sky mapctcubemask
: FITS sky mapctselect
: FITS filesctskymap
: FITS sky mapctlike
: model XML filecttsmap
: FITS sky mapctmodel
: FITS sky mapctulimit
: Nonecterror
: Model XML file (without asymmetric errors #1700).ctbutterfly
: CSV ascii table
Highlighted in bold face are those tools that don’t support FITS or XML output. Note that if we changed this format, we need to adapt the example plotting scripts as well.
#3 Updated by Mayer Michael over 8 years ago
- Status changed from New to Pull request
- Assigned To set to Mayer Michael
Fix is on branch 1699-ctulimit-save-logging.
#4 Updated by Knödlseder Jürgen over 8 years ago
Mayer Michael wrote:
Agreed sounds like a good plan. Here a list of theBy the way: while writing the paper I recognised that we really should clean up the various output formats of the cscripts. I think it would be good to support FITS files as much as we can. Upper limits can certainly also be handled using the model XML file. Maybe the general discussion about IACT data formats can also help to better understand what we need.
cscripts
and their output formats:And here a list of the
csspec
: FITS tablecslightcrv
: FITS tablecsfindobs
: ASCII file (compatible with what is used with current IACTs)csiactobs
: XML filecsresmap
: FITS sky mapcstsmapmerge
: FITS sky mapcspull
: CSV ascii tablecssens
: CSV ascii tablecstsdist
: CSV ascii tablectools
:
ctbin
: FITS sky mapctbkgcube
: FITS sky map and model XML filectexpcube
: FITS sky mapctpsfcube
: FITS sky mapctcubemask
: FITS sky mapctselect
: FITS filesctskymap
: FITS sky mapctlike
: model XML filecttsmap
: FITS sky mapctmodel
: FITS sky mapctulimit
: Nonecterror
: Model XML file (without asymmetric errors #1700).ctbutterfly
: CSV ascii tableHighlighted in bold face are those tools that don’t support FITS or XML output. Note that if we changed this format, we need to adapt the example plotting scripts as well.
I created issue #1707 for that one.
#5 Updated by Knödlseder Jürgen over 8 years ago
- Status changed from Pull request to Closed
- Target version set to 1.1.0
- % Done changed from 0 to 100
Merged into devel
.