polyfemos.front.sohplot.outfilefields¶
Type structure for ‘*.stf’ file header fields and data rows, and for ‘*.alert’ and ‘*.csv’ file data rows.
- 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.front.sohplot.outfilefields.floatlist(inputstr, length=2)[source]¶ - Parameters
inputstr (str) – a string passed to
floatlist()length (int, optional) – if the formed list does not match the given
length,Noneis returned.
- Return type
- Returns
list of floats or
None, if formation of list was not possible with giveninputstr