Transform raw to corrected telescope coordinates
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. |