class fm2.entities.fm2_info.FM2Info(path: ndarray | None, d_matrix: ndarray)

The FM2Info is a NamedTuple that contains the information of the calculated path

Attributes:
pathnp.ndarray | None

the calculated path. Returns None if a path is not found

d_matrix: np.ndarray

the propagation matrix of the electromagnetic wave. It has the same size as the given map

d_matrix: ndarray

Alias for field number 1

path: ndarray | None

Alias for field number 0