
Import python packages astropy occur issues, how can i handle it?
Aug 28, 2024 · Name: astropy Version: 6.1.2 Name: fil-finder Version: 1.7.2 python version is:3.10 I want to handle the script bug and make the crack branches are displayed in different colors; looks like …
Using astropy to generate solar eclipse conditions based on my location
Jan 28, 2023 · This is a question for the astronomy-minded folks on here. I am an amateur astrophotographer looking to develop a personal script to aid my photography of next year's total …
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 matplotlib artists. Firs...
python - Cannot import name 'update_default_config' from 'astropy ...
Feb 10, 2024 · Cannot import name 'update_default_config' from 'astropy.config.configuration' Asked 1 year, 10 months ago Modified 1 year, 10 months ago Viewed 3k times
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 pixel …
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, 7 months ago Modified 1 year, 6 months …
How do I align SDSS sky images in Python using Astropy?
May 30, 2023 · I have a problem with aligning SDSS sky images. I have downloaded numerous image bands from SDDS. The problem is I don't know how to align them. They are stored in FITS format. …
python - AstroPy to transform coordinates - Stack Overflow
Feb 21, 2024 · from astropy.coordinates import SkyCoord, ICRS ar = 243.90472242 dr = -8.36823651 c = SkyCoord(ar, dr, frame='icrs', unit='deg') print(c) print(c.transform_to(ICRS(equinox='J2016'))) I …
astropy - Opening fits files with no SIMPLE keyword in python - Stack ...
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 downgrade …
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 elements () and …