calc

RT1.calc(**params)

Calculate all model components and return result.

Perform actual calculation of bistatic scattering at top of the random volume (z=0) for the specified geometry. For details please have a look at the documentation: (http://rt1.readthedocs.io/en/latest/theory.html#first-order-solution-to-the-rte)

Parameters:

params – Additional parameters required to evaluate the model definition. (see update_params())

Returns:

  • Itot (array_like(float)) – Total scattered intensity (Itot = Isurf + Ivol + Iint)

  • Isurf (array_like(float)) – Surface contribution

  • Ivol (array_like(float)) – Volume contribution

  • Iint (array_like(float)) – Interaction contribution