Basilisk Logo
version 1.7.5

Basilisk:

  • About Basilisk
  • Download Source
  • Install
  • Quick-Start
  • Support
  • Documentation
    • Example Scripts
      • Orbital Simulations
      • Attitude Simulations
      • Complex Spacecraft Dynamics Simulations
      • Planetary Environments
        • Magnetic Field Models
        • Gravity Gradient Torque
        • Ground Station on Planet Surface
      • Spacecraft Sensors
      • Spacecraft Sub-Systems
      • bskSim()-Based Simulation
      • Optical Navigation Simulations
      • Monte Carlo Simulations
      • Spacecraft Formation Flying
      • Advanced Simulation Options
      • Advanced Visualizations
    • fswAlgorithms
    • simulation
    • utilities
  • News and Discussions

Vizard:

  • About Vizard
  • Download
  • Release Notes
  • User Guide
  • BSK Scripting Settings
Basilisk
  • Docs »
  • Documentation »
  • Example Scripts »
  • scenarioGroundDownlink
  • View page source

scenarioGroundDownlink¶

Overview¶

This scenario demonstrates how the on-board power system can be used to simulate data down-link that is dependent on access to specific geographic locations (i.e., ground stations).

This scenario is intended to provide both an overview and a concrete demonstration of the features and interface of Module: groundLocation, which represents a specific ground location and computes visibility from that location to spacecraft, and Module: spaceToGroundTransmitter, which represents a spacecraft-based radio system that requires visibility to a ground station.

The script is found in the folder src/examples and executed by using:

python3 scenarioDataDemo.py

The scenario is meant to be representative of a small satellite with constant data collection attempting to downlink data to a ground station located in Boulder, Colorado.

When the simulation completes, the following plots are shown to demonstrate the data stored, generated, and downlinked.

../../_images/scenarioGroundPassECI.svg../../_images/scenarioGroundPassPolar.svg../../_images/scenarioGroundPassRange.svg../../_images/scenarioGroundPassBaud.svg../../_images/scenarioGroundPassStorage.svg
Next Previous

© Copyright 2020, Autonomous Vehicle Systems (AVS) Laboratory

Built with Sphinx using a theme provided by Read the Docs.