Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Coma dwarf not recognized #3

Open
micheledoro opened this issue Feb 19, 2024 · 3 comments
Open

Coma dwarf not recognized #3

micheledoro opened this issue Feb 19, 2024 · 3 comments

Comments

@micheledoro
Copy link

Hi @StFroese , when I type

target_position = SkyCoord.from_name('Coma dwarf')
target_position

I get

NameResolveError: Unable to find coordinates for name 'Coma dwarf' using https://cds.unistra.fr/cgi-bin/nph-sesame/A?Coma%20dwarf
@StFroese
Copy link
Owner

Hi @micheledoro, it just seems like the web service was temporarily unavailable. If you check the link in the error message, it seems to work now

# Coma dwarf	#Q4132953
#!Si=Simbad, all IDs (via url): ! 'Coma dwarf' this identifier has an incorrect format for catalog:
#!Vl=VizieR (local): No table found for: Coma dwarf
#=N=NED:    1  1004ms
%C G
%J 186.745833 +23.904167 = 12:26:58.999992 +23:54:15.000012
%J.E [29999.999999 3000.000000 0.000000] 2007ApJ...654..897B
%I.0 Coma Dwarf
#=I=vizier-imcce
# (nothing found) #

#====Done (2024-Feb-20,08:08:50z)====

@micheledoro
Copy link
Author

Maybe you can add

# Uncomment the following in case the target is not recognized
# Coordinates of the Coma Dwarf Galaxy (example)
ra = 186.745833 * u.deg
dec = 23.904167 * u.deg
target_position = SkyCoord(ra=ra, dec=dec, frame='icrs')

@micheledoro
Copy link
Author

@StFroese the problem persists. Now I get

# Coma dwarf	#Q6211893
#!Si=Simbad, all IDs (via url): ! 'Coma dwarf' this identifier has an incorrect format for catalog:
#!Vl=VizieR (local): No table found for: Coma dwarf
#=I=vizier-imcce
# (nothing found) #

#====Done (2024-Mar-04,09:08:08z)====

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants