<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to FullSpecCalc</title><link>https://sourceforge.net/p/infos/wiki/FullSpecCalc/</link><description>Recent changes to FullSpecCalc</description><atom:link href="https://sourceforge.net/p/infos/wiki/FullSpecCalc/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 08 Sep 2016 15:56:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/infos/wiki/FullSpecCalc/feed" rel="self" type="application/rss+xml"/><item><title>FullSpecCalc modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/FullSpecCalc/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,5 +1,5 @@
 ###FullSpecCalc
-The ‘FullSpecCalc’ function generates spectra from a list of peak positions, linewidths, and intensities for arbitrary spectrum dimensions. This information is provided in a structure, ‘spec_par’. Then, ‘spec_par’ must have fields ‘spec_par.I’ to specify the intensity, and for each dimension, X,  it must have the field ‘spec_par.deltaX’ to specify the position and either ‘spec_par.lwX’ or ‘spec_par.FWHMX’ to specify the linewidth. These fields follow the same formatting as in the [‘fit’](/p/infos/wiki/fit0_struct) variable . One must also provide [processing and acquisition information, and signal decay information](/p/infos/wiki/dn_struct). This is provided in a ‘par’ variable, which contains fields ‘par.dX’ for each dimension, X. Alternatively, one may provide a [‘shapes0’](/p/infos/wiki/shapes0) structure, either being user generated, or generated by FitSpec. Finally, the lowest ppm value in each dimension must be provided in a vector, ‘f’, so that ‘f’ has one entry for each dimension. This is required because the ‘par’ variable or the ‘shapes0’ variable provide information on spectrum breadth and number of points in the spectrum, but do not specify its position.
+The ‘FullSpecCalc’ function generates spectra from a list of peak positions, linewidths, and intensities for arbitrary spectrum dimensions. This information is provided in a structure, ‘spec_par’. Then, ‘spec_par’ must have fields ‘spec_par.I’ to specify the intensity, and for each dimension, X,  it must have the field ‘spec_par.deltaX’ to specify the position and either ‘spec_par.lwX’ or ‘spec_par.FWHMX’ to specify the linewidth. These fields follow the same formatting as in the [‘fit’](/p/infos/wiki/fit_struct) variable . One must also provide [processing and acquisition information, and signal decay information](/p/infos/wiki/dn_struct). This is provided in a ‘par’ variable, which contains fields ‘par.dX’ for each dimension, X. Alternatively, one may provide a [‘shapes0’](/p/infos/wiki/shapes0) structure, either being user generated, or generated by FitSpec. Finally, the lowest ppm value in each dimension must be provided in a vector, ‘f’, so that ‘f’ has one entry for each dimension. This is required because the ‘par’ variable or the ‘shapes0’ variable provide information on spectrum breadth and number of points in the spectrum, but do not specify its position.

 To calculate a spectrum from ‘spec_par’  and ‘par’ variables:

&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:56:26 -0000</pubDate><guid>https://sourceforge.net1010decf48da9e5476113320547250e78c62598a</guid></item><item><title>FullSpecCalc modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/FullSpecCalc/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,5 +1,5 @@
 ###FullSpecCalc
-The ‘FullSpecCalc’ function generates spectra from a list of peak positions, linewidths, and intensities for arbitrary spectrum dimensions. This information is provided in a structure, ‘spec_par’. Then, ‘spec_par’ must have fields ‘spec_par.I’ to specify the intensity, and for each dimension, X,  it must have the field ‘spec_par.deltaX’ to specify the position and either ‘spec_par.lwX’ or ‘spec_par.FWHMX’ to specify the linewidth. This follows the same formatting as the ‘fit’ variable (section 2.4.1). One must also provide processing and acquisition information, and signal decay information (see section 2.3). This is provided in a ‘par’ variable, which contains fields ‘par.dX’ for each dimension, X (see section 2.3 for formatting). Alternatively, one may provide a ‘shapes0’ structure, either being user generated (see section 2.6), or generated by FitSpec. Finally, the lowest ppm value in each dimension must be provided in a vector, ‘f’, so that ‘f’ has one entry for each dimension. This is required because the ‘par’ variable or the ‘shapes0’ variable provide information on spectrum breadth and number of points in the spectrum, but do not specify its position.
+The ‘FullSpecCalc’ function generates spectra from a list of peak positions, linewidths, and intensities for arbitrary spectrum dimensions. This information is provided in a structure, ‘spec_par’. Then, ‘spec_par’ must have fields ‘spec_par.I’ to specify the intensity, and for each dimension, X,  it must have the field ‘spec_par.deltaX’ to specify the position and either ‘spec_par.lwX’ or ‘spec_par.FWHMX’ to specify the linewidth. These fields follow the same formatting as in the [‘fit’](/p/infos/wiki/fit0_struct) variable . One must also provide [processing and acquisition information, and signal decay information](/p/infos/wiki/dn_struct). This is provided in a ‘par’ variable, which contains fields ‘par.dX’ for each dimension, X. Alternatively, one may provide a [‘shapes0’](/p/infos/wiki/shapes0) structure, either being user generated, or generated by FitSpec. Finally, the lowest ppm value in each dimension must be provided in a vector, ‘f’, so that ‘f’ has one entry for each dimension. This is required because the ‘par’ variable or the ‘shapes0’ variable provide information on spectrum breadth and number of points in the spectrum, but do not specify its position.

 To calculate a spectrum from ‘spec_par’  and ‘par’ variables:

@@ -8,5 +8,5 @@

     calc_spec=FullSpecCalc(spec_par,shapes0,f);

-Alternatively, if the ‘spec_par’ variable can be replaced by a ‘fit’ variable (the output from ‘FitSpec’). Then, INFOS can determine ‘f’ and ‘par’ from information stored in ‘fit’ (assuming it has not been deleted by the user). The user may edit the positions, intensities, and linewidths in the ‘fit’ to calculate differences in the spectrum.  
+Alternatively, if the ‘spec_par’ variable can be replaced by a [‘fit’](/p/infos/wiki/fit_struct) variable (the output from ‘FitSpec’). Then, INFOS can determine ‘f’ and ‘par’ from information stored in ‘fit’ (assuming it has not been deleted by the user). The user may edit the positions, intensities, and linewidths in the ‘fit’ to calculate differences in the spectrum.  

&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:55:49 -0000</pubDate><guid>https://sourceforge.net743537d9ebcce6c13035e5afb7d29167a03e6325</guid></item><item><title>FullSpecCalc modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/FullSpecCalc/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -7,3 +7,6 @@
 To calculate a spectrum from ‘spec_par’ and ‘shapes0’ variables:

     calc_spec=FullSpecCalc(spec_par,shapes0,f);
+
+Alternatively, if the ‘spec_par’ variable can be replaced by a ‘fit’ variable (the output from ‘FitSpec’). Then, INFOS can determine ‘f’ and ‘par’ from information stored in ‘fit’ (assuming it has not been deleted by the user). The user may edit the positions, intensities, and linewidths in the ‘fit’ to calculate differences in the spectrum.  
+
&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 13:12:36 -0000</pubDate><guid>https://sourceforge.net81db4e71f94ff42dd35cf8fe1a6272be1ea8bc51</guid></item><item><title>FullSpecCalc modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/FullSpecCalc/</link><description>&lt;div class="markdown_content"&gt;&lt;h3 id="fullspeccalc"&gt;FullSpecCalc&lt;/h3&gt;
&lt;p&gt;The ‘FullSpecCalc’ function generates spectra from a list of peak positions, linewidths, and intensities for arbitrary spectrum dimensions. This information is provided in a structure, ‘spec_par’. Then, ‘spec_par’ must have fields ‘spec_par.I’ to specify the intensity, and for each dimension, X,  it must have the field ‘spec_par.deltaX’ to specify the position and either ‘spec_par.lwX’ or ‘spec_par.FWHMX’ to specify the linewidth. This follows the same formatting as the ‘fit’ variable (section 2.4.1). One must also provide processing and acquisition information, and signal decay information (see section 2.3). This is provided in a ‘par’ variable, which contains fields ‘par.dX’ for each dimension, X (see section 2.3 for formatting). Alternatively, one may provide a ‘shapes0’ structure, either being user generated (see section 2.6), or generated by FitSpec. Finally, the lowest ppm value in each dimension must be provided in a vector, ‘f’, so that ‘f’ has one entry for each dimension. This is required because the ‘par’ variable or the ‘shapes0’ variable provide information on spectrum breadth and number of points in the spectrum, but do not specify its position.&lt;/p&gt;
&lt;p&gt;To calculate a spectrum from ‘spec_par’  and ‘par’ variables:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;calc_spec=FullSpecCalc(spec_par,par,f);
&lt;/pre&gt;&lt;/div&gt;


&lt;p&gt;To calculate a spectrum from ‘spec_par’ and ‘shapes0’ variables:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;calc_spec=FullSpecCalc(spec_par,shapes0,f);
&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:06:09 -0000</pubDate><guid>https://sourceforge.netca0183b26dd38f403a53ba236be92a529735246d</guid></item></channel></rss>