revDay2radMin {asteRisk} | R Documentation |
Converts revolutions per day to radians per minute
Description
This function converts a rotation rate in revolutions per day to radians per minute. This conversion is useful since values in TLEs are given in revolutions per day, but the SGP4 and SDP4 propagators require the mean motion to be provided in radians per minute.
Usage
revDay2radMin(revPerDay)
Arguments
revPerDay |
Value of the rotation rate in revolutions per day. |
Value
The corresponding value of the rotation rate in radians per minute.
Examples
revDay2radMin(2)
[Package asteRisk version 1.4.3 Index]