blob: 62afa235490e788660c28ef4ad9409688e85d659 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
#
# Refer to a Resource by the IVOA identifier.
# Set the test description string.
votest.descr = "Refer to a Resource by the IVOA identifier."
print ("------------------------------------------------------------------")
print ("Req 3.3.1: Users shall be able to refer to a VO Resource by the")
print (" IVOA identifier.")
print ("------------------------------------------------------------------")
fcache init
# Execute the test commands.
print ("")
print ("This is demonstrated with the GETCAT task by passing in an IVORN")
print ("as the resource parameter. ")
print ("")
getcat ("ivo://archive.stsci.edu/gsc/gsc2.3", "dev$ypix", size=0.005,
display-, overplot-)
|