fornax-navo / fornax-demo-notebooks

Demo notebooks for the Fornax project
https://fornax-navo.github.io/fornax-demo-notebooks/
BSD 3-Clause "New" or "Revised" License
7 stars 19 forks source link

outline of new notebook #275

Closed jkrick closed 2 months ago

jkrick commented 2 months ago

Draft outline of new notebook to explore Euclid data based on Vandana's outline from fornax-sciplatform slack.

vandesai1 commented 2 months ago

According to Anastasia, there will be two ways to get a Euclid spectrum:

  1. Do a TAP search on the MER photometry catalog. The results will include a service descriptor to get the spectrum for rows of interest.
  2. Query the Euclid datalink service directly for spectra.

Currently, there is a spectrum datalink service, but Anastasia feels it is not quite ready to play with. Maybe in a couple weeks.

Depending on our schedule, we can wait for the IRSA service to firm up, OR we could choose to learn to do these kinds of searches using similar services. Anastasia says that CADC runs almost entirely off datalink - their SIA and ObsTAP services return datalink tables that you have to follow to get to any of their products.

This dealing with datalink to get data is entirely new to me and the part I am most worried about. I don't know what the ramifications are for pyvo or astroquery, if any. So regardless of the input sample or even the dataset, I think this is the technical part that we should try to understand first.