scifysim.parsefile module
- scifysim.parsefile.getarray(self, section, key, dtype=<class 'numpy.float64'>)[source]
An extra get method to parse arrays
Parameters:
section : (str) The section to get the data from
key : (str) The key of the data
dtype : A data type for the array conversion