polyfemos.back.filewriter¶
Contains classes for writing state of health files
- copyright
2019, University of Oulu, Sodankyla Geophysical Observatory
- license
GNU Lesser General Public License v3.0 or later (https://spdx.org/licenses/LGPL-3.0-or-later.html)
Public Functions
-
polyfemos.back.filewriter.
get_alert_header
(*args)[source]¶ - Return type
- Returns
soh alert file header as list of strings
Private Functions
-
polyfemos.back.filewriter.
_check_bool
(method)[source]¶ A decorator to be used with
FileWriter
. The call of the decorated method is omitted ifself._bool
attribute isFalse
.- Parameters
method (func) – A decorated method
- Return type
func
- Returns
Classes
|
State of health alert file (‘*.alert’) writer |
|
State of health csv file (‘*.csv’) writer |
|
Parent class for state of health file writer classes |
|
State of health text file (‘*.stf’) writer |