Util.MapRawToIdealEqu() Method

Transform raw to corrected telescope coordinates

Syntax

Util.MapRawToIdealEqu(RawRightAscension, RawDeclination, IdealRightAscension, IdealDeclination)

The method syntax has these parts:

Part Description
RawRightAscension (Double) the raw (uncorrected) right ascension (hours)
RawDeclination (Double) the raw (uncorrected) declination (degrees)
IdealRightAscension (Double) the corrected (ideal) right ascension (hours)
IdealDeclination (Double) the corrected (ideal) declination (degrees)
Return (Nothing) Does not return a value.

Remarks

If ACP's internal pointing corrector is not active, the returned coordinates will be equal to the given coordinates.
NOTE: The raw coordinates are returned via the last two arguments to the method call. Thus this method cannot be used from JScript (which does not support call-by-reference)