pycartool.io.read_is🔗
- pycartool.io.read_is(filename, verbose=None)🔗
Read Cartool inverse solution (
.is) file.- Parameters:
- filename
stror file-like Path to the inverse solution file
(.is) to read.- verbose
bool|str|int|None Control verbosity of the logging output. If
None, use the default verbosity level. See the logging documentation andmne.verbose()for details. Should only be passed as a keyword argument.
- filename
- Returns:
- inverse_solution
array Inverse solution matrices. n_dim=1 if solutions are scalar or n_dim=3 for vectorial solutions. shape(
n_regularizations,n_dim,n_solutionpoints,n_channels).
- inverse_solution