resistics.time.writer_internal module

class resistics.time.writer_internal.TimeWriterInternal[source]

Bases: resistics.time.writer.TimeWriter

Write out binary data files

This is simply header files and binary data files. The header file saved is relevant only to this software and needs to be read in using DataReaderInternal. The header file means less processing to read the header information

Methods

writeDataFiles(chans, timeData)

Write out time series data

writeDataFiles(self, chans: List[str], timeData: resistics.time.data.TimeData) → None[source]

Write out data files in internal format

Parameters
chansList[str]

List of channels

timeDataTimeData

The time data