backward_dd_cassi

colibri.optics.functional.backward_dd_cassi(y, ca)[source]

Backward operator of dual disperser coded aperture snapshot spectral imager (DD-CASSI)

For more information refer to: Single-shot compressive spectral imaging with a dual-disperser architecture https://doi.org/10.1364/OE.15.014013

Parameters:
  • y (torch.Tensor) – Measurement with shape (B, 1, M, N)

  • ca (torch.Tensor) – Coded aperture with shape (1, 1, M, N + L - 1)

Returns:

Spectral image with shape (1, L, M, N)

Return type:

torch.Tensor