diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /vo/votest/tests/req_4.1.cl | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'vo/votest/tests/req_4.1.cl')
-rw-r--r-- | vo/votest/tests/req_4.1.cl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vo/votest/tests/req_4.1.cl b/vo/votest/tests/req_4.1.cl new file mode 100644 index 00000000..967fddcf --- /dev/null +++ b/vo/votest/tests/req_4.1.cl @@ -0,0 +1,20 @@ +# +# Query via the footprint of a desktop image. + +# Set the test description string. +votest.descr = "Query via the footprint of a desktop image." + +print ("------------------------------------------------------------------") +print ("Req 4.1: Users shall be able to use the WCS footprint of a 2-D") +print (" image as the basis of a data access query.") +print ("------------------------------------------------------------------") + + +fcache init + +# Execute the test commands. +print ("") +print ("Query the GSC2.3 catalog for the footprint of the dev$ypix image") +print ("") + +getcat ("gsc2.3", "dev$ypix", format="ascii", output="STDOUT") |