Skip to main content
AI Assist is now on Stack Overflow. Start a chat to get instant answers from across the network. Sign up to save and share your chats.
0 votes
0 answers
34 views

first time posting, I am currently working on making a velocity and dispersion array for the galaxy NGC 4684. I have run through all the steps to get a pPXF data, but there is a star (I'm assuming) ...
scrubster's user avatar
0 votes
0 answers
206 views

I’m trying to plot constellations with Python using Gaia star data, but the constellation lines don’t look like they do in Stellarium. I’ve tried plotting in both Alt/Az and RA/Dec, even used a ...
Ankit Sharma's user avatar
1 vote
2 answers
138 views

I am trying to create a slightly complex 2D plot with astronomical data, using Matplotlib, and Astropy. It involves a astronomical image, overlaid with a scatter plot, and Matplotlib patches. Using ...
aparajito's user avatar
  • 113
2 votes
1 answer
91 views

For example, in this code I plot a astronomy FITS image: import numpy as np from astropy.io import fits from astropy.visualization import simple_norm from astropy.wcs import WCS import matplotlib....
Firestar-Reimu's user avatar
4 votes
1 answer
170 views

I'm processing a photo of the Earth from the Moon, as seen here. What I want to do is get the contour points that correspond to the edge of the Earth that is not in shadow. (e.g., the areas that ...
ConcernedAboutOwls's user avatar
0 votes
1 answer
195 views

I'm using the suntime class that is based on: "Calculate sunrise and sunset times for a given GPS coordinate within PostgreSQL". I'm struggling with the following: At the end of the ...
E. M.'s user avatar
  • 23
0 votes
0 answers
65 views

I'm writing a Python script to calculate the effect of atmospheric drag on a spacecraft in LEO by evaluating the change in the square root of the semi-major axis over time. The governing equation I'm ...
Aastha Upadhyay's user avatar
1 vote
1 answer
41 views

My antenna is at coordinates: LATITUDE = 47.397490, LONGITUDE = 8.550440 I want to calculate azimuth and elevation of JUICE with SPICE. This is what I have so far: import os import spiceypy as spice ...
Akut Luna's user avatar
  • 422
0 votes
0 answers
26 views

I know you can't use the POLYGON command on proper motions for ASQL queries, but I need something that performs a similar role of only returning stars with proper motions that lie within a polygon ...
Ben Purves's user avatar
0 votes
0 answers
77 views

I need astronomical calculations on an ESP-32 microcontroller with Micropython. The only thing I found is https://github.com/peterhinch/micropython-samples/tree/...
Dr. Simcha Gershon Bohrer's user avatar
0 votes
0 answers
63 views

I'm working on a project about AGNs where I'm simulating light curves and then applying the Structure Function (see Macleod 2012, Kozlowski 2017) to them, and coming across a problem when I input ...
agn-aud's user avatar
-1 votes
1 answer
190 views

im trying to solve the modified TOV equations dP'(r)/dr = -1.474 ε'(r)M'(r)/r^2 (1+P'(r)/ε'(r))(1+11.210^-6 r^3 P'(r)/M'(r))[(1-2.948M'(r)/r)]^-1 dM'(r)/dr = bo * ε'(r) where M(r)=M'(r)Mo, ε(r)=ε'(r)...
chrislexatas's user avatar
0 votes
1 answer
77 views

I am writing some code dealing with an aircraft locations with respect to an observer located at ground and I got a discrepancy between the distance calculated directly from geocentric Cartesian ...
raulgh's user avatar
  • 11
0 votes
1 answer
182 views

The thing is i'm working with two .fits images, but the pixscale of each one is different. Let's say Image 1 has a CDELT = +- 0.0013888888888889 [deg] and Image 2 has a CDELT = +- 0.00277778000000 [...
mr_starspotting's user avatar
0 votes
2 answers
255 views

CesiumJS does properly simulatr both Sun and Moon positions in realtime, but for some reasons they are apparently not directly accessible: Moon object is just an ellipsoid, placed "somewhere"...
jumpjack's user avatar
  • 1,020

15 30 50 per page
1
2 3 4 5
44