CApphot:NetCountErr CApphot:Mag

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()

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

Remarks

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

CApphot, Class Data Members, Measure, NetCount, NetCountErr