pysesa.read module¶
Custom fast (up to 3.5x faster than numpy’s genfromtxt) txt file to numpy array accepts comma, tab or space delimited files of 3 columns: x, y, and amplitude
Parameters¶
- infile : str
- 3-column ASCII file containing Nx3 point cloud
Returns¶
- data: ndarray
- Nx3 point cloud, 32 bit precision