Basilisk Logo
version 2.4.0

Basilisk:

  • Install
  • Learning Basilisk
    • Fundamentals of Basilisk Simulations
    • Integrated Example Scripts
      • Orbital Simulations
      • Attitude Simulations
      • Orbit Control
      • Planetary Environments
        • Magnetic Field Models
        • Gravity Gradient Torque
        • Atmospheric Drag
        • Access to Communication Locations
        • Planet Albedo
      • Spacecraft Sensors
      • Spacecraft Sub-Systems
      • Complex Spacecraft Dynamics Simulations
      • Mission Simulations
      • bskSim()-Based Simulation
      • Optical Navigation Simulations
      • Small Body Navigation Simulations
      • Monte Carlo Simulations
      • Spacecraft Formation Flying
      • Advanced Simulation Options
      • Multi-Threading Basilisk Simulations
      • Advanced Visualizations
    • Basics of Writing Basilisk Modules
  • Support
  • Documentation
  • External Sites

Vizard:

  • About Vizard
  • Download
  • Release Notes
  • User Guide
  • Advanced Features
  • Video Gallery
Basilisk
  • Learning Basilisk
  • Integrated 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).

../_images/scenarioGroundDownlink.jpg

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 basilisk/examples and executed by using:

python3 scenarioGroundDownlink.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
Previous Next

© Copyright 2024, Autonomous Vehicle Systems (AVS) Laboratory.

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