python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Satellite velocity from km/s to arcsec
I can't change the current satellite velocity from km/s units to arcsec units. This is a snippet of my code:
from astropy import units as u
def check_the_satellites_current_velocity(self, available_...
unknow_user
Votes: 0
Answers: 1
Night flight time calculation: IndexError: invalid index to scalar variable
I'm using vsimakhin's night time calculator (https://github.com/vsimakhin/night-time-calculator) to calculate total night time flown during a flight given the departure and arrival locations and times...
Bruno
Votes: 0
Answers: 0
AttributeError: 'list' object has no attribute 'center' skyfiled wgs84.geographic_position_of ()
I'm trying to determine the latitude-longitude position on Earth of a position using the skifield python package
from skyfield.api import wgs84
position = [7033.45648791, 178.93192295, 0.00290722]
gro...
abdalla hannora
Votes: 0
Answers: 0
What's the fastest way of calculating if satellite is in camera FOV
I need to find fastest way of checking if satelllite (given its TLE) is visible from camera (given its position on Earth - longitude and latitude - and its field of view). Field of view of camera is d...
jlipinski
Votes: 0
Answers: 0