<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to RestrictVar</title><link>https://sourceforge.net/p/infos/wiki/RestrictVar/</link><description>Recent changes to RestrictVar</description><atom:link href="https://sourceforge.net/p/infos/wiki/RestrictVar/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 12 Sep 2016 14:59:55 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/infos/wiki/RestrictVar/feed" rel="self" type="application/rss+xml"/><item><title>RestrictVar modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/RestrictVar/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,4 @@
 ###Restricting Fit Variables
 The FitSpec function allows restriction of fit variables, either by establishing allowed ranges for those variables or by locking variables in place. If an initial fit is given, then the ['fit0'](/p/infos/wiki/fit0_struct) structure may contain the field ‘fit0.fixed’ (or alternatively, ['par'](/p/infos/wiki/par_struct) may contain ‘par.fixed’). This variable allows one to lock all intensities, peak positions, and/or linewidths separately for each dimension. Also, if an initial fit is given, then ‘fit0’ may have fields ‘fit0.rangeX’ and ‘fit0.lw_rangeX’ which give upper and lower bounds for peak position and linewidth, respectively, for each peak (X is the dimension number). Then, one may restrict each peak differently if desired. Typically, it is not a good idea to use these options if the peak list is not fixed (i.e. peaks are going to be added during the fit), although it is possible.

-Additionally, one may specify restrictions on fit variables in the ‘par’ structure. ‘par.rangeX’ and ‘par.lw_rangeX’ restrict peak position and linewidth, but are a single element in the ‘par’ structure, and restrict the variation of peak position and linewidth from its initial position (+/– half the value given in ‘par.rangeX’ or ’par.lw_rangeX’). One may also restrict the maximum and minimum linewidths of all peaks using ‘par.max_lwX’ and ‘par.min_lwX’. These options may be used with non-fixed peak lists, but care should be taken to not over-restrict the fit.
+Alternatively, one may specify restrictions on fit variables in the ‘par’ structure. ‘par.rangeX’ and ‘par.lw_rangeX’ restrict peak position and linewidth, but are a single element in the ‘par’ structure, and restrict the variation of peak position and linewidth from its initial position (+/– half the value given in ‘par.rangeX’ or ’par.lw_rangeX’). One may also restrict the maximum and minimum linewidths of all peaks using ‘par.max_lwX’ and ‘par.min_lwX’. These options may be used with non-fixed peak lists, but care should be taken to not over-restrict the fit.
&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 14:59:55 -0000</pubDate><guid>https://sourceforge.neta77ecd9734f2c74abf3fa439c1cdd03473e4e77f</guid></item><item><title>RestrictVar modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/RestrictVar/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,4 +1,4 @@
 ###Restricting Fit Variables
-The FitSpec function allows restriction of fit variables, either by establishing allowed ranges for those variables or by locking variables in place. If an initial fit is given, then the ‘fit0’ structure may contain the field ‘fit0.fixed’ (or alternatively, ‘par’ may contain ‘par.fixed’). This variable allows one to lock all intensities, peak positions, and/or linewidths separately for each dimension. Also, if an initial fit is given, then ‘fit0’ may have fields ‘fit0.rangeX’ and ‘fit0.lw_rangeX’ which give upper and lower bounds for peak position and linewidth, respectively, for each peak (X is the dimension number). Then, one may restrict each peak differently if desired. Typically, it is not a good idea to use these options if the peak list is not fixed (i.e. peaks are going to be added during the fit), although it is possible.  
+The FitSpec function allows restriction of fit variables, either by establishing allowed ranges for those variables or by locking variables in place. If an initial fit is given, then the ['fit0'](/p/infos/wiki/fit0_struct) structure may contain the field ‘fit0.fixed’ (or alternatively, ['par'](/p/infos/wiki/par_struct) may contain ‘par.fixed’). This variable allows one to lock all intensities, peak positions, and/or linewidths separately for each dimension. Also, if an initial fit is given, then ‘fit0’ may have fields ‘fit0.rangeX’ and ‘fit0.lw_rangeX’ which give upper and lower bounds for peak position and linewidth, respectively, for each peak (X is the dimension number). Then, one may restrict each peak differently if desired. Typically, it is not a good idea to use these options if the peak list is not fixed (i.e. peaks are going to be added during the fit), although it is possible.

 Additionally, one may specify restrictions on fit variables in the ‘par’ structure. ‘par.rangeX’ and ‘par.lw_rangeX’ restrict peak position and linewidth, but are a single element in the ‘par’ structure, and restrict the variation of peak position and linewidth from its initial position (+/– half the value given in ‘par.rangeX’ or ’par.lw_rangeX’). One may also restrict the maximum and minimum linewidths of all peaks using ‘par.max_lwX’ and ‘par.min_lwX’. These options may be used with non-fixed peak lists, but care should be taken to not over-restrict the 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 14:09:01 -0000</pubDate><guid>https://sourceforge.netd0f55d77f9081fefaa9e8feb23c8af28bad1ee2e</guid></item><item><title>RestrictVar modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/RestrictVar/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,3 +1,4 @@
 ###Restricting Fit Variables
-    The FitSpec function allows restriction of fit variables, either by establishing allowed ranges for those variables or by locking variables in place. If an initial fit is given, then the ‘fit0’ structure may contain the field ‘fit0.fixed’ (or alternatively, ‘par’ may contain ‘par.fixed’). This variable allows one to lock all intensities, peak positions, and/or linewidths separately for each dimension. Also, if an initial fit is given, then ‘fit0’ may have fields ‘fit0.rangeX’ and ‘fit0.lw_rangeX’ which give upper and lower bounds for peak position and linewidth, respectively, for each peak (X is the dimension number). Then, one may restrict each peak differently if desired. Typically, it is not a good idea to use these options if the peak list is not fixed (i.e. peaks are going to be added during the fit), although it is possible.
-    Additionally, one may specify restrictions on fit variables in the ‘par’ structure. ‘par.rangeX’ and ‘par.lw_rangeX’ restrict peak position and linewidth, but are a single element in the ‘par’ structure, and restrict the variation of peak position and linewidth from its initial position (+/– half the value given in ‘par.rangeX’ or ’par.lw_rangeX’). One may also restrict the maximum and minimum linewidths of all peaks using ‘par.max_lwX’ and ‘par.min_lwX’. These options may be used with non-fixed peak lists, but care should be taken to not over-restrict the fit.
+The FitSpec function allows restriction of fit variables, either by establishing allowed ranges for those variables or by locking variables in place. If an initial fit is given, then the ‘fit0’ structure may contain the field ‘fit0.fixed’ (or alternatively, ‘par’ may contain ‘par.fixed’). This variable allows one to lock all intensities, peak positions, and/or linewidths separately for each dimension. Also, if an initial fit is given, then ‘fit0’ may have fields ‘fit0.rangeX’ and ‘fit0.lw_rangeX’ which give upper and lower bounds for peak position and linewidth, respectively, for each peak (X is the dimension number). Then, one may restrict each peak differently if desired. Typically, it is not a good idea to use these options if the peak list is not fixed (i.e. peaks are going to be added during the fit), although it is possible.  
+
+Additionally, one may specify restrictions on fit variables in the ‘par’ structure. ‘par.rangeX’ and ‘par.lw_rangeX’ restrict peak position and linewidth, but are a single element in the ‘par’ structure, and restrict the variation of peak position and linewidth from its initial position (+/– half the value given in ‘par.rangeX’ or ’par.lw_rangeX’). One may also restrict the maximum and minimum linewidths of all peaks using ‘par.max_lwX’ and ‘par.min_lwX’. These options may be used with non-fixed peak lists, but care should be taken to not over-restrict the 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 09:39:16 -0000</pubDate><guid>https://sourceforge.netb812dee2c291fbd3e3f288f63ff91e4a7b6759ad</guid></item><item><title>RestrictVar modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/RestrictVar/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,3 +1,3 @@
 ###Restricting Fit Variables
-The FitSpec function allows restriction of fit variables, either by establishing allowed ranges for those variables or by locking variables in place. If an initial fit is given, then the ‘fit0’ structure may contain the field ‘fit0.fixed’ (or alternatively, ‘par’ may contain ‘par.fixed’). This variable allows one to lock all intensities, peak positions, and/or linewidths separately for each dimension. Also, if an initial fit is given, then ‘fit0’ may have fields ‘fit0.rangeX’ and ‘fit0.lw_rangeX’ which give upper and lower bounds for peak position and linewidth, respectively, for each peak (X is the dimension number). Then, one may restrict each peak differently if desired. Typically, it is not a good idea to use these options if the peak list is not fixed (i.e. peaks are going to be added during the fit), although it is possible.
-   Additionally, one may specify restrictions on fit variables in the ‘par’ structure. ‘par.rangeX’ and ‘par.lw_rangeX’ restrict peak position and linewidth, but are a single element in the ‘par’ structure, and restrict the variation of peak position and linewidth from its initial position (+/– half the value given in ‘par.rangeX’ or ’par.lw_rangeX’). One may also restrict the maximum and minimum linewidths of all peaks using ‘par.max_lwX’ and ‘par.min_lwX’. These options may be used with non-fixed peak lists, but care should be taken to not over-restrict the fit.
+    The FitSpec function allows restriction of fit variables, either by establishing allowed ranges for those variables or by locking variables in place. If an initial fit is given, then the ‘fit0’ structure may contain the field ‘fit0.fixed’ (or alternatively, ‘par’ may contain ‘par.fixed’). This variable allows one to lock all intensities, peak positions, and/or linewidths separately for each dimension. Also, if an initial fit is given, then ‘fit0’ may have fields ‘fit0.rangeX’ and ‘fit0.lw_rangeX’ which give upper and lower bounds for peak position and linewidth, respectively, for each peak (X is the dimension number). Then, one may restrict each peak differently if desired. Typically, it is not a good idea to use these options if the peak list is not fixed (i.e. peaks are going to be added during the fit), although it is possible.
+    Additionally, one may specify restrictions on fit variables in the ‘par’ structure. ‘par.rangeX’ and ‘par.lw_rangeX’ restrict peak position and linewidth, but are a single element in the ‘par’ structure, and restrict the variation of peak position and linewidth from its initial position (+/– half the value given in ‘par.rangeX’ or ’par.lw_rangeX’). One may also restrict the maximum and minimum linewidths of all peaks using ‘par.max_lwX’ and ‘par.min_lwX’. These options may be used with non-fixed peak lists, but care should be taken to not over-restrict the 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 09:38:53 -0000</pubDate><guid>https://sourceforge.netca0e3193ed103630f3f3a00f2a12e33368ae9fe5</guid></item><item><title>RestrictVar modified by A. Smith</title><link>https://sourceforge.net/p/infos/wiki/RestrictVar/</link><description>&lt;div class="markdown_content"&gt;&lt;h3 id="restricting-fit-variables"&gt;Restricting Fit Variables&lt;/h3&gt;
&lt;p&gt;The FitSpec function allows restriction of fit variables, either by establishing allowed ranges for those variables or by locking variables in place. If an initial fit is given, then the ‘fit0’ structure may contain the field ‘fit0.fixed’ (or alternatively, ‘par’ may contain ‘par.fixed’). This variable allows one to lock all intensities, peak positions, and/or linewidths separately for each dimension. Also, if an initial fit is given, then ‘fit0’ may have fields ‘fit0.rangeX’ and ‘fit0.lw_rangeX’ which give upper and lower bounds for peak position and linewidth, respectively, for each peak (X is the dimension number). Then, one may restrict each peak differently if desired. Typically, it is not a good idea to use these options if the peak list is not fixed (i.e. peaks are going to be added during the fit), although it is possible.&lt;br/&gt;
    Additionally, one may specify restrictions on fit variables in the ‘par’ structure. ‘par.rangeX’ and ‘par.lw_rangeX’ restrict peak position and linewidth, but are a single element in the ‘par’ structure, and restrict the variation of peak position and linewidth from its initial position (+/– half the value given in ‘par.rangeX’ or ’par.lw_rangeX’). One may also restrict the maximum and minimum linewidths of all peaks using ‘par.max_lwX’ and ‘par.min_lwX’. These options may be used with non-fixed peak lists, but care should be taken to not over-restrict the fit.&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 09:38:24 -0000</pubDate><guid>https://sourceforge.net91a65ff3496cd81f075e9e72d8333f8ade25c5aa</guid></item></channel></rss>