NordicRead¶
NordicRead module contains a function readNordicFile that reads a single file and separates all separate events inside it to different string arrays.
Functions and Classes¶
-
readNordicFile(f)¶ Method for reading a nordic file and parsing it to a string array while also checking the integrity of the file(Will give errors when lines are too long). It also wil parse empty space on the file if it is too short.
Parameters: f (file) – python file object for the Nordic File