pomme.forward

pomme.forward.image_along_last_axis(src, dtau, tau, img_bdy)

Create syntehtic image along the last data axis.

Parameters:
  • src (torch.Tensor) – Source function for the radiation transport equation.

  • dtau (torch.Tensor) – Optical depth difference between two consequtive points.

  • tau (torch.Tensor) – Optical depth.

  • img_bdy (torch.Tensor) – Boundary condition for the image.

Returns:

img – Synthetic image along the last axis.

Return type:

torch.Tensor