From f397758e27b42fe0807682a69019f0be290bda50 Mon Sep 17 00:00:00 2001 From: William Joye Date: Wed, 16 May 2018 16:09:44 -0400 Subject: update ds9 parsers --- ds9/doc/ref/command.html | 5 +---- ds9/doc/ref/samp.html | 14 ++++---------- ds9/doc/ref/xpa.html | 14 ++++---------- 3 files changed, 9 insertions(+), 24 deletions(-) diff --git a/ds9/doc/ref/command.html b/ds9/doc/ref/command.html index 1921ed5..3f89f0f 100644 --- a/ds9/doc/ref/command.html +++ b/ds9/doc/ref/command.html @@ -5260,9 +5260,7 @@      [mosaicimage [iraf|wcs|wcsa...wcsz|wfpc2] [key|shmid] <id> [<filename>]]
-      [mosaicimagenext [wcs|wcsa...wcsz] - [key|shmid] <id> [<filename>]]
-      [mosaic [iraf|wcs|wcsa...wcsz] +      [mosaic [iraf|wcs|wcsa...wcsz] [key|shmid] <id> [<filename>]]
     [rgbcube [key|shmid] <id> [<filename>]]
@@ -5282,7 +5280,6 @@ $ds9 -shm mosaicimage wcs key 100 foo
$ds9 -shm mosaicimage wcsa key 100 foo
$ds9 -shm mosaicimage wfpc2 key 100 foo
- $ds9 -shm mosaicimagenext wcs key 100 foo
$ds9 -shm mosaic iraf key 100 foo
$ds9 -shm mosaic wcs key 100 foo
$ds9 -shm rgbcube key 100 foo
diff --git a/ds9/doc/ref/samp.html b/ds9/doc/ref/samp.html index 908f1d5..39575bb 100644 --- a/ds9/doc/ref/samp.html +++ b/ds9/doc/ref/samp.html @@ -6397,8 +6397,6 @@ [<filename>]]
    [mosaicimage [iraf|wcs|wcsa...wcsz|wfpc2] [key|shmid] <id> [<filename>]]
-     [mosaicimagenext [wcs|wcsa...wcsz] - [key|shmid] <id> [<filename>]]
    [mosaic [iraf|wcs|wcsa...wcsz] [key|shmid] <id> [<filename>]]
    [rgbcube [key|shmid] <id> @@ -6409,8 +6407,7 @@ [xdim=<x>,ydim=<y>|dim=<dim>,zdim=3],bitpix=<b>,[skip=<s>]]
    [array [key|shmid] <id> [xdim=<x>,ydim=<y>|dim=<dim>],bitpix=<b>,[skip=<s>]]
-     [startload|finishload]
-  
+  
Example:
string value = ds9.get(string cmd)
shm
@@ -6423,18 +6420,15 @@ shm mosaicimage wcs key 100 foo
shm mosaicimage wcsa key 100 foo
shm mosaicimage wfpc2 key 100 foo
- shm mosaicimagenext wcs key 100 foo
shm mosaic iraf key 100 foo
shm mosaic wcs key 100 foo
shm rgbcube key 100 foo
shm rgbimage key 100 foo
shm rgbarray key 100 [dim=200,zdim=3,bitpix=-32]
shm array shmid 102 [dim=32,bitpix=-32]
- shm startload # start a multiple load sequence without updating - the display
- shm finishload # finish multiple load sequence
-

sia
-

+
+ sia
+

Support for VO Simple Image Access protocol. The first command will create a new search. All other commands operated on the last search created, unless indicated otherwise.

diff --git a/ds9/doc/ref/xpa.html b/ds9/doc/ref/xpa.html index a0aa64b..bf08a70 100644 --- a/ds9/doc/ref/xpa.html +++ b/ds9/doc/ref/xpa.html @@ -6294,8 +6294,6 @@ [<filename>]]
    [mosaicimage [iraf|wcs|wcsa...wcsz|wfpc2] [key|shmid] <id> [<filename>]]
-     [mosaicimagenext [wcs|wcsa...wcsz] - [key|shmid] <id> [<filename>]]
    [mosaic [iraf|wcs|wcsa...wcsz] [key|shmid] <id> [<filename>]]
    [rgbcube [key|shmid] <id> @@ -6306,8 +6304,7 @@ [xdim=<x>,ydim=<y>|dim=<dim>,zdim=3],bitpix=<b>,[skip=<s>]]
    [array [key|shmid] <id> [xdim=<x>,ydim=<y>|dim=<dim>],bitpix=<b>,[skip=<s>]]
-     [startload|finishload]
-  
+  
Example:
$xpaget ds9 shm
$xpaset -p ds9 shm 102
@@ -6318,18 +6315,15 @@ $xpaset -p ds9 shm mosaicimage wcs key 100 foo
$xpaset -p ds9 shm mosaicimage wcsa key 100 foo
$xpaset -p ds9 shm mosaicimage wfpc2 key 100 foo
- $xpaset -p ds9 shm mosaicimagenext wcs key 100 foo
$xpaset -p ds9 shm mosaic iraf key 100 foo
$xpaset -p ds9 shm mosaic wcs key 100 foo
$xpaset -p ds9 shm rgbcube key 100 foo
$xpaset -p ds9 shm rgbimage key 100 foo
$xpaset -p ds9 shm rgbarray key 100 [dim=200,zdim=3,bitpix=-32]
$xpaset -p ds9 shm array shmid 102 [dim=32,bitpix=-32]
- $xpaset -p ds9 shm startload # start a multiple load sequence - without updating the display
- $xpaset -p ds9 shm finishload # finish multiple load sequence
-

sia
-

+
+ sia
+

Support for VO Simple Image Access protocol. The first command will create a new search. All other commands operated on the last search created, unless indicated otherwise.

-- cgit v0.12