Skip to content

Commit

Permalink
Merge pull request #327 from bsipocz/servicetype
Browse files Browse the repository at this point in the history
DEP: remove usage of deprecated servicetype
  • Loading branch information
bsipocz authored Aug 30, 2024
2 parents 235d6bd + 59d94a0 commit 072bf32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forced_photometry/multiband_photometry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 072bf32

Please sign in to comment.