revDay2radMin {asteRisk} | R Documentation |
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.
revDay2radMin(revPerDay)
revPerDay |
Value of the rotation rate in revolutions per day. |
The corresponding value of the rotation rate in radians per minute.
revDay2radMin(2)