Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import numpy as np | |
def read_gxf_raw(infile): | |
""" | |
Read a GXF file and return raw data list and headers. | |
Following official GXF specifications from Geosoft. | |
Parameters: | |
infile (str): Path to the GXF file | |