pomme.plot¶
- pomme.plot.plot_cube_2D(cube)¶
Plot a slice along the third axis through a 3D cube.
- Parameters:
cube (torch.Tensor) – 3D cube to plot.
- Returns:
out
- Return type:
None
- pomme.plot.plot_spectrum(cube)¶
Plot spectrum at a pixel for this observation.
- Parameters:
cube (torch.Tensor) – 3D cube to plot the spectrum of.
- Returns:
out
- Return type:
None