CApphot:NetCount


Returns the value of the net count resulting from the photometry measurement. This gives the net signal inside the object measuring aperture and above the background value.

Syntax

nNetCount = CApphot:NetCount()

where

    nNetCount is the value of the net count.

  

The Measure method saves its measurements in the class data structure. This method fetches the value of the nNetCount member. The uncertainty associated with the net count measurement can be fetched using NetCountErr or NetCountErrT.

Related Topics

Class Properties

Measure

NetCountErr

NetCountErrT

CApphot class