About 2,950,000 results
Open links in new tab
  1. 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, 8 months ago Modified 1 year, 7 …

  2. 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

  3. 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 …

  4. 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, 9 months ago Viewed 829 times

  5. 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 …

  6. 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) …

  7. 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

  8. 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, …

  9. Astropy - Ra, dec to AltAz conversion (in degrees) - Stack Overflow

    Jul 28, 2021 · Good evening, I have come across an example where Ra, dec are converted to AltAz using time. The code is as follows: from astropy.coordinates import …

  10. Astropy: Add Alt & Az to a coordinate object (Skycoord)

    1 I have 2 Astropy tables containing Alt/Az coordinates calculated for my local horizon. The Alt & Az are in 2 separate columns. I want to do something similar to 'match_to_catalog_sky' to look …