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