Hello cds team,
I tried to access J/ApJS/259/37, but it looks like the table was removed.
"
ValueError Traceback (most recent call last)
Cell In[64], line 2
1 # retrieve the MOC
----> 2 catalogue_coverage = MOC.from_vizier_table(CATALOGUE)
3 catalogue_coverage.display_preview()
File /opt/pyenv/versions/3.12.0b4/envs/hojoon/lib/python3.12/site-packages/mocpy/moc/moc.py:746, in MOC.from_vizier_table(cls, table_id, max_depth, nside)
743 except HTTPError as error:
744 if error.code == 400:
745 # we provide a clearer error for code 400 bad request
--> 746 raise ValueError(
747 f"No catalog/table was found for '{table_id}'. You can see the list of "
748 "catalogs at https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html "
749 "and the list of tables at "
750 "https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html&list=tables .",
751 ) from None
752 raise error
753 return moc
ValueError: No catalog/table was found for 'J/ApJS/259/37'. You can see the list of catalogs at https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html and the list of tables at https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html&list=tables .
"
This is the error code I received while running a ipynb file from "https://cdsarc.cds.unistra.fr/vizier/notebook.gml?source=J/ApJS/259/37"
I searched the table name here "https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html&list=tables"
but I could not find J/ApJS/259/37.
I would greatly appreciate if I can access to this table again and use aladin for this data!
Sincerely,
Hojoon Cha
Hello cds team,
I tried to access J/ApJS/259/37, but it looks like the table was removed.
"
ValueError Traceback (most recent call last)
Cell In[64], line 2
1 # retrieve the MOC
----> 2 catalogue_coverage = MOC.from_vizier_table(CATALOGUE)
3 catalogue_coverage.display_preview()
File /opt/pyenv/versions/3.12.0b4/envs/hojoon/lib/python3.12/site-packages/mocpy/moc/moc.py:746, in MOC.from_vizier_table(cls, table_id, max_depth, nside)
743 except HTTPError as error:
744 if error.code == 400:
745 # we provide a clearer error for code 400 bad request
--> 746 raise ValueError(
747 f"No catalog/table was found for '{table_id}'. You can see the list of "
748 "catalogs at https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html "
749 "and the list of tables at "
750 "https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html&list=tables .",
751 ) from None
752 raise error
753 return moc
ValueError: No catalog/table was found for 'J/ApJS/259/37'. You can see the list of catalogs at https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html and the list of tables at https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html&list=tables .
"
This is the error code I received while running a ipynb file from "https://cdsarc.cds.unistra.fr/vizier/notebook.gml?source=J/ApJS/259/37"
I searched the table name here "https://cdsarc.cds.unistra.fr/viz-bin/moc/?format=html&list=tables"
but I could not find J/ApJS/259/37.
I would greatly appreciate if I can access to this table again and use aladin for this data!
Sincerely,
Hojoon Cha