From 1d50b98a56e13e5ca884cb8c57417c6c87c86c12 Mon Sep 17 00:00:00 2001 From: William Joye Date: Mon, 20 Mar 2017 12:55:01 -0400 Subject: fixed contour documentation --- ds9/doc/ref/command.html | 113 +++++++++++++++++++++++++++++++++++++++++++++++ ds9/doc/ref/samp.html | 59 +++++++++++++++++++++++++ ds9/doc/ref/xpa.html | 57 ++++++++++++++++++++++++ 3 files changed, 229 insertions(+) diff --git a/ds9/doc/ref/command.html b/ds9/doc/ref/command.html index 6da067d..4062ca6 100644 --- a/ds9/doc/ref/command.html +++ b/ds9/doc/ref/command.html @@ -490,6 +490,9 @@ + + + [crosshair]
        [<ref>] [dec <col>]
@@ -580,6 +583,9 @@ + + + [match error <value> degrees|arcmin|arcsec]
        [<ref>] @@ -653,6 +659,9 @@ + + + [match function 1and2|1not2|2not1]
        [<ref>] @@ -726,6 +735,9 @@ + + + [match return 1and2|1only|2only]
        [<ref>] @@ -799,6 +811,9 @@ + + + [match unique yes|no]
        [<ref>] [maxrows <number>]
@@ -929,6 +944,9 @@ + + + [update]
        [<ref>] [x <col>]
@@ -1122,6 +1140,7 @@ <value>]
         [mode minmax|<value>|zscale|zmax]
+          [scope global|local]
         [limits <min> <max>]
         [levels @@ -1150,6 +1169,7 @@ $ds9 -contour scale sqrt
$ds9 -contour log exp 1000
$ds9 -contour mode zscale
+ $ds9 -contour scope local
$ds9 -contour limits 1 100
$ds9 -contour levels "1 10 100 1000"
$ds9 -contour open
@@ -1290,6 +1310,9 @@ + + + [match <coordsys>]
           [lock <coordsys>|none]
@@ -2152,6 +2175,9 @@ + + + [pan]
            @@ -2268,6 +2294,9 @@ + + + [crosshair]
            @@ -2384,6 +2413,9 @@ + + + [open|close]
 
Example:
@@ -2603,6 +2635,9 @@ + + + [yes|open]
            [no|close]
@@ -2689,6 +2724,9 @@ + + + duplicate
   @@ -2737,6 +2775,9 @@ + + +    [<plotname>] stats
     
[<plotname>] @@ -2785,6 +2826,9 @@ + + + list
     
[<plotname>] @@ -2833,6 +2877,9 @@ + + + loadconfig <filename>
      [<plotname>] saveconfig <filename>
@@ -2888,6 +2935,9 @@ + + +    [<plotname>] print
      [<plotname>] print destination [printer|file]
@@ -2945,6 +2995,9 @@ + + + mode [pointer|zoom]

# configure graph
@@ -3029,6 +3082,9 @@ + + + shape [circle|square|diamond|plus|splus|scross|triangle|arrow]

      [<plotname>] @@ -3078,6 +3134,9 @@ + + + shape fill [yes|no]
      [<plotname>] @@ -3129,6 +3188,9 @@ + + +     [<plotname>] @@ -3176,6 +3238,9 @@ + + + smooth [step|linear|cubic|quadratic|catrom]
   @@ -3225,6 +3290,9 @@ + + +    [<plotname>] @@ -3273,6 +3341,9 @@ + + + color <value>
    @@ -3322,6 +3393,9 @@ + + +   [<plotname>] @@ -3369,6 +3443,9 @@ + + + width <value>
  @@ -3418,6 +3495,9 @@ + + +     @@ -3466,6 +3546,9 @@ + + + [<plotname>] @@ -3513,6 +3596,9 @@ + + + dash [yes|no]
   @@ -3561,6 +3647,9 @@ + + +    [<plotname>] @@ -3609,6 +3698,9 @@ + + + error [yes|no]
  @@ -3657,6 +3749,9 @@ + + +     [<plotname>] @@ -3705,6 +3800,9 @@ + + + error color <value>
   @@ -3754,6 +3852,9 @@ + + +    [<plotname>] @@ -3802,6 +3903,9 @@ + + + error width <value>
    @@ -3851,6 +3955,9 @@ + + +   [<plotname>] @@ -3898,6 +4005,9 @@ + + + name <string>
# select current dataset
@@ -4385,6 +4495,9 @@ + + + <filename> [image|table|slice]

 
Example:
diff --git a/ds9/doc/ref/samp.html b/ds9/doc/ref/samp.html index 485d76e..399b074 100644 --- a/ds9/doc/ref/samp.html +++ b/ds9/doc/ref/samp.html @@ -543,6 +543,7 @@ + [crosshair]

        [<ref>] [dec <col>]
@@ -637,6 +638,7 @@ + [match error <value> degrees|arcmin|arcsec]

        [<ref>] @@ -714,6 +716,7 @@ + [match function 1and2|1not2|2not1]
        [<ref>] @@ -791,6 +794,7 @@ + [match return 1and2|1only|2only]
        [<ref>] @@ -868,6 +872,7 @@ + [match unique yes|no]
        [<ref>] [maxrows <number>]
@@ -1001,6 +1006,7 @@ + [update]

        [<ref>] [x <col>]
@@ -1219,6 +1225,7 @@ <value>]
        [mode minmax|<value>|zscale|zmax]
+         [scope global|local]
        [limits <min> <max>]
        [levels <value @@ -1237,6 +1244,7 @@ contour scale
contour log exp
contour mode
+ contour scope
contour limits
contour levels
string url = ds9.get(string cmd)
@@ -1263,6 +1271,7 @@ contour scale sqrt
contour log exp 1000
contour mode zscale
+ contour scope local
contour limits 1 100
contour levels "{1 10 100 1000}"
contour open
@@ -2019,6 +2028,7 @@ + Macros for more information.

Syntax:
iexam []
@@ -2121,6 +2131,7 @@ +
quality (1-100)

Syntax:
jpeg [new|slice] [<filename>] [1-100]
@@ -2610,6 +2621,7 @@ + # title, title xaxis, title yaxis, dimension on line 1
     [new [name <plotname>] [line|bar|scatter] <title> <xaxis label> <yaxis @@ -2674,6 +2686,7 @@ + duplicate
     @@ -2727,6 +2740,7 @@ + [<plotname>] stats
    
[<plotname>] @@ -2779,6 +2793,7 @@ + list
    
[<plotname>] @@ -2831,6 +2846,7 @@ + loadconfig <filename>
     [<plotname>] saveconfig <filename>
@@ -2885,6 +2901,7 @@ + [<plotname>] pagesetup orient [portrait|landscape]
     [<plotname>] pagesetup size [letter|legal|tabloid|poster|a4]

@@ -2939,6 +2956,7 @@ + [<plotname>] print
     [<plotname>] print destination [printer|file]
@@ -3015,6 +3033,7 @@ + legend [yes|no]
     [<plotname>] legend position [right|left|top|bottom]

@@ -3086,6 +3105,7 @@ + shape [circle|square|diamond|plus|splus|scross|triangle|arrow]

     [<plotname>] @@ -3139,6 +3159,7 @@ + shape fill [yes|no]
     [<plotname>] @@ -3195,6 +3216,7 @@ + [<plotname>] @@ -3246,6 +3268,7 @@ + smooth [step|linear|cubic|quadratic|catrom]
     @@ -3300,6 +3323,7 @@ + [<plotname>] @@ -3351,6 +3375,7 @@ + color <value>
     @@ -3405,6 +3430,7 @@ + [<plotname>] @@ -3456,6 +3482,7 @@ + width <value>
     @@ -3510,6 +3537,7 @@ + [<plotname>] @@ -3561,6 +3589,7 @@ + dash [yes|no]
     @@ -3614,6 +3643,7 @@ + [<plotname>] @@ -3665,6 +3695,7 @@ + error [yes|no]
     @@ -3718,6 +3749,7 @@ + [<plotname>] @@ -3769,6 +3801,7 @@ + error color <value>
     @@ -3823,6 +3856,7 @@ + [<plotname>] @@ -3874,6 +3908,7 @@ + color <value>
     @@ -3928,6 +3963,7 @@ + [<plotname>] @@ -3979,6 +4015,7 @@ + error width <value>
     @@ -4033,6 +4070,7 @@ + [<plotname>] @@ -4084,6 +4122,7 @@ + name <string>

@@ -4162,6 +4201,7 @@ + value = ds9.get(string cmd)
plot stats
@@ -4244,6 +4284,7 @@ + axis x auto
plot @@ -4292,6 +4333,7 @@ + axis x min
plot @@ -4340,6 +4382,7 @@ + axis x max
plot @@ -4388,6 +4431,7 @@ + axis x format
plot @@ -4436,6 +4480,7 @@ + legend
plot legend position
@@ -4492,6 +4537,7 @@ + font numbers size
plot @@ -4544,6 +4590,7 @@ + font numbers weight
plot @@ -4596,6 +4643,7 @@ + font numbers slant
plot @@ -4648,6 +4696,7 @@ + title
plot @@ -4700,6 +4749,7 @@ + title x
plot barmode
@@ -4784,6 +4834,7 @@ + dash
plot @@ -4836,6 +4887,7 @@ + error
plot @@ -4888,6 +4940,7 @@ + error color
plot @@ -4940,6 +4993,7 @@ + error width
plot @@ -4992,6 +5046,7 @@ + name
ds9.set(string @@ -5044,6 +5099,7 @@ + cmd)
plot show yes
plot shape circle
@@ -5681,6 +5737,7 @@ + [crosshair]

        [<ref>] [export sb|tsv <filename>]
@@ -5775,6 +5832,7 @@ + [update]

 
Example:
@@ -5989,6 +6047,7 @@ +
compression method.

Syntax:
tiff [new|slice] [<filename>] [none|jpeg|packbits|deflate]
diff --git a/ds9/doc/ref/xpa.html b/ds9/doc/ref/xpa.html index db0c3de..13f2bde 100644 --- a/ds9/doc/ref/xpa.html +++ b/ds9/doc/ref/xpa.html @@ -504,6 +504,7 @@ + [crosshair]

        [<ref>] [dec <col>]
@@ -602,6 +603,7 @@ + [match error <value> degrees|arcmin|arcsec]

        [<ref>] @@ -683,6 +685,7 @@ + [match function 1and2|1not2|2not1]
        [<ref>] @@ -764,6 +767,7 @@ + [match return 1and2|1only|2only]
        [<ref>] @@ -845,6 +849,7 @@ + [match unique yes|no]
        [<ref>] [maxrows <number>]
@@ -980,6 +985,7 @@ + [update]

        [<ref>] [x <col>]
@@ -1189,6 +1195,7 @@         [log exp <value>]
        [mode minmax|<value>|zscale|zmax]
+         [scope global|local]
        [limits <min> <max>]
        [levels <value @@ -1207,6 +1214,7 @@ $xpaget ds9 contour scale
$xpaget ds9 contour log exp
$xpaget ds9 contour mode
+ $xpaget ds9 contour scope
$xpaget ds9 contour limits
$xpaget ds9 contour levels
$xpaset -p ds9 contour
@@ -1230,6 +1238,7 @@ $xpaset -p ds9 contour scale sqrt
$xpaset -p ds9 contour log exp 1000
$xpaset -p ds9 contour mode zscale
+ $xpaset -p ds9 contour scope local
$xpaset -p ds9 contour limits 1 100
$xpaset -p ds9 contour levels "{1 10 100 1000}"
$xpaset -p ds9 contour open
@@ -1363,6 +1372,7 @@ +
     [match <coordsys>]
     [lock <coordsys>|none]
@@ -1661,6 +1671,7 @@ + -p ds9 export envi foo.hdr foo.bsq little

$xpaset -p ds9 export tiff foo.tiff jpeg

@@ -2164,6 +2175,7 @@ + quality (1-100)

Syntax:
jpeg [new|slice] [<filename>] [1-100]
@@ -2629,6 +2641,7 @@ + # title, title xaxis, title yaxis, dimension on line 1
     [new [name <plotname>] [line|bar|scatter] <title> <xaxis label> <yaxis @@ -2694,6 +2707,7 @@ + duplicate
     @@ -2748,6 +2762,7 @@ + [<plotname>] stats
    
[<plotname>] @@ -2801,6 +2816,7 @@ + list
    
[<plotname>] @@ -2854,6 +2870,7 @@ + loadconfig <filename>
     [<plotname>] saveconfig <filename>
@@ -2909,6 +2926,7 @@ + [<plotname>] pagesetup orient [portrait|landscape]
     [<plotname>] pagesetup size [letter|legal|tabloid|poster|a4]

@@ -2964,6 +2982,7 @@ + [<plotname>] print
     [<plotname>] print destination [printer|file]
@@ -3041,6 +3060,7 @@ + legend [yes|no]
     [<plotname>] legend position [right|left|top|bottom]

@@ -3105,6 +3125,7 @@ + barmode [normal|stacked|aligned|overlap]

# configure current dataset
@@ -3161,6 +3182,7 @@ + shape [circle|square|diamond|plus|splus|scross|triangle|arrow]

     [<plotname>] @@ -3215,6 +3237,7 @@ + shape fill [yes|no]
     [<plotname>] @@ -3272,6 +3295,7 @@ + [<plotname>] @@ -3324,6 +3348,7 @@ + smooth [step|linear|cubic|quadratic|catrom]
     @@ -3379,6 +3404,7 @@ + [<plotname>] @@ -3431,6 +3457,7 @@ + color <value>
     @@ -3486,6 +3513,7 @@ + [<plotname>] @@ -3538,6 +3566,7 @@ + width <value>
     @@ -3593,6 +3622,7 @@ + [<plotname>] @@ -3645,6 +3675,7 @@ + dash [yes|no]
     @@ -3699,6 +3730,7 @@ + [<plotname>] @@ -3751,6 +3783,7 @@ + error [yes|no]
     @@ -3805,6 +3838,7 @@ + [<plotname>] @@ -3857,6 +3891,7 @@ + error color <value>
     @@ -3912,6 +3947,7 @@ + [<plotname>] @@ -3964,6 +4000,7 @@ + color <value>
     @@ -4019,6 +4056,7 @@ + [<plotname>] @@ -4071,6 +4109,7 @@ + error width <value>
     @@ -4126,6 +4165,7 @@ + [<plotname>] @@ -4178,6 +4218,7 @@ + name <string>

@@ -4293,6 +4334,7 @@ + ds9 plot axis x min
$xpaget @@ -4346,6 +4388,7 @@ + ds9 plot axis x max
$xpaget ds9 plot axis x format
$xpaget @@ -4396,6 +4439,7 @@ + ds9 plot legend
$xpaget ds9 plot legend position
@@ -4453,6 +4497,7 @@ + ds9 plot font numbers size
$xpaget @@ -4506,6 +4551,7 @@ + ds9 plot font numbers weight
$xpaget @@ -4559,6 +4605,7 @@ + ds9 plot font numbers slant
$xpaget @@ -4612,6 +4659,7 @@ + ds9 plot title
$xpaget @@ -4665,6 +4713,7 @@ + ds9 plot title x
$xpaget ds9 plot barmode
@@ -4747,6 +4796,7 @@ + ds9 plot dash
$xpaget @@ -4800,6 +4850,7 @@ + ds9 plot error
$xpaget @@ -4853,6 +4904,7 @@ + ds9 plot error color
$xpaget @@ -4907,6 +4959,7 @@ + ds9 plot error width
$xpaget @@ -4961,6 +5014,7 @@ + ds9 plot name
$xpaset @@ -5014,6 +5068,7 @@ + -p ds9 plot show yes
$xpaset -p ds9 plot shape circle
$xpaset -p ds9 plot shape fill no
@@ -5519,6 +5574,7 @@ + method.

Syntax:
saveimage
[fits|eps|gif|tiff|jpeg|png] <filename>
@@ -5847,6 +5903,7 @@ +
compression method.

Syntax:
tiff [new|slice] [<filename>] [none|jpeg|packbits|deflate]
-- cgit v0.12