CApphot:NetCountErrT


Returns the value of the theoretically calculated uncertainty in the net count resulting from the photometry measurement. The value returned is the nNetCountErrT class member set my the Measure method

Syntax

nNetCountErrT = CApphot:NetCountErrT()

where

    nNetCountErr is the theoretical uncertainty of the net count (see NetCount).

  

The Measure method calculates a theoretical value for the uncertainty of the net count and saves it in the nNetCountErrT member of the class data structure. The value of nNetCountErrT is returned by this method. This value is calculated theoretically, using photon statistics and instrumental parameters. In contrast, the NetCountErr method returns a statistical estimate of the uncertainty based upon noise measured in the background sample rather than relying totally on photon statistics.

Related Topics

Class Properties

Measure

NetCount

NetCountErr

CApphot class