View source: R/auxiliaryFunctions.R
revDay2radMin | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.