Virtual Photonics
Back to Top
Overload List
Name | Description | |
---|---|---|
![]() | ROfRhoAndTime(OpticalProperties, Double, Double ) |
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'op', source-detector separation 'rho' and times 'ts'
(Inherited from ForwardSolverBase.) |
![]() | ROfRhoAndTime(OpticalProperties, Double , Double) |
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'op', source-detector separations 'rhos' and time 't'
(Inherited from ForwardSolverBase.) |
![]() | ROfRhoAndTime(OpticalProperties, Double , Double ) |
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'op', source-detector separations 'rhos' and times 'ts'
(Inherited from ForwardSolverBase.) |
![]() | ROfRhoAndTime( OpticalProperties , Double, Double) |
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'ops', source-detector separation 'rho' and time 't'
(Inherited from ForwardSolverBase.) |
![]() | ROfRhoAndTime( OpticalProperties , Double, Double ) |
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'ops', source-detector separation 'rho' and times 'ts'
(Inherited from ForwardSolverBase.) |
![]() | ROfRhoAndTime( OpticalProperties , Double , Double) |
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'ops', source-detector separations 'rhos' and time 't'
(Inherited from ForwardSolverBase.) |
![]() | ROfRhoAndTime( OpticalProperties , Double , Double ) |
Convenience array overload of ROfRhoAndTime. Determines reflectances at optical properties 'ops', source-detector separations 'rhos' and times 'ts'
(Inherited from ForwardSolverBase.) |
![]() | ROfRhoAndTime(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double ) |
Returns the reflectance at radial distance rho and time t scaling the
reference rho-time resolved reflectance.
The returned value is forced to zero if the time t is smaller then the
minimal time of flight required to reach a detector at a distance rho.
If a point of the reference reflectance outside the time range of the
surface is required, the value is extrapolated using the linear
approximation of the logarithm of R for two points placed at the end of
the time range [Tmax - 0.1ns, Tmax].
If the required point is outside the radial range a linear extarpolation
is used, based on the value of R at [0.95*RhoMax, RhoMax].
If the required point is outside both ranges a linear combination of the
two extrapolations is adopted.
(Overrides ForwardSolverBase ROfRhoAndTime(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double ).) |
![]() | ROfRhoAndTime(OpticalProperties, Double, Double) |
Calls its vectorized version to evaluate the time and space resolved reflectance
at a source detector separation rho and at time t, for the specified optical properties.
(Overrides ForwardSolverBase ROfRhoAndTime(OpticalProperties, Double, Double).) |
See Also