|
fosanalysis
A framework to evaluate distributed fiber optic sensor data
|
A single record of the distributed fiber optic strain sensing data. More...
Public Member Functions | |
| __init__ (self, list data, **kwargs) | |
| Constructs a SensorRecord object. | |
| str | to_tsv (self, str itemsep="\t") |
| This function returns the TSV (tab separated values) representation of this record. | |
A single record of the distributed fiber optic strain sensing data.
Definition at line 24 of file protocols.py.
| fosanalysis.protocols.SensorRecord.__init__ | ( | self, | |
| list | data, | ||
| ** | kwargs ) |
Constructs a SensorRecord object.
Being adictionary, it may hold further information.
| data | The actual data of the record. |
| **kwargs | Any other properties can be passes as kwargs, such as name, or timestamp. |
Definition at line 28 of file protocols.py.
| str fosanalysis.protocols.SensorRecord.to_tsv | ( | self, | |
| str | itemsep = "\t" ) |
This function returns the TSV (tab separated values) representation of this record.
| itemsep | Separation character. Defaults to "\t" (tab). |
Definition at line 40 of file protocols.py.