Skip to content

Commit

Permalink
Changing servicetype=‘spectrum’ to ‘ssa’
Browse files Browse the repository at this point in the history
  • Loading branch information
bsipocz committed Jul 29, 2024
1 parent 10bd45e commit 8977fec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/reference_notebooks/basic_reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Spectral search is very similar to image search. In this example, note:

```{code-cell} ipython3
# Search for a spectrum search service that has x-ray data.
services = vo.regsearch(servicetype='spectrum', waveband='x-ray')
services = vo.regsearch(servicetype='ssa', waveband='x-ray')
# Assuming there are services and the first one is OK...
results = services[0].search(pos=SkyCoord.from_name("Delta Ori"),
Expand Down

0 comments on commit 8977fec

Please sign in to comment.