From 59d94a0e63c38e5ce2bef7636c0d90efb07d1fe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Brigitta=20Sip=C5=91cz?= Date: Wed, 28 Aug 2024 21:15:39 -0700 Subject: [PATCH] DEP: remove usage of deprecated servicetype --- forced_photometry/multiband_photometry.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/forced_photometry/multiband_photometry.md b/forced_photometry/multiband_photometry.md index 30d324cc..7a320c69 100644 --- a/forced_photometry/multiband_photometry.md +++ b/forced_photometry/multiband_photometry.md @@ -198,7 +198,7 @@ import fornax ```{code-cell} ipython3 # Getting the COSMOS address from the registry to follow PyVO user case approach. We could hardwire it. -image_services = pyvo.regsearch(servicetype='image') +image_services = pyvo.regsearch(servicetype='sia') irsa_cosmos = [s for s in image_services if 'irsa' in s.ivoid and 'cosmos' in s.ivoid][0] # The search returns 11191 entries, but unfortunately we cannot really filter efficiently in the query