Learn R Programming

asteRisk (version 1.4.3)

Computation of Satellite Position

Description

Provides basic functionalities to calculate the position of satellites given a known state vector. The package includes implementations of the SGP4 and SDP4 simplified perturbation models to propagate orbital state vectors, as well as utilities to read TLE files and convert coordinates between different frames of reference. Several of the functionalities of the package (including the high-precision numerical orbit propagator) require the coefficients and data included in the 'asteRiskData' package, available in a 'drat' repository. To install this data package, run 'install.packages("asteRiskData", repos="https://rafael-ayala.github.io/drat/")'. Felix R. Hoots, Ronald L. Roehrich and T.S. Kelso (1988) . David Vallado, Paul Crawford, Richard Hujsak and T.S. Kelso (2012) . Felix R. Hoots, Paul W. Schumacher Jr. and Robert A. Glover (2014) .

Copy Link

Version

Install

install.packages('asteRisk')

Monthly Downloads

427

Version

1.4.3

License

GPL-3

Maintainer

Rafael Ayala

Last Published

January 14th, 2023

Functions in asteRisk (1.4.3)

KOEtoECI

Calculate ECI coordinates from Keplerian orbital elements
ECItoKOE

Calculate ECI coordinates from Keplerian orbital elements
JPLephemerides

Calculate JPL main celestial objects ephemerides for a given Modified Julian Date
TEMEtoGCRF

Convert coordinates from TEME to GCRF
ITRFtoLATLON

Convert coordinates from ITRF to geodetic latitude, longitude and altitude
deg2rad

Converts an angle in degrees to radians
TEMEtoITRF

Convert coordinates from TEME to ITRF
TEMEtoLATLON

Convert coordinates from TEME to geodetic latitude, longitude and altitude
parseTLElines

Parse the lines of a TLE
hpop

High-precision numerical orbital propagator
rad2deg

Converts an angle in radians to degrees
getLatestSpaceData

Retrieves the latest space data
calculateRazel

Calculates azimuth, elevation and range of a given object
readGLONASSNavigationRINEX

Read a RINEX navigation file for GLONASS satellites
dateTimeToMJD

Calculate Modified Julian Date for a given date and time
readTLE

Read a TLE file
readOEM

Read an Orbital Ephemeris Message file
revDay2radMin

Converts revolutions per day to radians per minute
sdp4

Propagate an orbital state vector with the SDP4 model
readGPSNavigationRINEX

Read a RINEX navigation file for GPS satellites
sgp4

Propagate an orbital state vector with the SGP4 model
sgdp4

Propagate an orbital state vector with the SGP4/SDP4 model
LATLONtoGCRF

Convert coordinates from geodetic latitude, longitude and altitude to GCRF
GCRFtoLATLON

Convert coordinates from GCRF to geodetic latitude, longitude and altitude
ITRFtoGCRF

Convert coordinates from ITRF to GCRF
LATLONtoITRF

Convert coordinates from geodetic latitude, longitude and altitude to ITRF
GCRFtoITRF

Convert coordinates from GCRF to ITRF