
python - Cannot import name 'update_default_config' from …
Feb 10, 2024 · Cannot import name 'update_default_config' from 'astropy.config.configuration' Asked 1 year, 11 months ago Modified 1 year, 10 months ago Viewed 3k times
python - Astropy: using SkyCoord object to calculate the AltAz ...
Apr 13, 2024 · Astropy: using SkyCoord object to calculate the AltAz coordinates for an object in a time range, want to get the date of max altitude Asked 1 year, 9 months ago Modified 1 year, 7 …
How to match extracted spots from star image to star catalog
That particular method is finding the minimum distance from the extracted source (which already has RADEC coordinates) to a star from the catalog. I don't have RA DEC of my sources, only …
astropy - How can I get solar system body mass/radius in Python ...
Nov 18, 2023 · 1 Can I use Astroquery/Astropy to get the radius and mass of solar system objects? Or another common library? I've been trying to use astroquery.horizons I've tried …
astropy - Opening fits files with no SIMPLE keyword in python
Sep 27, 2021 · 1 Which version of astropy are you using? The problem occurs on 4.3, but it works just fine in 4.2. This GitHub issue reports the problem in the astropy repository. I propose you …
python - How do I use Astropy to transform coordinates from …
Mar 3, 2024 · How do I use Astropy to transform coordinates from J2000 to Lat, Lon, and Altitude Asked 1 year, 10 months ago Modified 1 year, 10 months ago Viewed 834 times
Querying data from Simbad using astroquery - Stack Overflow
python astropy astroquery simbad edited Nov 9, 2024 at 11:03 marc_s 760k 186 1.4k 1.5k
python - .FITS file/table to csv? - Stack Overflow
Mar 1, 2021 · Any suggestions on how to convert a .fits file (or table) to a csv? I tried to and the code was running for over 12 hours. I currently used pandas and read the table and tried to …
Plotting star maps with equatorial coordinates system
Jul 22, 2024 · I'm trying to generate star maps with the equatorial coordinates system (RAJ2000 and DEJ2000). However, I only get a grid system where meridians and parallels are in parallel, …
python - Plotting space regions and points - Stack Overflow
Sep 4, 2023 · I'm trying to plot regions using astropy, but at the same time plot points as scatter plot. But I'm not managing to understand what is happening with the coordinates or the …