All Projects → SFUSatClub → Attitude-Control-Model

SFUSatClub / Attitude-Control-Model

Licence: other
Model to simulate the dynamics of the Satellites motion during orbit undergoing passive magnetic control.

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Attitude-Control-Model

go-satellite
Calculate orbital information of satellites in GoLang.
Stars: ✭ 55 (+161.9%)
Mutual labels:  satellite, orbital-simulation
pygac
A python package to read and calibrate NOAA and Metop AVHRR GAC and LAC data
Stars: ✭ 14 (-33.33%)
Mutual labels:  satellite
Bv
Quickly view satellite imagery, hyperspectral imagery, and machine learning image outputs directly in your iTerm2 terminal.
Stars: ✭ 215 (+923.81%)
Mutual labels:  satellite
self-propelled-satellites
The system is formed by self-propelled satellites influenced by the Sun whose objective is not to leave the domain maintaining the maximum possible speed.
Stars: ✭ 18 (-14.29%)
Mutual labels:  satellite
University1652 Baseline
ACM Multimedia2020 University-1652: A Multi-view Multi-source Benchmark for Drone-based Geo-localization 🚁 annotates 1652 buildings in 72 universities around the world.
Stars: ✭ 232 (+1004.76%)
Mutual labels:  satellite
pxm-manifest-specification
File specification for PXM (Pixel Monster)
Stars: ✭ 14 (-33.33%)
Mutual labels:  satellite
Awesome Geospatial Companies
🌐 List of 500+ geospatial companies (GIS, Earth Observation, UAV, Satellite, Digital Farming, ..)
Stars: ✭ 184 (+776.19%)
Mutual labels:  satellite
lightweight-temporal-attention-pytorch
A PyTorch implementation of the Light Temporal Attention Encoder (L-TAE) for satellite image time series. classification
Stars: ✭ 43 (+104.76%)
Mutual labels:  satellite
goes2go
Download and process GOES-16 and GOES-17 data from NOAA's archive on AWS using Python.
Stars: ✭ 77 (+266.67%)
Mutual labels:  satellite
kubos-old
An open source platform for satellites
Stars: ✭ 68 (+223.81%)
Mutual labels:  satellite
CubeSatSim
CubeSatSim, the AMSAT CubeSat Simulator
Stars: ✭ 201 (+857.14%)
Mutual labels:  satellite
Pyskel
Skeleton of a Python package
Stars: ✭ 244 (+1061.9%)
Mutual labels:  satellite
deck.gl-raster
deck.gl layers and WebGL modules for client-side satellite imagery analysis
Stars: ✭ 60 (+185.71%)
Mutual labels:  satellite
Rio Tiler
Rasterio plugin to create web map tiles from raster datasets.
Stars: ✭ 221 (+952.38%)
Mutual labels:  satellite
grib-doctor
Utilities for handling quirks of weather data grib files.
Stars: ✭ 20 (-4.76%)
Mutual labels:  satellite
Laitos
Top geek's chindogu - personal assistant over satellite/telephone/SMS/chatbot, plus web infrastructure servers (web & mail, ad-free DNS, web proxy, SNMP, etc)
Stars: ✭ 191 (+809.52%)
Mutual labels:  satellite
Vector-Map-Generation-from-Aerial-Imagery-using-Deep-Learning-GeoSpatial-UNET
We propose a simple yet efficient technique to leverage semantic segmentation model to extract and separate individual buildings in densely compacted areas using medium resolution satellite/UAV orthoimages. We adopted standard UNET architecture, additionally added batch normalization layer after every convolution, to label every pixel in the ima…
Stars: ✭ 74 (+252.38%)
Mutual labels:  satellite
GDAL.jl
Thin Julia wrapper for GDAL - Geospatial Data Abstraction Library
Stars: ✭ 78 (+271.43%)
Mutual labels:  satellite
trusat-frontend
The React codebase for space-sustainability tool TruSat
Stars: ✭ 31 (+47.62%)
Mutual labels:  satellite
Satellite-Aerial-Image-Retrieval
Satellite/Aerial Image Retrieval: using Bing maps tile system to automatically download aerial imagery (maximum resolution available) given a latitude, longitude bounding box.
Stars: ✭ 36 (+71.43%)
Mutual labels:  satellite

Configuration File

All model configuration can be defined in an .ini file. [Model] and [Orbit] sections are required. Additional section can be added for defining spacecraft properties, mission properties, etc. The path to the configuration file is passed to the Model_Executor. Properties can be assed by: ''' ini = IniConfig(); ini.ReadFile(Spacecraft_Config); ini.GetValues(Section Name, Key Name) ''' and the config file has the format: ''' [Section Name] Key Name = value Key Name = value

[Section Name] Key Name = value ''' .

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].