spyrit.core.prep.Identity.forward

Identity.forward(y: tensor) tensor[source]

Preprocessed measurements

\[m = y\]
Args:

y (torch.tensor): Raw measurements \(y\) with arbitrary shape.

Returns:

torch.tensor: Preprocessed measurements \(m\). Same as \(y\).