phys2cvr.io.load_array¶
- phys2cvr.io.load_array(fname, shape='')[source]¶
Read files in text-like format.
- Parameters:
- fname
str|os.PathLike Path to txt-like file.
- shape
None|'square'|'rectangle' Shape of matrix, if empty, skip check.
- fname
- Raises:
NotImplementedErrorSpreadheet loading is not implemented yet.
See also
utils.check_array_dim