2. Antenna#
- class Antenna(name: str, turn_ratio: float = 1.1748998664886516, pos_craft_centrd: ArrayWFrame = None, spice_id: int | str = None)#
Bases:
Instrument
Class defining the antenna, to receive and transmit radiometric data for navigation.
- Parameters:
name (
str
) – The name of the Antenna object.turn_around_ratio (
float
, optional) – Transponder ratio between received and transmitted frequencies. Defaults to Xband value from Moyer:880.0 / 749.0
.pos_craft_cntrd (
ArrayWFrame
, optional) – Antenna shift position-vector. Defaults toNone
.spice_id (
int
orstr
, optional) – The NAIF ID code of the object. May be given as an integer ID or as a string. Defaults toNone
.
Attributes
The cross-sectional area of the spacecraft.
The dry mass of the spacecraft.
The mass of the fuel spent during delta-v burns.
The mass of the fuel spent during finite burns.
The list of instruments attached to the spacecraft.
The mass of the Body object.
Description.
The N-Plate model representing the spacecraft's geometry.
The name of the spacecraft.
The reflectivity coefficient of the spacecraft.
The SPICE ID of the Body object.
Store the turn-around-ratio between transmitted and received frequency a the transponder.
Methods
add_instrument
(instruments)Adds an instrument or instruments to the spacecraft.
Placeholder for Field of View functionality.
get_state
(epoch_0[, reference_frame, origin])Retrieves the state of the body relative to a given origin in a specified reference frame.
- add_instrument(instruments) None #
Adds an instrument or instruments to the spacecraft.
- Parameters:
instruments (
Instrument
orlist
ofInstrument
) – The instrument or instruments to be attached to the spacecraft.- Return type:
- field_of_view()#
Placeholder for Field of View functionality.
- TODO: Implement the method to handle field of view.
This could be split into ‘set FOV’ and ‘get FOV’ methods.
- Returns:
None
- get_state(epoch_0, reference_frame: str = 'J2000', origin: str = 'EARTH')#
Retrieves the state of the body relative to a given origin in a specified reference frame.
- Parameters:
epoch_0 (
EpochArray
) – The epoch times for which the state is to be computed.reference_frame (
str
) – The reference frame in which the state is desired. Defaults to ‘J2000’.origin (
str
) – The origin body relative to which the state is computed. Defaults to'EARTH'
.
- Returns:
state_vector – The state vector of the body relative to the origin.
- Return type:
- property area: ArrayWUnits#
The cross-sectional area of the spacecraft. Expressed in units of square meters.
- property dry_mass: ArrayWUnits#
The dry mass of the spacecraft. Expressed in units of kilograms.
- property dv_fuel_mass: ArrayWUnits#
The mass of the fuel spent during delta-v burns. Expressed in units of kilograms.
- property fb_fuel_mass: ArrayWUnits#
The mass of the fuel spent during finite burns. Expressed in units of kilograms.
- property mass: ArrayWUnits#
The mass of the Body object.
- property measurement_type#
Description.
- property n_plate_model#
The N-Plate model representing the spacecraft’s geometry.