Feature #3983
Add comscript to generate COMPTEL database
Status: | Closed | Start date: | 01/20/2022 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assigned To: | Knödlseder Jürgen | % Done: | 100% | |
Category: | - | |||
Target version: | 2.0.0 | |||
Duration: |
Description
A comscript
should be added that generates the COMPTEL database that is needed for other comscripts
. The script should be based on the script setuo_database.py
.
Recurrence
No recurrence.
History
#1 Updated by Knödlseder Jürgen almost 3 years ago
Eventually the script should be able to download files directly from the HEASARC archive.
#2 Updated by Knödlseder Jürgen over 2 years ago
- Status changed from New to In Progress
- Assigned To set to Knödlseder Jürgen
I started with the implementation of the script. It’s called comgendb
.
#3 Updated by Knödlseder Jürgen over 2 years ago
- Status changed from In Progress to Pull request
- % Done changed from 0 to 90
I implemented the script based on the corresponding script that was already existing in the comptel
project of jknodlseder
.
I also added some functionality to download the data directly from the COMPTEL HEASARC archive so that any user can simply start from scratch with the comgendb
script. wget
is needed for the download. If wget
does not exist the script will raise an exception.
#4 Updated by Knödlseder Jürgen over 2 years ago
- Status changed from Pull request to Closed
- % Done changed from 90 to 100
Merged into devel
.