gondola#
gondola - GAPS online software core suite for python.
Functions
|
|
|
Major version of the package from the version string (Major.Minor.Patch) |
|
Minor version of the package from the version string (Major.Minor.Patch) |
|
Patch level of the package from the version string (Major.Minor.Patch) |
|
Returns the path to the included SQLite database file. |
|
Returns the path to the data file used for the tracker online (in-flight) calibration as it has been done on the GAPS instrument during flight |
|
Check if the version is at least the required, given string following the format MAJOR.MINOR.PATCH |
Modules
Dedicated module for variaous algorithms |
|
Calibration related methods |
|
Gondola (in-flight) database. |
|
Every possible event type in GAPS which is relevant for "online" analysis |
|
Python API to rust version of tof-dataclasses. |
|
Gondola I/O system. |
|
Monitoring and Housekeeping data structures |
|
Packets are containers for the different data structures which allow (de)serialization, so that they can be written to disk or sent over the network. |
|
GAPS first guess & prototype event reconstructions |
|
Classes to interface with custom geant4 simulation |
|
Disctribution and calculation helpers |
|
TOF related entities which did not fit anywhere else |
|
Tracker related entities which did not fit anywhere else |
|
Visualizatoin for GAPS data. |