VPNurbsForwardSolver ROfRhoAndTime Method Virtual Photonics - VTS Library
Virtual Photonics
Overload List

  NameDescription
Public methodROfRhoAndTime(OpticalProperties, Double,  Double )
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'op', source-detector separation 'rho' and times 'ts'
(Inherited from ForwardSolverBase.)
Public methodROfRhoAndTime(OpticalProperties,  Double , Double)
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'op', source-detector separations 'rhos' and time 't'
(Inherited from ForwardSolverBase.)
Public methodROfRhoAndTime(OpticalProperties,  Double ,  Double )
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'op', source-detector separations 'rhos' and times 'ts'
(Inherited from ForwardSolverBase.)
Public methodROfRhoAndTime( OpticalProperties , Double, Double)
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'ops', source-detector separation 'rho' and time 't'
(Inherited from ForwardSolverBase.)
Public methodROfRhoAndTime( OpticalProperties , Double,  Double )
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'ops', source-detector separation 'rho' and times 'ts'
(Inherited from ForwardSolverBase.)
Public methodROfRhoAndTime( OpticalProperties ,  Double , Double)
Overload of ROfRhoAndTime. Determines reflectances at optical properties 'ops', source-detector separations 'rhos' and time 't'
(Inherited from ForwardSolverBase.)
Public methodROfRhoAndTime( OpticalProperties ,  Double ,  Double )
Convenience array overload of ROfRhoAndTime. Determines reflectances at optical properties 'ops', source-detector separations 'rhos' and times 'ts'
(Inherited from ForwardSolverBase.)
Public methodROfRhoAndTime(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 ).)
Public methodROfRhoAndTime(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).)
Back to Top
See Also