Navigation: Scripting Reference Manual > Data Structures > T_COLLECTED_DATA_STATS

 

T_COLLECTED_DATA_STATS

 

Contact Us: fredsupport@photonengr.com

 

Description

Structure used in the calculation of collected data statistics supporting the Data Collector Surface Visualization analysis.  In the statistics calculations, only facets with non-zero ray counts are considered.  The exception to this is when the requested value was "area", in which case all facets are considered.

 

Definition

 T_COLLECTED_DATA_STATS

avg As Double

count As Long

min As Double

max As Double

stdev As Double

total As Double

 

Members

avg

Average value of the collected quantity for all facets with non-zero ray counts in the data collector node.

 

count

Total number of rays contributing to the collected quantity for all facets with non-zero ray counts in the data collector node.

 

min

Minimum value collected by a single facet with non-zero ray counts in the data collector node.

 

max

Maximum value collected by a single facet with non-zero ray counts in the data collector node.

 

stdev

Standard deviation of the value collected for all facets with non-zero ray counts in the data collector node.

 

total

Sum total of the collected value for all facets with non-zero ray counts in the data collector node.

 

 

See Also

Data Collector Surface Scripting

DataCollectorSurfGetDataStats

DataCollectorSurfIsCollectData

DataCollectorSurfIsDataAvailable

 

 

 

 

 

 

Copyright © Photon Engineering, LLC