<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to XEasyWrite</title><link>https://sourceforge.net/p/infos/wiki/XEasyWrite/</link><description>Recent changes to XEasyWrite</description><atom:link href="https://sourceforge.net/p/infos/wiki/XEasyWrite/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 08 Sep 2016 15:49:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/infos/wiki/XEasyWrite/feed" rel="self" type="application/rss+xml"/><item><title>XEasyWrite modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/XEasyWrite/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,14 +1,14 @@
 ###XEasyWrite
 (see the [XEasy Manual](http://triton.iqfr.csic.es/HTML-manuals/xeasy-manual/xeasy_c.html) for details of the XEasy format)

-‘XEasy_write’ generates a peak list file from the ‘fit’ structure for exporting peaks into other programs, using the XEasy format. Usage is as follows, where path is the location for which the file will be saved, and ‘fit’ is the usual spectrum fitting variable.
+‘XEasy_write’ generates a peak list file from the [‘fit’](/p/infos/wiki/fit_struct) structure for exporting peaks into other programs, using the XEasy format. Usage is as follows, where path is the location for which the file will be saved, and ‘fit’ is the usual spectrum fitting variable.

     XEasy_write(path,fit);

 To change the order of dimensions for the output file, one may specify an output ordering as a vector with the desired dimension order For example, ‘order=\[1 3 2\]’ will output the first dimension of the fit first, the third dimension of the fit second, and the second dimension of the fit third.

     XEasy_write(path,fit,order);
-Finally, as with ‘spec2Bruker’, one may overwrite existing files without being prompted by specifying
+Finally, as with [‘spec2Bruker’](/p/infos/wiki/spec2Bruker), one may overwrite existing files without being prompted by specifying

     XEasy_write(path,fit,order,’overwrite’);
 Here, ‘order’ may be replaced with ‘\[ \]’, which will then use the default ordering.
&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 15:49:55 -0000</pubDate><guid>https://sourceforge.netd728054b9c2c07261a3a71db4d2feb7c684d9b45</guid></item><item><title>XEasyWrite modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/XEasyWrite/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -5,7 +5,7 @@

     XEasy_write(path,fit);

-To change the order of dimensions for the output file, one may specify an output ordering as a vector with the desired dimension order For example, ‘order=[1 3 2]’ will output the first dimension of the fit first, the third dimension of the fit second, and the second dimension of the fit third.
+To change the order of dimensions for the output file, one may specify an output ordering as a vector with the desired dimension order For example, ‘order=\[1 3 2\]’ will output the first dimension of the fit first, the third dimension of the fit second, and the second dimension of the fit third.

     XEasy_write(path,fit,order);
 Finally, as with ‘spec2Bruker’, one may overwrite existing files without being prompted by specifying
&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 12:48:54 -0000</pubDate><guid>https://sourceforge.net6674f437c3bed808b057aa0746162683f0fd3eb3</guid></item><item><title>XEasyWrite modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/XEasyWrite/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,5 +1,6 @@
 ###XEasyWrite
 (see the [XEasy Manual](http://triton.iqfr.csic.es/HTML-manuals/xeasy-manual/xeasy_c.html) for details of the XEasy format)
+
 ‘XEasy_write’ generates a peak list file from the ‘fit’ structure for exporting peaks into other programs, using the XEasy format. Usage is as follows, where path is the location for which the file will be saved, and ‘fit’ is the usual spectrum fitting variable.

     XEasy_write(path,fit);
&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 12:48:40 -0000</pubDate><guid>https://sourceforge.net18016b2ded6011a55ab102a72dee0cf4d8d7dc29</guid></item><item><title>XEasyWrite modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/XEasyWrite/</link><description>&lt;div class="markdown_content"&gt;&lt;h3 id="xeasywrite"&gt;XEasyWrite&lt;/h3&gt;
&lt;p&gt;(see the &lt;a class="" href="http://triton.iqfr.csic.es/HTML-manuals/xeasy-manual/xeasy_c.html" rel="nofollow"&gt;XEasy Manual&lt;/a&gt; for details of the XEasy format)&lt;br/&gt;
‘XEasy_write’ generates a peak list file from the ‘fit’ structure for exporting peaks into other programs, using the XEasy format. Usage is as follows, where path is the location for which the file will be saved, and ‘fit’ is the usual spectrum fitting variable.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;XEasy_write(path,fit);
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;To change the order of dimensions for the output file, one may specify an output ordering as a vector with the desired dimension order For example, ‘order=&lt;span&gt;[1 3 2]&lt;/span&gt;’ will output the first dimension of the fit first, the third dimension of the fit second, and the second dimension of the fit third.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;XEasy_write(path,fit,order);
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Finally, as with ‘spec2Bruker’, one may overwrite existing files without being prompted by specifying&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;XEasy_write(path,fit,order,’overwrite’);
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;Here, ‘order’ may be replaced with ‘[ ]’, which will then use the default ordering.&lt;/p&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 12:48:23 -0000</pubDate><guid>https://sourceforge.net256a570dfe1249f60e4c70bf126e0693a9a1039f</guid></item></channel></rss>