Util.MapIdealToRawEqu() Method

Transform corrected to raw telescope coordinates

Syntax

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

The method syntax has these parts:

Part Description
IdealRightAscension (Double) the corrected (ideal) right ascension (hours)
IdealDeclination (Double) the corrected (ideal) declination (degrees)
RawRightAscension (Double) the raw (uncorrected) right ascension (hours)
RawDeclination (Double) the raw (uncorrected) 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)