<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to slice_disp</title><link>https://sourceforge.net/p/infos/wiki/slice_disp/</link><description>Recent changes to slice_disp</description><atom:link href="https://sourceforge.net/p/infos/wiki/slice_disp/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Sep 2016 15:22:31 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/infos/wiki/slice_disp/feed" rel="self" type="application/rss+xml"/><item><title>slice_disp modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/slice_disp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,5 +1,5 @@
 ###slice_disp
-The ‘slice_disp’ program is a tool for viewing and extracting 1D slices of a 2D spectrum. One executes ‘slice_disp’ exactly the same way as [‘quik_2Dplot’](/p/infos/wiki/quik_2Dplot), using a [‘spec’](/p/infos/wiki/spec_struct) variable and a ‘plotpar’ variable. ‘slice_disp’ will then show the spectrum, but also includes 1D plots above and beside the spectrum. These initially show the projection across each spectrum dimension, but the user may then click on the 2D spectrum to obtain slices through both dimensions. For zooming, one may use the zoom tool as usual. In order to store the slices, one must call ‘slice_disp’ with one or two outputs, and ‘slice_disp’ will allow the user to select a point in the spectrum to slice. When storing selected slices, the program will terminate after the user responds ‘y’ on the command line.
+The ‘slice_disp’ program is a tool for viewing and extracting 1D slices of a 2D spectrum. One executes ‘slice_disp’ exactly the same way as [‘quik_2Dplot’](/p/infos/wiki/quik_2Dplot), using a [‘spec’](/p/infos/wiki/spec_struct) variable and a ‘plotpar’ variable. ‘slice_disp’ will then show the spectrum, but also includes 1D plots above and beside the spectrum. These initially show the projection across each spectrum dimension, but the user may then click on the 2D spectrum to obtain slices through both dimensions. For zooming, one may use the MATLAB zoom tool as usual. In order to store the slices, one must call ‘slice_disp’ with one or two outputs, and ‘slice_disp’ will allow the user to select a point in the spectrum to slice. When storing selected slices, the program will terminate after the user responds ‘y’ on the command line.

 To store both 1D slices in a cell:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Mon, 12 Sep 2016 15:22:31 -0000</pubDate><guid>https://sourceforge.net7014c91936347af235ddcd47f36b5a34ff7b2938</guid></item><item><title>slice_disp modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/slice_disp/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,5 @@
 ###slice_disp
-The ‘slice_disp’ program is a tool for viewing and extracting 1D slices of a 2D spectrum. One executes ‘slice_disp’ exactly the same way as ‘quik_2Dplot’ (see 3.5.1), using a ‘spec’ variable and a ‘par’ variable. ‘slice_disp’ will then show the spectrum, but also includes 1D plots above and beside the spectrum. These initially show the projection across each spectrum dimension, but the user may then click on the 2D spectrum to obtain slices through both dimensions. For zooming, one may use the zoom tool as usual. In order to store the slices, one must call ‘slice_disp’ with one or two outputs, and ‘slice_disp’ will allow the user to select a point in the spectrum to slice. When storing selected slices, the program will terminate after the user responds ‘y’ on the command line.
+The ‘slice_disp’ program is a tool for viewing and extracting 1D slices of a 2D spectrum. One executes ‘slice_disp’ exactly the same way as [‘quik_2Dplot’](/p/infos/wiki/quik_2Dplot), using a [‘spec’](/p/infos/wiki/spec_struct) variable and a ‘plotpar’ variable. ‘slice_disp’ will then show the spectrum, but also includes 1D plots above and beside the spectrum. These initially show the projection across each spectrum dimension, but the user may then click on the 2D spectrum to obtain slices through both dimensions. For zooming, one may use the zoom tool as usual. In order to store the slices, one must call ‘slice_disp’ with one or two outputs, and ‘slice_disp’ will allow the user to select a point in the spectrum to slice. When storing selected slices, the program will terminate after the user responds ‘y’ on the command line.

 To store both 1D slices in a cell:

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Thu, 08 Sep 2016 16:00:48 -0000</pubDate><guid>https://sourceforge.net497332ca33b36e70876d15b5aa270a2d0c88a73b</guid></item><item><title>slice_disp modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/slice_disp/</link><description>&lt;div class="markdown_content"&gt;&lt;h3 id="slice_disp"&gt;slice_disp&lt;/h3&gt;
&lt;p&gt;The ‘slice_disp’ program is a tool for viewing and extracting 1D slices of a 2D spectrum. One executes ‘slice_disp’ exactly the same way as ‘quik_2Dplot’ (see 3.5.1), using a ‘spec’ variable and a ‘par’ variable. ‘slice_disp’ will then show the spectrum, but also includes 1D plots above and beside the spectrum. These initially show the projection across each spectrum dimension, but the user may then click on the 2D spectrum to obtain slices through both dimensions. For zooming, one may use the zoom tool as usual. In order to store the slices, one must call ‘slice_disp’ with one or two outputs, and ‘slice_disp’ will allow the user to select a point in the spectrum to slice. When storing selected slices, the program will terminate after the user responds ‘y’ on the command line.&lt;/p&gt;
&lt;p&gt;To store both 1D slices in a cell:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;slices=slice_disp(spec,plotpar);
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;To store each slice separately:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span class="p"&gt;[&lt;/span&gt;&lt;span class="n"&gt;slice1&lt;/span&gt; &lt;span class="n"&gt;slice2&lt;/span&gt;&lt;span class="p"&gt;]&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="n"&gt;slice_disp&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;spec&lt;/span&gt;&lt;span class="p"&gt;,&lt;/span&gt;&lt;span class="n"&gt;plotpar&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;To display slices without storing the results:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;slice_disp(spec,plotpar)
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">A. Smith</dc:creator><pubDate>Thu, 08 Sep 2016 13:33:12 -0000</pubDate><guid>https://sourceforge.net92ee41298461b58bb003ae2e3aa61f566fee9301</guid></item></channel></rss>