Change request #1787
Change currently logic of appending sky maps to file
Status: | Closed | Start date: | 06/08/2016 | |
---|---|---|---|---|
Priority: | Urgent | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 0% | |
Category: | - | |||
Target version: | 1.1.0 | |||
Duration: |
Description
The current logic of GSkyMap
is that if a file exists, and clobber=true
, the map is appended as an additional extension of the file. The logic should however be that the map is replaced.
- append to a file if
clobber=false
- add another flag to the list of arguments for appending to a file
- use the
write()
method
The last option seems to me the most appropriate one.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen over 8 years ago
- Status changed from New to Closed
Implemented and merged into devel