Skip to content

Conversation

bsipocz
Copy link
Member

@bsipocz bsipocz commented Jul 30, 2025

This is TBD as IRSA SIA is not just yet returning datalinks

@bsipocz bsipocz requested a review from vandesai1 July 30, 2025 23:28
@bsipocz bsipocz added the content Content related issues/PRs. label Jul 30, 2025
Comment on lines +95 to +97
* `'spherex_qr'` -- the Quick Release Observations, for more information see [SPHEREx archive documentation at IRSA]().
* `'spherex_qr_cal'` -- the Quick Release Calibration products.
* `'spherex_qr_deep'` --
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm guessworking here, @vandesai1 please provide guidence here.

```

The 'access_url' column is particularly important because it tells you how to access the data. Let's look at the 'access_url' value for the first row:
The `'access_url'` column is particularly important because it tells you how to access the data. Let's look at the `'access_url'` value for the first row:

```{code-cell} ipython3
results['access_url'][0]
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR is draft as this line currently returns an incomplete HTTPS url rather than a datalink.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This appears to have been fixed, at least in the sense that it is now returning a full url instead of a relative path.

>>> results = Irsa.query_sia(pos=(coord, search_radius), collection='spherex_qr')
>>> results['access_url'][0]
'https://irsa.ipac.caltech.edu/ibe/data/spherex/qr/level2/2025W20_2D/l2b-v12-2025-176/6/level2_2025W20_2D_0444_1D6_spx_l2b-v12-2025-176.fits'

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, that's great news!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
content Content related issues/PRs.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ENH: swap out pyvo for astroquery SIA for SPHEREx
2 participants