👾
Boop boop beep boop
Physicist and Engineer.
C++, Typescript, Python, Fortran.
Physics at The Open University. Space Engineering at Technische Universität Berlin.
- Berlin, Germany
- https://onebigbot.com
- in/winfredselwyn
Pinned Loading
-
Radiated particle detection cloud ch...
Radiated particle detection cloud chamber 1import cv2 as cv
2import imutils
3import PIL
4from PIL import Image, ImageEnhance
5from scipy.spatial import distance as dist
-
Getting ground station coverage
Getting ground station coverage 1# Load ground stations from CSV
2import pandas as pd
3import matplotlib.pyplot as plt
4import geopandas as gpd
5 -
Deorbiting a satellite
Deorbiting a satellite 1% Define input parameters
2Re = 6378.137; % Earth Radius (km)
3initial_altitude = 600; % Initial Altitude (km)
4a = Re + initial_altitude; % Semi-Major Axis (km)
5e = 0.001; % Eccentricity
-
Sun-synchronous orbit for 1U satelli...
Sun-synchronous orbit for 1U satellite at 600km 1% URSA-1 Sun-Synchronous Orbit Simulation
2% Altitude: 600 km
3% Inclination: ~97.8° (calculated for sun-synchronous condition)
4% Eccentricity: 0.001
5% RAAN: Calculated based on Berlin's location
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.