compile documentation for release 3.0.0

This commit is contained in:
2022-03-01 15:33:15 +01:00
parent fa24916aa6
commit 43689ef162
304 changed files with 28296 additions and 7262 deletions
+29 -27
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Projections</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('_page_projections.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('_page_projections.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -80,36 +82,36 @@ $(document).ready(function(){initNavTree('_page_projections.html','');});
</iframe>
</div>
<div class="header">
<div class="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">Projections </div> </div>
</div><!--header-->
<div class="contents">
<div class="textblock"><p>the functions of the anglescan package support the following map projections.</p>
<p>for a description of the different projections, see, for example, <a href="https://en.wikipedia.org/wiki/Map_projection">https://en.wikipedia.org/wiki/Map_projection</a></p>
<table class="doxtable">
<tr>
<th align="center">Selector </th><th align="center">Projection </th><th align="center">Function </th><th align="left">Properties </th></tr>
<tr>
<td align="center">kProjDist = 0 </td><td align="center">azimuthal equidistant </td><td align="center">r = c * theta </td><td align="left">radius is proportional to polar angle. </td></tr>
<tr>
<td align="center">kProjStereo = 1 </td><td align="center">stereographic </td><td align="center">r = c * tan theta/2 </td><td align="left">circles on sphere map to circles. </td></tr>
<tr>
<td align="center">kProjArea = 2 </td><td align="center">azimuthal equal-area </td><td align="center">r = c * sin theta/2 </td><td align="left">preserves area measure. </td></tr>
<tr>
<td align="center">kProjGnom = 3 </td><td align="center">gnomonic </td><td align="center">r = c * tan theta </td><td align="left">great circles map to straight lines. </td></tr>
<tr>
<td align="center">kProjOrtho = 4 </td><td align="center">orthographic </td><td align="center">r = c * sin theta </td><td align="left">k-space mapping in ARPES and LEED. </td></tr>
<div class="textblock"><p>the functions of the anglescan package support the following map projections. for a description of the different projections, see, for example, <a href="https://en.wikipedia.org/wiki/Map_projection">https://en.wikipedia.org/wiki/Map_projection</a></p>
<table class="markdownTable">
<tr class="markdownTableHead">
<th class="markdownTableHeadCenter">Selector </th><th class="markdownTableHeadCenter">Projection </th><th class="markdownTableHeadCenter">Function </th><th class="markdownTableHeadLeft">Properties </th></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyCenter">kProjDist = 0 </td><td class="markdownTableBodyCenter">azimuthal equidistant </td><td class="markdownTableBodyCenter">r = c * theta </td><td class="markdownTableBodyLeft">radius is proportional to polar angle. </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyCenter">kProjStereo = 1 </td><td class="markdownTableBodyCenter">stereographic </td><td class="markdownTableBodyCenter">r = c * tan theta/2 </td><td class="markdownTableBodyLeft">circles on sphere map to circles. </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyCenter">kProjArea = 2 </td><td class="markdownTableBodyCenter">azimuthal equal-area </td><td class="markdownTableBodyCenter">r = c * sin theta/2 </td><td class="markdownTableBodyLeft">preserves area measure. </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyCenter">kProjGnom = 3 </td><td class="markdownTableBodyCenter">gnomonic </td><td class="markdownTableBodyCenter">r = c * tan theta </td><td class="markdownTableBodyLeft">great circles map to straight lines. </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyCenter">kProjOrtho = 4 </td><td class="markdownTableBodyCenter">orthographic </td><td class="markdownTableBodyCenter">r = c * sin theta </td><td class="markdownTableBodyLeft">k-space mapping in ARPES and LEED. </td></tr>
</table>
<p>the projections in this package are defined for 0 &lt;= theta &lt; 90. </p>
</div></div><!-- contents -->
</div><!-- PageDoc -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: anglescan-processing.dox File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('anglescan-processing_8dox.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('anglescan-processing_8dox.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -91,9 +93,9 @@ $(document).ready(function(){initNavTree('anglescan-processing_8dox.html','');})
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="anglescan-processing_8dox.html">anglescan-processing.dox</a></li>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Data Structures</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('annotated.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('annotated.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -96,9 +98,9 @@ $(document).ready(function(){initNavTree('annotated.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+20 -14
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Data Structure Index</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('classes.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('classes.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -88,10 +90,14 @@ $(document).ready(function(){initNavTree('classes.html','');});
<div class="qindex"><a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a></div>
<table class="classindex">
<tr><td rowspan="2" valign="bottom"><a name="letter_d"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;d&#160;&#160;</div></td></tr></table>
</td><td rowspan="2" valign="bottom"><a name="letter_e"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;e&#160;&#160;</div></td></tr></table>
</td><td></td></tr>
</td>
<td rowspan="2" valign="bottom"><a name="letter_e"></a><table border="0" cellspacing="0" cellpadding="0"><tr><td><div class="ah">&#160;&#160;e&#160;&#160;</div></td></tr></table>
</td>
<td></td></tr>
<tr><td></td></tr>
<tr><td valign="top"><a class="el" href="struct_doniach_sunjic_struct.html">DoniachSunjicStruct</a>&#160;&#160;&#160;</td><td valign="top"><a class="el" href="structerror_code.html">errorCode</a>&#160;&#160;&#160;</td><td></td></tr>
<tr><td valign="top"><a class="el" href="struct_doniach_sunjic_struct.html">DoniachSunjicStruct</a>&#160;&#160;&#160;</td>
<td valign="top"><a class="el" href="structerror_code.html">errorCode</a>&#160;&#160;&#160;</td>
<td></td></tr>
<tr><td></td><td></td><td></td></tr>
</table>
<div class="qindex"><a class="qindex" href="#letter_d">d</a>&#160;|&#160;<a class="qindex" href="#letter_e">e</a></div>
@@ -100,9 +106,9 @@ $(document).ready(function(){initNavTree('classes.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: pearl Directory Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('dir_fe5dc42579d4b99403482a3a637d9f7d.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('dir_fe5dc42579d4b99403482a3a637d9f7d.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -115,7 +117,6 @@ Files</h2></td></tr>
<tr class="memdesc:pearl-compat_8ipf"><td class="mdescLeft">&#160;</td><td class="mdescRight">compatibility procedures for igor 8 <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:pearl-data-explorer_8ipf"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-data-explorer_8ipf.html">pearl-data-explorer.ipf</a> <a href="pearl-data-explorer_8ipf_source.html">[code]</a></td></tr>
<tr class="memdesc:pearl-data-explorer_8ipf"><td class="mdescLeft">&#160;</td><td class="mdescRight">preview and import panel for PEARL data <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:pearl-elog_8ipf"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-elog_8ipf.html">pearl-elog.ipf</a> <a href="pearl-elog_8ipf_source.html">[code]</a></td></tr>
<tr class="memdesc:pearl-elog_8ipf"><td class="mdescLeft">&#160;</td><td class="mdescRight">interface for writing ELOG entries with Igor graphs as attachment. <br /></td></tr>
@@ -140,8 +141,8 @@ Files</h2></td></tr>
<tr class="memitem:pearl-pshell-import_8ipf"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-pshell-import_8ipf.html">pearl-pshell-import.ipf</a> <a href="pearl-pshell-import_8ipf_source.html">[code]</a></td></tr>
<tr class="memdesc:pearl-pshell-import_8ipf"><td class="mdescLeft">&#160;</td><td class="mdescRight">import data from PShell <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:pearl-scienta-countrate_8ipf"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-scienta-countrate_8ipf.html">pearl-scienta-countrate.ipf</a> <a href="pearl-scienta-countrate_8ipf_source.html">[code]</a></td></tr>
<tr class="memdesc:pearl-scienta-countrate_8ipf"><td class="mdescLeft">&#160;</td><td class="mdescRight">count rate functions for Scienta detector images. <br /></td></tr>
<tr class="memitem:pearl-scienta-live_8ipf"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-scienta-live_8ipf.html">pearl-scienta-live.ipf</a> <a href="pearl-scienta-live_8ipf_source.html">[code]</a></td></tr>
<tr class="memdesc:pearl-scienta-live_8ipf"><td class="mdescLeft">&#160;</td><td class="mdescRight">utility functions for operating the Scienta analyser. <br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:pearl-scienta-preprocess_8ipf"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-scienta-preprocess_8ipf.html">pearl-scienta-preprocess.ipf</a> <a href="pearl-scienta-preprocess_8ipf_source.html">[code]</a></td></tr>
<tr class="memdesc:pearl-scienta-preprocess_8ipf"><td class="mdescLeft">&#160;</td><td class="mdescRight">preprocessing functions for Scienta detector images. <br /></td></tr>
@@ -158,9 +159,9 @@ Files</h2></td></tr>
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_fe5dc42579d4b99403482a3a637d9f7d.html">pearl</a></li>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+239 -64
View File
@@ -1,4 +1,4 @@
/* The standard CSS for doxygen 1.8.13 */
/* The standard CSS for doxygen 1.8.17 */
body, table, div, p, dl {
font: 400 14px/22px Roboto,sans-serif;
@@ -53,17 +53,24 @@ dt {
font-weight: bold;
}
div.multicol {
ul.multicol {
-moz-column-gap: 1em;
-webkit-column-gap: 1em;
column-gap: 1em;
-moz-column-count: 3;
-webkit-column-count: 3;
column-count: 3;
}
p.startli, p.startdd {
margin-top: 2px;
}
th p.starttd, p.intertd, p.endtd {
font-size: 100%;
font-weight: 700;
}
p.starttd {
margin-top: 0px;
}
@@ -80,6 +87,15 @@ p.endtd {
margin-bottom: 2px;
}
p.interli {
}
p.interdd {
}
p.intertd {
}
/* @end */
caption {
@@ -134,12 +150,12 @@ a.qindex {
a.qindexHL {
font-weight: bold;
background-color: #9CAFD4;
color: #ffffff;
color: #FFFFFF;
border: 1px double #869DCA;
}
.contents a.qindexHL:visited {
color: #ffffff;
color: #FFFFFF;
}
a.el {
@@ -163,6 +179,25 @@ dl.el {
margin-left: -1cm;
}
ul {
overflow: hidden; /*Fixed: list item bullets overlap floating elements*/
}
#side-nav ul {
overflow: visible; /* reset ul rule for scroll bar in GENERATE_TREEVIEW window */
}
#main-nav ul {
overflow: visible; /* reset ul rule for the navigation bar drop down lists */
}
.fragment {
text-align: left;
direction: ltr;
overflow-x: auto; /*Fixed: fragment lines overlap floating elements*/
overflow-y: hidden;
}
pre.fragment {
border: 1px solid #C4CFE5;
background-color: #FBFCFD;
@@ -177,8 +212,8 @@ pre.fragment {
}
div.fragment {
padding: 0px;
margin: 4px 8px 4px 2px;
padding: 0 0 1px 0; /*Fixed: last line underline overlap border*/
margin: 4px 8px 4px 2px;
background-color: #FBFCFD;
border: 1px solid #C4CFE5;
}
@@ -248,7 +283,7 @@ span.lineno a:hover {
div.ah, span.ah {
background-color: black;
font-weight: bold;
color: #ffffff;
color: #FFFFFF;
margin-bottom: 3px;
margin-top: 3px;
padding: 0.2em;
@@ -324,7 +359,7 @@ img.formulaDsp {
}
img.formulaInl {
img.formulaInl, img.inline {
vertical-align: middle;
}
@@ -402,6 +437,13 @@ blockquote {
padding: 0 12px 0 16px;
}
blockquote.DocNodeRTL {
border-left: 0;
border-right: 2px solid #9CAFD4;
margin: 0 4px 0 24px;
padding: 0 16px 0 12px;
}
/* @end */
/*
@@ -498,7 +540,7 @@ table.memberdecls {
white-space: nowrap;
}
.memItemRight {
.memItemRight, .memTemplItemRight {
width: 100%;
}
@@ -666,17 +708,17 @@ dl.reflist dd {
padding-left: 0px;
}
.params .paramname, .retval .paramname {
.params .paramname, .retval .paramname, .tparams .paramname, .exception .paramname {
font-weight: bold;
vertical-align: top;
}
.params .paramtype {
.params .paramtype, .tparams .paramtype {
font-style: italic;
vertical-align: top;
}
.params .paramdir {
.params .paramdir, .tparams .paramdir {
font-family: "courier new",courier,monospace;
vertical-align: top;
}
@@ -1081,72 +1123,143 @@ div.headertitle
padding: 5px 5px 5px 10px;
}
dl
{
padding: 0 0 0 10px;
.PageDocRTL-title div.headertitle {
text-align: right;
direction: rtl;
}
/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug */
dl.section
{
dl {
padding: 0 0 0 0;
}
/* dl.note, dl.warning, dl.attention, dl.pre, dl.post, dl.invariant, dl.deprecated, dl.todo, dl.test, dl.bug, dl.examples */
dl.section {
margin-left: 0px;
padding-left: 0px;
}
dl.note
{
margin-left:-7px;
padding-left: 3px;
border-left:4px solid;
border-color: #D0C000;
dl.section.DocNodeRTL {
margin-right: 0px;
padding-right: 0px;
}
dl.warning, dl.attention
{
margin-left:-7px;
padding-left: 3px;
border-left:4px solid;
border-color: #FF0000;
dl.note {
margin-left: -7px;
padding-left: 3px;
border-left: 4px solid;
border-color: #D0C000;
}
dl.pre, dl.post, dl.invariant
{
margin-left:-7px;
padding-left: 3px;
border-left:4px solid;
border-color: #00D000;
dl.note.DocNodeRTL {
margin-left: 0;
padding-left: 0;
border-left: 0;
margin-right: -7px;
padding-right: 3px;
border-right: 4px solid;
border-color: #D0C000;
}
dl.deprecated
{
margin-left:-7px;
padding-left: 3px;
border-left:4px solid;
border-color: #505050;
dl.warning, dl.attention {
margin-left: -7px;
padding-left: 3px;
border-left: 4px solid;
border-color: #FF0000;
}
dl.todo
{
margin-left:-7px;
padding-left: 3px;
border-left:4px solid;
border-color: #00C0E0;
dl.warning.DocNodeRTL, dl.attention.DocNodeRTL {
margin-left: 0;
padding-left: 0;
border-left: 0;
margin-right: -7px;
padding-right: 3px;
border-right: 4px solid;
border-color: #FF0000;
}
dl.test
{
margin-left:-7px;
padding-left: 3px;
border-left:4px solid;
border-color: #3030E0;
dl.pre, dl.post, dl.invariant {
margin-left: -7px;
padding-left: 3px;
border-left: 4px solid;
border-color: #00D000;
}
dl.bug
{
margin-left:-7px;
padding-left: 3px;
border-left:4px solid;
border-color: #C08050;
dl.pre.DocNodeRTL, dl.post.DocNodeRTL, dl.invariant.DocNodeRTL {
margin-left: 0;
padding-left: 0;
border-left: 0;
margin-right: -7px;
padding-right: 3px;
border-right: 4px solid;
border-color: #00D000;
}
dl.deprecated {
margin-left: -7px;
padding-left: 3px;
border-left: 4px solid;
border-color: #505050;
}
dl.deprecated.DocNodeRTL {
margin-left: 0;
padding-left: 0;
border-left: 0;
margin-right: -7px;
padding-right: 3px;
border-right: 4px solid;
border-color: #505050;
}
dl.todo {
margin-left: -7px;
padding-left: 3px;
border-left: 4px solid;
border-color: #00C0E0;
}
dl.todo.DocNodeRTL {
margin-left: 0;
padding-left: 0;
border-left: 0;
margin-right: -7px;
padding-right: 3px;
border-right: 4px solid;
border-color: #00C0E0;
}
dl.test {
margin-left: -7px;
padding-left: 3px;
border-left: 4px solid;
border-color: #3030E0;
}
dl.test.DocNodeRTL {
margin-left: 0;
padding-left: 0;
border-left: 0;
margin-right: -7px;
padding-right: 3px;
border-right: 4px solid;
border-color: #3030E0;
}
dl.bug {
margin-left: -7px;
padding-left: 3px;
border-left: 4px solid;
border-color: #C08050;
}
dl.bug.DocNodeRTL {
margin-left: 0;
padding-left: 0;
border-left: 0;
margin-right: -7px;
padding-right: 3px;
border-right: 4px solid;
border-color: #C08050;
}
dl.section dd {
@@ -1263,6 +1376,11 @@ div.toc {
width: 200px;
}
.PageDocRTL-title div.toc {
float: left !important;
text-align: right;
}
div.toc li {
background: url("bdwn.png") no-repeat scroll 0 5px transparent;
font: 10px/1.2 Verdana,DejaVu Sans,Geneva,sans-serif;
@@ -1271,6 +1389,12 @@ div.toc li {
padding-top: 2px;
}
.PageDocRTL-title div.toc li {
background-position-x: right !important;
padding-left: 0 !important;
padding-right: 10px;
}
div.toc h3 {
font: bold 12px/1.2 Arial,FreeSans,sans-serif;
color: #4665A2;
@@ -1300,6 +1424,26 @@ div.toc li.level4 {
margin-left: 45px;
}
.PageDocRTL-title div.toc li.level1 {
margin-left: 0 !important;
margin-right: 0;
}
.PageDocRTL-title div.toc li.level2 {
margin-left: 0 !important;
margin-right: 15px;
}
.PageDocRTL-title div.toc li.level3 {
margin-left: 0 !important;
margin-right: 30px;
}
.PageDocRTL-title div.toc li.level4 {
margin-left: 0 !important;
margin-right: 45px;
}
.inherit_header {
font-weight: bold;
color: gray;
@@ -1413,7 +1557,7 @@ tr.heading h2 {
}
#powerTip.n:after, #powerTip.ne:after, #powerTip.nw:after {
border-top-color: #ffffff;
border-top-color: #FFFFFF;
border-width: 10px;
margin: 0px -10px;
}
@@ -1441,7 +1585,7 @@ tr.heading h2 {
}
#powerTip.s:after, #powerTip.se:after, #powerTip.sw:after {
border-bottom-color: #ffffff;
border-bottom-color: #FFFFFF;
border-width: 10px;
margin: 0px -10px;
}
@@ -1468,7 +1612,7 @@ tr.heading h2 {
left: 100%;
}
#powerTip.e:after {
border-left-color: #ffffff;
border-left-color: #FFFFFF;
border-width: 10px;
top: 50%;
margin-top: -10px;
@@ -1484,7 +1628,7 @@ tr.heading h2 {
right: 100%;
}
#powerTip.w:after {
border-right-color: #ffffff;
border-right-color: #FFFFFF;
border-width: 10px;
top: 50%;
margin-top: -10px;
@@ -1592,5 +1736,36 @@ th.markdownTableHeadCenter, td.markdownTableBodyCenter {
text-align: center
}
.DocNodeRTL {
text-align: right;
direction: rtl;
}
.DocNodeLTR {
text-align: left;
direction: ltr;
}
table.DocNodeRTL {
width: auto;
margin-right: 0;
margin-left: auto;
}
table.DocNodeLTR {
width: auto;
margin-right: auto;
margin-left: 0;
}
tt, code, kbd, samp
{
display: inline-block;
direction:ltr;
}
/* @end */
u {
text-decoration: underline;
}
+26 -3
View File
@@ -1,3 +1,26 @@
/*
@licstart The following is the entire license notice for the
JavaScript code in this file.
Copyright (C) 1997-2017 by Dimitri van Heesch
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
@licend The above is the entire license notice
for the JavaScript code in this file
*/
function toggleVisibility(linkObj)
{
var base = $(linkObj).attr('id');
@@ -15,7 +38,7 @@ function toggleVisibility(linkObj)
summary.hide();
$(linkObj).removeClass('closed').addClass('opened');
$(trigger).attr('src',src.substring(0,src.length-10)+'open.png');
}
}
return false;
}
@@ -94,11 +117,11 @@ function toggleInherit(id)
$(img).attr('src',src.substring(0,src.length-10)+'open.png');
}
}
/* @license-end */
$(document).ready(function() {
$('.code,.codeRef').each(function() {
$(this).data('powertip',$('#'+$(this).attr('href').replace(/.*\//,'').replace(/[^a-z_A-Z0-9]/g,'_')).html());
$(this).data('powertip',$('#a'+$(this).attr('href').replace(/.*\//,'').replace(/[^a-z_A-Z0-9]/g,'_')).html());
$(this).powerTip({ placement: 's', smartPlacement: true, mouseOnToPopup: true });
});
});
+31 -72
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: fermi-edge-analysis.ipf File Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('fermi-edge-analysis_8ipf.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('fermi-edge-analysis_8ipf.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -111,23 +113,20 @@ Functions</h2></td></tr>
<tr class="separator:a27f000c3a3ea74c49db31716be3396d4"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acf72d644b8d37b6c26b1e070edba4e30"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fermi-edge-analysis_8ipf.html#acf72d644b8d37b6c26b1e070edba4e30">show_shift</a> (wave data)</td></tr>
<tr class="separator:acf72d644b8d37b6c26b1e070edba4e30"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ad23de34bb698589e2576ce2836b89d55"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fermi-edge-analysis_8ipf.html#ad23de34bb698589e2576ce2836b89d55">analyser_energy_resolution</a> (variable epass, variable slit)</td></tr>
<tr class="memdesc:ad23de34bb698589e2576ce2836b89d55"><td class="mdescLeft">&#160;</td><td class="mdescRight">calculate the energy resolution of the analyser <a href="#ad23de34bb698589e2576ce2836b89d55">More...</a><br /></td></tr>
<tr class="separator:ad23de34bb698589e2576ce2836b89d55"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:a09f26b0a0fd940a3d8c6f92aa769c8bc"><td class="memItemLeft" align="right" valign="top">static const variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fermi-edge-analysis_8ipf.html#a09f26b0a0fd940a3d8c6f92aa769c8bc">mcp_radius_pix</a> = 555</td></tr>
<tr class="memdesc:a09f26b0a0fd940a3d8c6f92aa769c8bc"><td class="mdescLeft">&#160;</td><td class="mdescRight">MCP radius seen by the camera in pixels. <a href="#a09f26b0a0fd940a3d8c6f92aa769c8bc">More...</a><br /></td></tr>
<tr class="memdesc:a09f26b0a0fd940a3d8c6f92aa769c8bc"><td class="mdescLeft">&#160;</td><td class="mdescRight">MCP radius seen by the camera in pixels. <a href="fermi-edge-analysis_8ipf.html#a09f26b0a0fd940a3d8c6f92aa769c8bc">More...</a><br /></td></tr>
<tr class="separator:a09f26b0a0fd940a3d8c6f92aa769c8bc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4dcc00b93822f1663be2908b10d2ad3e"><td class="memItemLeft" align="right" valign="top">static const variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fermi-edge-analysis_8ipf.html#a4dcc00b93822f1663be2908b10d2ad3e">mcp_radius_mm</a> = 20</td></tr>
<tr class="memdesc:a4dcc00b93822f1663be2908b10d2ad3e"><td class="mdescLeft">&#160;</td><td class="mdescRight">physical size (radius) of the MCP in mm <a href="#a4dcc00b93822f1663be2908b10d2ad3e">More...</a><br /></td></tr>
<tr class="memdesc:a4dcc00b93822f1663be2908b10d2ad3e"><td class="mdescLeft">&#160;</td><td class="mdescRight">physical size (radius) of the MCP in mm <a href="fermi-edge-analysis_8ipf.html#a4dcc00b93822f1663be2908b10d2ad3e">More...</a><br /></td></tr>
<tr class="separator:a4dcc00b93822f1663be2908b10d2ad3e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0cb8da36beae05c79fe5b1da918d3897"><td class="memItemLeft" align="right" valign="top">static const variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fermi-edge-analysis_8ipf.html#a0cb8da36beae05c79fe5b1da918d3897">hemi_radius_mm</a> = 200</td></tr>
<tr class="memdesc:a0cb8da36beae05c79fe5b1da918d3897"><td class="mdescLeft">&#160;</td><td class="mdescRight">physical size (radius) of the hemisphere in mm <a href="#a0cb8da36beae05c79fe5b1da918d3897">More...</a><br /></td></tr>
<tr class="memdesc:a0cb8da36beae05c79fe5b1da918d3897"><td class="mdescLeft">&#160;</td><td class="mdescRight">physical size (radius) of the hemisphere in mm <a href="fermi-edge-analysis_8ipf.html#a0cb8da36beae05c79fe5b1da918d3897">More...</a><br /></td></tr>
<tr class="separator:a0cb8da36beae05c79fe5b1da918d3897"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a4749b9bce3e1d0381bd9daeb97c9754c"><td class="memItemLeft" align="right" valign="top">static const variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="fermi-edge-analysis_8ipf.html#a4749b9bce3e1d0381bd9daeb97c9754c">mcp_radius_epass</a> = 0.04</td></tr>
<tr class="memdesc:a4749b9bce3e1d0381bd9daeb97c9754c"><td class="mdescLeft">&#160;</td><td class="mdescRight">energy range imaged on MCP relative to the pass energy <a href="#a4749b9bce3e1d0381bd9daeb97c9754c">More...</a><br /></td></tr>
<tr class="memdesc:a4749b9bce3e1d0381bd9daeb97c9754c"><td class="mdescLeft">&#160;</td><td class="mdescRight">energy range imaged on MCP relative to the pass energy <a href="fermi-edge-analysis_8ipf.html#a4749b9bce3e1d0381bd9daeb97c9754c">More...</a><br /></td></tr>
<tr class="separator:a4749b9bce3e1d0381bd9daeb97c9754c"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
@@ -142,9 +141,9 @@ Variables</h2></td></tr>
<dl class="section author"><dt>Author</dt><dd>matthias muntwiler, <a href="#" onclick="location.href='mai'+'lto:'+'mat'+'th'+'ias'+'.m'+'unt'+'wi'+'ler'+'@p'+'si.'+'ch'; return false;">matth<span style="display: none;">.nosp@m.</span>ias.<span style="display: none;">.nosp@m.</span>muntw<span style="display: none;">.nosp@m.</span>iler<span style="display: none;">.nosp@m.</span>@psi.<span style="display: none;">.nosp@m.</span>ch</a> </dd>
<dd>
thomas dienel</dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>2013-15 Paul Scherrer Institut <br />
Licensed under the Apache License, Version 2.0 (the "License"); <br />
you may not use this file except in compliance with the License. <br />
<dl class="section copyright"><dt>Copyright</dt><dd>2013-15 Paul Scherrer Institut <br />
Licensed under the Apache License, Version 2.0 (the "License"); <br />
you may not use this file except in compliance with the License. <br />
You may obtain a copy of the License at <a href="http://www.apache.org/licenses/LICENSE-2.0">http://www.apache.org/licenses/LICENSE-2.0</a> </dd></dl>
<p class="definition">Definition in file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
@@ -165,47 +164,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00027">27</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
<a id="ad23de34bb698589e2576ce2836b89d55"></a>
<h2 class="memtitle"><span class="permalink"><a href="#ad23de34bb698589e2576ce2836b89d55">&#9670;&nbsp;</a></span>analyser_energy_resolution()</h2>
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">variable analyser_energy_resolution </td>
<td>(</td>
<td class="paramtype">variable&#160;</td>
<td class="paramname"><em>epass</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">variable&#160;</td>
<td class="paramname"><em>slit</em>&#160;</td>
</tr>
<tr>
<td></td>
<td>)</td>
<td></td><td></td>
</tr>
</table>
</div><div class="memdoc">
<p>calculate the energy resolution of the analyser </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">epass</td><td>pass energy in eV </td></tr>
<tr><td class="paramname">slit</td><td>analyser entrance slit in mm</td></tr>
</table>
</dd>
</dl>
<dl class="section return"><dt>Returns</dt><dd>energy resolution (FWHM) </dd></dl>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00306">306</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00028">28</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -241,7 +200,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00216">216</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00217">217</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -271,7 +230,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00116">116</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00117">117</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -291,7 +250,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00098">98</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00099">99</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -311,7 +270,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00284">284</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00285">285</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -347,7 +306,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00173">173</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00174">174</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -377,7 +336,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</table>
</div><div class="memdoc">
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00267">267</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00268">268</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -404,7 +363,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>physical size (radius) of the hemisphere in mm </p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00263">263</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00264">264</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -430,7 +389,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>energy range imaged on MCP relative to the pass energy </p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00265">265</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00266">266</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -456,7 +415,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>physical size (radius) of the MCP in mm </p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00261">261</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00262">262</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -482,7 +441,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>MCP radius seen by the camera in pixels. </p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00259">259</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="fermi-edge-analysis_8ipf_source.html#l00260">260</a> of file <a class="el" href="fermi-edge-analysis_8ipf_source.html">fermi-edge-analysis.ipf</a>.</p>
</div>
</div>
@@ -492,9 +451,9 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="dir_fe5dc42579d4b99403482a3a637d9f7d.html">pearl</a></li><li class="navelem"><a class="el" href="fermi-edge-analysis_8ipf.html">fermi-edge-analysis.ipf</a></li>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
-1
View File
@@ -1,7 +1,6 @@
var fermi_edge_analysis_8ipf =
[
[ "analyse_curved_edge", "fermi-edge-analysis_8ipf.html#a1c4a805435a1d43c2b6dfb6deb633894", null ],
[ "analyser_energy_resolution", "fermi-edge-analysis_8ipf.html#ad23de34bb698589e2576ce2836b89d55", null ],
[ "FermiFuncLinDOS2D_corr", "fermi-edge-analysis_8ipf.html#a520d8de9fbc4276c19fb417861f05b0d", null ],
[ "integrate_curved_edge", "fermi-edge-analysis_8ipf.html#a2a1d7b49c1f88f29ee6d49f6a6f4fbf8", null ],
[ "record_results", "fermi-edge-analysis_8ipf.html#aac6bac1ee0582caa0676bdc9c2d254f0", null ],
File diff suppressed because one or more lines are too long
+15 -13
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: File List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('files.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('files.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -96,7 +98,7 @@ $(document).ready(function(){initNavTree('files.html','');});
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-area-profiles_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-area-profiles_8ipf.html" target="_self">pearl-area-profiles.ipf</a></td><td class="desc">Profile extraction for multi-dimensional datasets acquired from area detectors </td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-arpes_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-arpes_8ipf.html" target="_self">pearl-arpes.ipf</a></td><td class="desc">Data acquisition and analysis package for ARPES at PEARL </td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-compat_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-compat_8ipf.html" target="_self">pearl-compat.ipf</a></td><td class="desc">Compatibility procedures for igor 8 </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-data-explorer_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-data-explorer_8ipf.html" target="_self">pearl-data-explorer.ipf</a></td><td class="desc">Preview and import panel for PEARL data </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-data-explorer_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-data-explorer_8ipf.html" target="_self">pearl-data-explorer.ipf</a></td><td class="desc"></td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-elog_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-elog_8ipf.html" target="_self">pearl-elog.ipf</a></td><td class="desc">Interface for writing ELOG entries with Igor graphs as attachment </td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-fitfuncs_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-fitfuncs_8ipf.html" target="_self">pearl-fitfuncs.ipf</a></td><td class="desc">Various fit functions for photoelectron spectroscopy </td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-gui-tools_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-gui-tools_8ipf.html" target="_self">pearl-gui-tools.ipf</a></td><td class="desc"></td></tr>
@@ -106,7 +108,7 @@ $(document).ready(function(){initNavTree('files.html','');});
<tr id="row_16_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-pmsco-import_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-pmsco-import_8ipf.html" target="_self">pearl-pmsco-import.ipf</a></td><td class="desc">Data import/export procedures for multiple scattering calculations </td></tr>
<tr id="row_17_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-polar-coordinates_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-polar-coordinates_8ipf.html" target="_self">pearl-polar-coordinates.ipf</a></td><td class="desc"></td></tr>
<tr id="row_18_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-pshell-import_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-pshell-import_8ipf.html" target="_self">pearl-pshell-import.ipf</a></td><td class="desc">Import data from PShell </td></tr>
<tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-scienta-countrate_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-scienta-countrate_8ipf.html" target="_self">pearl-scienta-countrate.ipf</a></td><td class="desc">Count rate functions for Scienta detector images </td></tr>
<tr id="row_19_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-scienta-live_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-scienta-live_8ipf.html" target="_self">pearl-scienta-live.ipf</a></td><td class="desc">Utility functions for operating the Scienta analyser </td></tr>
<tr id="row_20_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-scienta-preprocess_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-scienta-preprocess_8ipf.html" target="_self">pearl-scienta-preprocess.ipf</a></td><td class="desc">Preprocessing functions for Scienta detector images </td></tr>
<tr id="row_21_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-tools_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-tools_8ipf.html" target="_self">pearl-tools.ipf</a></td><td class="desc"></td></tr>
<tr id="row_22_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a href="pearl-vector-operations_8ipf_source.html"><span class="icondoc"></span></a><a class="el" href="pearl-vector-operations_8ipf.html" target="_self">pearl-vector-operations.ipf</a></td><td class="desc">Basic vector geometry operations </td></tr>
@@ -117,9 +119,9 @@ $(document).ready(function(){initNavTree('files.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
-26
View File
@@ -1,26 +0,0 @@
var files =
[
[ "fermi-edge-analysis.ipf", "fermi-edge-analysis_8ipf.html", "fermi-edge-analysis_8ipf" ],
[ "pearl-anglescan-panel.ipf", "pearl-anglescan-panel_8ipf.html", "pearl-anglescan-panel_8ipf" ],
[ "pearl-anglescan-process.ipf", "pearl-anglescan-process_8ipf.html", "pearl-anglescan-process_8ipf" ],
[ "pearl-anglescan-tracker.ipf", "pearl-anglescan-tracker_8ipf.html", "pearl-anglescan-tracker_8ipf" ],
[ "pearl-area-display.ipf", "pearl-area-display_8ipf.html", "pearl-area-display_8ipf" ],
[ "pearl-area-import.ipf", "pearl-area-import_8ipf.html", "pearl-area-import_8ipf" ],
[ "pearl-area-profiles.ipf", "pearl-area-profiles_8ipf.html", "pearl-area-profiles_8ipf" ],
[ "pearl-arpes.ipf", "pearl-arpes_8ipf.html", "pearl-arpes_8ipf" ],
[ "pearl-compat.ipf", "pearl-compat_8ipf.html", "pearl-compat_8ipf" ],
[ "pearl-data-explorer.ipf", "pearl-data-explorer_8ipf.html", "pearl-data-explorer_8ipf" ],
[ "pearl-elog.ipf", "pearl-elog_8ipf.html", "pearl-elog_8ipf" ],
[ "pearl-fitfuncs.ipf", "pearl-fitfuncs_8ipf.html", "pearl-fitfuncs_8ipf" ],
[ "pearl-gui-tools.ipf", "pearl-gui-tools_8ipf.html", "pearl-gui-tools_8ipf" ],
[ "pearl-matrix-import.ipf", "pearl-matrix-import_8ipf.html", "pearl-matrix-import_8ipf" ],
[ "pearl-menu.ipf", "pearl-menu_8ipf.html", "pearl-menu_8ipf" ],
[ "pearl-otf-import.ipf", "pearl-otf-import_8ipf.html", "pearl-otf-import_8ipf" ],
[ "pearl-pmsco-import.ipf", "pearl-pmsco-import_8ipf.html", "pearl-pmsco-import_8ipf" ],
[ "pearl-polar-coordinates.ipf", "pearl-polar-coordinates_8ipf.html", "pearl-polar-coordinates_8ipf" ],
[ "pearl-pshell-import.ipf", "pearl-pshell-import_8ipf.html", "pearl-pshell-import_8ipf" ],
[ "pearl-scienta-countrate.ipf", "pearl-scienta-countrate_8ipf.html", "pearl-scienta-countrate_8ipf" ],
[ "pearl-scienta-preprocess.ipf", "pearl-scienta-preprocess_8ipf.html", "pearl-scienta-preprocess_8ipf" ],
[ "pearl-tools.ipf", "pearl-tools_8ipf.html", "pearl-tools_8ipf" ],
[ "pearl-vector-operations.ipf", "pearl-vector-operations_8ipf.html", "pearl-vector-operations_8ipf" ]
];
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Data Fields</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('functions.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('functions.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -148,9 +150,9 @@ $(document).ready(function(){initNavTree('functions.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Data Fields - Variables</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('functions_vars.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('functions_vars.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -148,9 +150,9 @@ $(document).ready(function(){initNavTree('functions_vars.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+23 -15
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -204,6 +206,12 @@ $(document).ready(function(){initNavTree('globals.html','');});
<li>ad_update_profiles()
: <a class="el" href="pearl-area-display_8ipf.html#afa2546f9cb03dfa8bf0cc9966f0b7a45">pearl-area-display.ipf</a>
</li>
<li>add_anglescan_worker()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a8c83a187e371783dea62c9f2bc97c52c">pearl-anglescan-process.ipf</a>
</li>
<li>add_aziscan_core()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a8eabc7feca73f9e0db2109a78ee382cb">pearl-anglescan-process.ipf</a>
</li>
<li>add_image_data()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a35a5cd8a21b48be8d726c69eb5fca134">pearl-anglescan-tracker.ipf</a>
</li>
@@ -265,9 +273,9 @@ $(document).ready(function(){initNavTree('globals.html','');});
: <a class="el" href="pearl-area-import_8ipf.html#a98804ce23a5c2c314ac243baa0824424">pearl-area-import.ipf</a>
</li>
<li>AfterCompiledHook()
: <a class="el" href="pearl-arpes_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-arpes.ipf</a>
, <a class="el" href="pearl-anglescan-panel_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-anglescan-panel.ipf</a>
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-anglescan-panel.ipf</a>
, <a class="el" href="pearl-anglescan-tracker_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-anglescan-tracker.ipf</a>
, <a class="el" href="pearl-arpes_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-arpes.ipf</a>
</li>
<li>AfterFileOpenHook()
: <a class="el" href="pearl-elog_8ipf.html#a3f524f5190341d2accc8cb8c3ed2ceb5">pearl-elog.ipf</a>
@@ -277,7 +285,7 @@ $(document).ready(function(){initNavTree('globals.html','');});
: <a class="el" href="fermi-edge-analysis_8ipf.html#a1c4a805435a1d43c2b6dfb6deb633894">fermi-edge-analysis.ipf</a>
</li>
<li>analyser_energy_resolution()
: <a class="el" href="fermi-edge-analysis_8ipf.html#ad23de34bb698589e2576ce2836b89d55">fermi-edge-analysis.ipf</a>
: <a class="el" href="pearl-scienta-live_8ipf.html#ad23de34bb698589e2576ce2836b89d55">pearl-scienta-live.ipf</a>
</li>
<li>AngleToK()
: <a class="el" href="pearl-anglescan-process_8ipf.html#acf6fddb73624fe2d21429e38c4994088">pearl-anglescan-process.ipf</a>
@@ -358,7 +366,7 @@ $(document).ready(function(){initNavTree('globals.html','');});
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a33e84ae8e13f405d466b28e83f608cb9">pearl-anglescan-tracker.ipf</a>
</li>
<li>attributes_notebook()
: <a class="el" href="pearl-data-explorer_8ipf.html#ad6cfb2c00d5112add84542a25eb68b19">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a844467a592e5b26b2324326f22b7da89">pearl-data-explorer.ipf</a>
</li>
<li>Au4f()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a13a5ee22049d9a3379cd6e55654e70a3">pearl-fitfuncs.ipf</a>
@@ -375,9 +383,9 @@ $(document).ready(function(){initNavTree('globals.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+27 -31
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_b.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_b.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -115,17 +117,11 @@ $(document).ready(function(){initNavTree('globals_b.html','');});
<li>bp_crop_preview()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a57c666f93cb4310fadf13b1916eaf134">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_dataset_display()
: <a class="el" href="pearl-data-explorer_8ipf.html#a5660c6f5f78d880b0805bad4eefed1d5">pearl-data-explorer.ipf</a>
<li>bp_display_dataset()
: <a class="el" href="pearl-data-explorer_8ipf.html#a0f7473343cf773af9efedee1a18ac5db">pearl-data-explorer.ipf</a>
</li>
<li>bp_dataset_folder()
: <a class="el" href="pearl-data-explorer_8ipf.html#a6b642da731bde1029e0fa2ff69d5fb06">pearl-data-explorer.ipf</a>
</li>
<li>bp_dataset_next()
: <a class="el" href="pearl-data-explorer_8ipf.html#a3bbb332e319ef7ec5f0fe2d16afaf005">pearl-data-explorer.ipf</a>
</li>
<li>bp_dataset_prev()
: <a class="el" href="pearl-data-explorer_8ipf.html#add62ff5193206c9f207952bcd72dac88">pearl-data-explorer.ipf</a>
<li>bp_elog()
: <a class="el" href="pearl-data-explorer_8ipf.html#a64bd3e5e68b30c94db00c58fa3be3f0d">pearl-data-explorer.ipf</a>
</li>
<li>bp_extract_slice()
: <a class="el" href="pearl-area-display_8ipf.html#a31461b664ec651a39442e9a46ffd88c9">pearl-area-display.ipf</a>
@@ -136,17 +132,17 @@ $(document).ready(function(){initNavTree('globals_b.html','');});
<li>bp_file_prev()
: <a class="el" href="pearl-data-explorer_8ipf.html#a6aa44ff12b8530adbaaaf7405b1a68ba">pearl-data-explorer.ipf</a>
</li>
<li>bp_goto_dataset()
: <a class="el" href="pearl-data-explorer_8ipf.html#a01e48e67a22dc56851447bd77abecbe1">pearl-data-explorer.ipf</a>
</li>
<li>bp_graph_png()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a9be861636d98d7891e6d106deac2f90b">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_graph_update()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a940f2115fb5b47e19516168d15346472">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_load_files()
: <a class="el" href="pearl-data-explorer_8ipf.html#a742902dfaf2246f10b70f52805c6df1f">pearl-data-explorer.ipf</a>
</li>
<li>bp_load_files_opt()
: <a class="el" href="pearl-data-explorer_8ipf.html#ad61aa85dcf24dbf7e093dac3d0bf6f19">pearl-data-explorer.ipf</a>
<li>bp_load_options()
: <a class="el" href="pearl-data-explorer_8ipf.html#a3fd06ac9aa62de7f00e10ce749ba12c9">pearl-data-explorer.ipf</a>
</li>
<li>bp_load_prefs()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a1868754e64cb1448e564c0936e78574d">pearl-anglescan-panel.ipf</a>
@@ -200,6 +196,9 @@ $(document).ready(function(){initNavTree('globals_b.html','');});
<li>bp_output_itx()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a0bdc14f90bdc40045200ac23229b225d">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_reduction_params()
: <a class="el" href="pearl-data-explorer_8ipf.html#a70150946799d759473b409b3371e3ae2">pearl-data-explorer.ipf</a>
</li>
<li>bp_reset_cursors()
: <a class="el" href="pearl-area-display_8ipf.html#a24b17f99fafd8043ed3e4502000da316">pearl-area-display.ipf</a>
</li>
@@ -207,8 +206,8 @@ $(document).ready(function(){initNavTree('globals_b.html','');});
: <a class="el" href="pearl-elog_8ipf.html#a8251cea45c8d1f1993a4051a6d0760c4">pearl-elog.ipf</a>
</li>
<li>bp_save_prefs()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5">pearl-anglescan-panel.ipf</a>
, <a class="el" href="pearl-data-explorer_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5">pearl-data-explorer.ipf</a>
, <a class="el" href="pearl-anglescan-panel_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_source_select()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a1e50019bc895a0787cb3f07d776e9463">pearl-anglescan-panel.ipf</a>
@@ -219,9 +218,6 @@ $(document).ready(function(){initNavTree('globals_b.html','');});
<li>bp_submit()
: <a class="el" href="pearl-elog_8ipf.html#adeff6678e57313cb218824f06d32b5ec">pearl-elog.ipf</a>
</li>
<li>bp_update_datasets()
: <a class="el" href="pearl-data-explorer_8ipf.html#af9f8769ca2989f152f23d976d1467a48">pearl-data-explorer.ipf</a>
</li>
<li>bp_update_filelist()
: <a class="el" href="pearl-data-explorer_8ipf.html#a45be265789a5260e3daa05eca0ec309e">pearl-data-explorer.ipf</a>
</li>
@@ -231,9 +227,9 @@ $(document).ready(function(){initNavTree('globals_b.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+18 -13
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_c.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_c.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -121,10 +123,10 @@ $(document).ready(function(){initNavTree('globals_c.html','');});
: <a class="el" href="pearl-polar-coordinates_8ipf.html#adfc1f0b3cddf672b0ccdb6a22b97ba9e">pearl-polar-coordinates.ipf</a>
</li>
<li>check_contrast()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a2e1ed05781f9eb4be5e77695ef049962">pearl-anglescan-process.ipf</a>
: <a class="el" href="pearl-anglescan-process_8ipf.html#a67d53a1c362d7e5bbeccf1c9c12ae0c2">pearl-anglescan-process.ipf</a>
</li>
<li>check_exposure_opt()
: <a class="el" href="pearl-scienta-countrate_8ipf.html#af2879284b1d1397447a31733fddd6273">pearl-scienta-countrate.ipf</a>
: <a class="el" href="pearl-scienta-live_8ipf.html#af2879284b1d1397447a31733fddd6273">pearl-scienta-live.ipf</a>
</li>
<li>check_norm_alpha()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#af5435ccaabba78f855b244929dc09ed0">pearl-anglescan-panel.ipf</a>
@@ -153,6 +155,9 @@ $(document).ready(function(){initNavTree('globals_c.html','');});
<li>convert_angles_ttpd2polar()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a2b38c6c9b6e60593ba69d3773b6bc779">pearl-anglescan-process.ipf</a>
</li>
<li>create_attributes_notebook()
: <a class="el" href="pearl-data-explorer_8ipf.html#a77047115739da6d28055f7fd44c9fd2c">pearl-data-explorer.ipf</a>
</li>
<li>create_cmd_file()
: <a class="el" href="pearl-elog_8ipf.html#ac8b61eefed231018cc36d47e95bd8c22">pearl-elog.ipf</a>
</li>
@@ -180,9 +185,9 @@ $(document).ready(function(){initNavTree('globals_c.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+17 -12
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_d.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_d.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -84,6 +86,9 @@ $(document).ready(function(){initNavTree('globals_d.html','');});
<div class="textblock">Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:</div>
<h3><a id="index_d"></a>- d -</h3><ul>
<li>DblDoubletGaussLinBG_AO()
: <a class="el" href="pearl-fitfuncs_8ipf.html#aca0bf4ff35794a459e15a3b358dbfa04">pearl-fitfuncs.ipf</a>
</li>
<li>DefaultFolderIterator()
: <a class="el" href="pearl-tools_8ipf.html#a3fb8c06030dc41a599380150807caeb0">pearl-tools.ipf</a>
</li>
@@ -100,7 +105,7 @@ $(document).ready(function(){initNavTree('globals_d.html','');});
: <a class="el" href="pearl-menu_8ipf.html#ac73a94f760455f19294a9f917b43f145">pearl-menu.ipf</a>
</li>
<li>display_dataset()
: <a class="el" href="pearl-data-explorer_8ipf.html#ae79a57a41c734ce8836f427b81011b5d">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a67cd1a025e5428d443027c1f57eaec09">pearl-data-explorer.ipf</a>
</li>
<li>display_hemi_scan()
: <a class="el" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">pearl-anglescan-process.ipf</a>
@@ -177,9 +182,9 @@ $(document).ready(function(){initNavTree('globals_d.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+16 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_e.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_e.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -144,6 +146,9 @@ $(document).ready(function(){initNavTree('globals_e.html','');});
<li>extend_data()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a4bde8b2fc39c61c0d5a6879f1d0ae115">pearl-anglescan-tracker.ipf</a>
</li>
<li>extract_attributes()
: <a class="el" href="pearl-data-explorer_8ipf.html#af4474f34647ec24f27f900226c6bb3bd">pearl-data-explorer.ipf</a>
</li>
<li>extract_preview_image()
: <a class="el" href="pearl-data-explorer_8ipf.html#a0adc1b370fd3bf230b61b094b3c0accb">pearl-data-explorer.ipf</a>
</li>
@@ -153,9 +158,9 @@ $(document).ready(function(){initNavTree('globals_e.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -20
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_f.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_f.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -90,18 +92,9 @@ $(document).ready(function(){initNavTree('globals_f.html','');});
<li>FermiGaussConv()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a4d20215153c0e0cee3870dfceded8bc9">pearl-fitfuncs.ipf</a>
</li>
<li>find_attr_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#a41bf534983b0662ec2609b136c395f14">pearl-pshell-import.ipf</a>
</li>
<li>find_hemi_data()
: <a class="el" href="pearl-anglescan-process_8ipf.html#aa26c9ed4c4d703e07788d980edc2406d">pearl-anglescan-process.ipf</a>
</li>
<li>find_scale_wave()
: <a class="el" href="pearl-pshell-import_8ipf.html#acfb01ee360b66f286225f6e9c7220ba2">pearl-pshell-import.ipf</a>
</li>
<li>find_scan_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#a79b968d7439dfbfbc38c05f933071489">pearl-pshell-import.ipf</a>
</li>
<li>Fit_DoniachSunjicBroad()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a819902ab9f541b75a0fd33a7b52465d0">pearl-fitfuncs.ipf</a>
</li>
@@ -114,9 +107,9 @@ $(document).ready(function(){initNavTree('globals_f.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+23 -15
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -204,6 +206,12 @@ $(document).ready(function(){initNavTree('globals_func.html','');});
<li>ad_update_profiles()
: <a class="el" href="pearl-area-display_8ipf.html#afa2546f9cb03dfa8bf0cc9966f0b7a45">pearl-area-display.ipf</a>
</li>
<li>add_anglescan_worker()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a8c83a187e371783dea62c9f2bc97c52c">pearl-anglescan-process.ipf</a>
</li>
<li>add_aziscan_core()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a8eabc7feca73f9e0db2109a78ee382cb">pearl-anglescan-process.ipf</a>
</li>
<li>add_image_data()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a35a5cd8a21b48be8d726c69eb5fca134">pearl-anglescan-tracker.ipf</a>
</li>
@@ -265,9 +273,9 @@ $(document).ready(function(){initNavTree('globals_func.html','');});
: <a class="el" href="pearl-area-import_8ipf.html#a98804ce23a5c2c314ac243baa0824424">pearl-area-import.ipf</a>
</li>
<li>AfterCompiledHook()
: <a class="el" href="pearl-arpes_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-arpes.ipf</a>
, <a class="el" href="pearl-anglescan-panel_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-anglescan-panel.ipf</a>
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-anglescan-panel.ipf</a>
, <a class="el" href="pearl-anglescan-tracker_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-anglescan-tracker.ipf</a>
, <a class="el" href="pearl-arpes_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">pearl-arpes.ipf</a>
</li>
<li>AfterFileOpenHook()
: <a class="el" href="pearl-elog_8ipf.html#a3f524f5190341d2accc8cb8c3ed2ceb5">pearl-elog.ipf</a>
@@ -277,7 +285,7 @@ $(document).ready(function(){initNavTree('globals_func.html','');});
: <a class="el" href="fermi-edge-analysis_8ipf.html#a1c4a805435a1d43c2b6dfb6deb633894">fermi-edge-analysis.ipf</a>
</li>
<li>analyser_energy_resolution()
: <a class="el" href="fermi-edge-analysis_8ipf.html#ad23de34bb698589e2576ce2836b89d55">fermi-edge-analysis.ipf</a>
: <a class="el" href="pearl-scienta-live_8ipf.html#ad23de34bb698589e2576ce2836b89d55">pearl-scienta-live.ipf</a>
</li>
<li>AngleToK()
: <a class="el" href="pearl-anglescan-process_8ipf.html#acf6fddb73624fe2d21429e38c4994088">pearl-anglescan-process.ipf</a>
@@ -358,7 +366,7 @@ $(document).ready(function(){initNavTree('globals_func.html','');});
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a33e84ae8e13f405d466b28e83f608cb9">pearl-anglescan-tracker.ipf</a>
</li>
<li>attributes_notebook()
: <a class="el" href="pearl-data-explorer_8ipf.html#ad6cfb2c00d5112add84542a25eb68b19">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a844467a592e5b26b2324326f22b7da89">pearl-data-explorer.ipf</a>
</li>
<li>Au4f()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a13a5ee22049d9a3379cd6e55654e70a3">pearl-fitfuncs.ipf</a>
@@ -375,9 +383,9 @@ $(document).ready(function(){initNavTree('globals_func.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+27 -31
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_b.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_b.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -115,17 +117,11 @@ $(document).ready(function(){initNavTree('globals_func_b.html','');});
<li>bp_crop_preview()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a57c666f93cb4310fadf13b1916eaf134">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_dataset_display()
: <a class="el" href="pearl-data-explorer_8ipf.html#a5660c6f5f78d880b0805bad4eefed1d5">pearl-data-explorer.ipf</a>
<li>bp_display_dataset()
: <a class="el" href="pearl-data-explorer_8ipf.html#a0f7473343cf773af9efedee1a18ac5db">pearl-data-explorer.ipf</a>
</li>
<li>bp_dataset_folder()
: <a class="el" href="pearl-data-explorer_8ipf.html#a6b642da731bde1029e0fa2ff69d5fb06">pearl-data-explorer.ipf</a>
</li>
<li>bp_dataset_next()
: <a class="el" href="pearl-data-explorer_8ipf.html#a3bbb332e319ef7ec5f0fe2d16afaf005">pearl-data-explorer.ipf</a>
</li>
<li>bp_dataset_prev()
: <a class="el" href="pearl-data-explorer_8ipf.html#add62ff5193206c9f207952bcd72dac88">pearl-data-explorer.ipf</a>
<li>bp_elog()
: <a class="el" href="pearl-data-explorer_8ipf.html#a64bd3e5e68b30c94db00c58fa3be3f0d">pearl-data-explorer.ipf</a>
</li>
<li>bp_extract_slice()
: <a class="el" href="pearl-area-display_8ipf.html#a31461b664ec651a39442e9a46ffd88c9">pearl-area-display.ipf</a>
@@ -136,17 +132,17 @@ $(document).ready(function(){initNavTree('globals_func_b.html','');});
<li>bp_file_prev()
: <a class="el" href="pearl-data-explorer_8ipf.html#a6aa44ff12b8530adbaaaf7405b1a68ba">pearl-data-explorer.ipf</a>
</li>
<li>bp_goto_dataset()
: <a class="el" href="pearl-data-explorer_8ipf.html#a01e48e67a22dc56851447bd77abecbe1">pearl-data-explorer.ipf</a>
</li>
<li>bp_graph_png()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a9be861636d98d7891e6d106deac2f90b">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_graph_update()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a940f2115fb5b47e19516168d15346472">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_load_files()
: <a class="el" href="pearl-data-explorer_8ipf.html#a742902dfaf2246f10b70f52805c6df1f">pearl-data-explorer.ipf</a>
</li>
<li>bp_load_files_opt()
: <a class="el" href="pearl-data-explorer_8ipf.html#ad61aa85dcf24dbf7e093dac3d0bf6f19">pearl-data-explorer.ipf</a>
<li>bp_load_options()
: <a class="el" href="pearl-data-explorer_8ipf.html#a3fd06ac9aa62de7f00e10ce749ba12c9">pearl-data-explorer.ipf</a>
</li>
<li>bp_load_prefs()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a1868754e64cb1448e564c0936e78574d">pearl-anglescan-panel.ipf</a>
@@ -200,6 +196,9 @@ $(document).ready(function(){initNavTree('globals_func_b.html','');});
<li>bp_output_itx()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a0bdc14f90bdc40045200ac23229b225d">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_reduction_params()
: <a class="el" href="pearl-data-explorer_8ipf.html#a70150946799d759473b409b3371e3ae2">pearl-data-explorer.ipf</a>
</li>
<li>bp_reset_cursors()
: <a class="el" href="pearl-area-display_8ipf.html#a24b17f99fafd8043ed3e4502000da316">pearl-area-display.ipf</a>
</li>
@@ -207,8 +206,8 @@ $(document).ready(function(){initNavTree('globals_func_b.html','');});
: <a class="el" href="pearl-elog_8ipf.html#a8251cea45c8d1f1993a4051a6d0760c4">pearl-elog.ipf</a>
</li>
<li>bp_save_prefs()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5">pearl-anglescan-panel.ipf</a>
, <a class="el" href="pearl-data-explorer_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5">pearl-data-explorer.ipf</a>
, <a class="el" href="pearl-anglescan-panel_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5">pearl-anglescan-panel.ipf</a>
</li>
<li>bp_source_select()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a1e50019bc895a0787cb3f07d776e9463">pearl-anglescan-panel.ipf</a>
@@ -219,9 +218,6 @@ $(document).ready(function(){initNavTree('globals_func_b.html','');});
<li>bp_submit()
: <a class="el" href="pearl-elog_8ipf.html#adeff6678e57313cb218824f06d32b5ec">pearl-elog.ipf</a>
</li>
<li>bp_update_datasets()
: <a class="el" href="pearl-data-explorer_8ipf.html#af9f8769ca2989f152f23d976d1467a48">pearl-data-explorer.ipf</a>
</li>
<li>bp_update_filelist()
: <a class="el" href="pearl-data-explorer_8ipf.html#a45be265789a5260e3daa05eca0ec309e">pearl-data-explorer.ipf</a>
</li>
@@ -231,9 +227,9 @@ $(document).ready(function(){initNavTree('globals_func_b.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+18 -13
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_c.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_c.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -121,10 +123,10 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');});
: <a class="el" href="pearl-polar-coordinates_8ipf.html#adfc1f0b3cddf672b0ccdb6a22b97ba9e">pearl-polar-coordinates.ipf</a>
</li>
<li>check_contrast()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a2e1ed05781f9eb4be5e77695ef049962">pearl-anglescan-process.ipf</a>
: <a class="el" href="pearl-anglescan-process_8ipf.html#a67d53a1c362d7e5bbeccf1c9c12ae0c2">pearl-anglescan-process.ipf</a>
</li>
<li>check_exposure_opt()
: <a class="el" href="pearl-scienta-countrate_8ipf.html#af2879284b1d1397447a31733fddd6273">pearl-scienta-countrate.ipf</a>
: <a class="el" href="pearl-scienta-live_8ipf.html#af2879284b1d1397447a31733fddd6273">pearl-scienta-live.ipf</a>
</li>
<li>check_norm_alpha()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#af5435ccaabba78f855b244929dc09ed0">pearl-anglescan-panel.ipf</a>
@@ -153,6 +155,9 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');});
<li>convert_angles_ttpd2polar()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a2b38c6c9b6e60593ba69d3773b6bc779">pearl-anglescan-process.ipf</a>
</li>
<li>create_attributes_notebook()
: <a class="el" href="pearl-data-explorer_8ipf.html#a77047115739da6d28055f7fd44c9fd2c">pearl-data-explorer.ipf</a>
</li>
<li>create_cmd_file()
: <a class="el" href="pearl-elog_8ipf.html#ac8b61eefed231018cc36d47e95bd8c22">pearl-elog.ipf</a>
</li>
@@ -180,9 +185,9 @@ $(document).ready(function(){initNavTree('globals_func_c.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+17 -12
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_d.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_d.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -84,6 +86,9 @@ $(document).ready(function(){initNavTree('globals_func_d.html','');});
&#160;
<h3><a id="index_d"></a>- d -</h3><ul>
<li>DblDoubletGaussLinBG_AO()
: <a class="el" href="pearl-fitfuncs_8ipf.html#aca0bf4ff35794a459e15a3b358dbfa04">pearl-fitfuncs.ipf</a>
</li>
<li>DefaultFolderIterator()
: <a class="el" href="pearl-tools_8ipf.html#a3fb8c06030dc41a599380150807caeb0">pearl-tools.ipf</a>
</li>
@@ -100,7 +105,7 @@ $(document).ready(function(){initNavTree('globals_func_d.html','');});
: <a class="el" href="pearl-menu_8ipf.html#ac73a94f760455f19294a9f917b43f145">pearl-menu.ipf</a>
</li>
<li>display_dataset()
: <a class="el" href="pearl-data-explorer_8ipf.html#ae79a57a41c734ce8836f427b81011b5d">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a67cd1a025e5428d443027c1f57eaec09">pearl-data-explorer.ipf</a>
</li>
<li>display_hemi_scan()
: <a class="el" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">pearl-anglescan-process.ipf</a>
@@ -177,9 +182,9 @@ $(document).ready(function(){initNavTree('globals_func_d.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+16 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_e.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_e.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -138,6 +140,9 @@ $(document).ready(function(){initNavTree('globals_func_e.html','');});
<li>extend_data()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a4bde8b2fc39c61c0d5a6879f1d0ae115">pearl-anglescan-tracker.ipf</a>
</li>
<li>extract_attributes()
: <a class="el" href="pearl-data-explorer_8ipf.html#af4474f34647ec24f27f900226c6bb3bd">pearl-data-explorer.ipf</a>
</li>
<li>extract_preview_image()
: <a class="el" href="pearl-data-explorer_8ipf.html#a0adc1b370fd3bf230b61b094b3c0accb">pearl-data-explorer.ipf</a>
</li>
@@ -147,9 +152,9 @@ $(document).ready(function(){initNavTree('globals_func_e.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -20
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_f.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_f.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -90,18 +92,9 @@ $(document).ready(function(){initNavTree('globals_func_f.html','');});
<li>FermiGaussConv()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a4d20215153c0e0cee3870dfceded8bc9">pearl-fitfuncs.ipf</a>
</li>
<li>find_attr_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#a41bf534983b0662ec2609b136c395f14">pearl-pshell-import.ipf</a>
</li>
<li>find_hemi_data()
: <a class="el" href="pearl-anglescan-process_8ipf.html#aa26c9ed4c4d703e07788d980edc2406d">pearl-anglescan-process.ipf</a>
</li>
<li>find_scale_wave()
: <a class="el" href="pearl-pshell-import_8ipf.html#acfb01ee360b66f286225f6e9c7220ba2">pearl-pshell-import.ipf</a>
</li>
<li>find_scan_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#a79b968d7439dfbfbc38c05f933071489">pearl-pshell-import.ipf</a>
</li>
<li>Fit_DoniachSunjicBroad()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a819902ab9f541b75a0fd33a7b52465d0">pearl-fitfuncs.ipf</a>
</li>
@@ -114,9 +107,9 @@ $(document).ready(function(){initNavTree('globals_func_f.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+25 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_g.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_g.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -90,12 +92,18 @@ $(document).ready(function(){initNavTree('globals_func_g.html','');});
<li>gauss4_reduction()
: <a class="el" href="pearl-scienta-preprocess_8ipf.html#a83cdbd96c5b59011914d53118e5ef71c">pearl-scienta-preprocess.ipf</a>
</li>
<li>gauss6_reduction()
: <a class="el" href="pearl-scienta-preprocess_8ipf.html#a11d42ef1352876666b710b7545360fce">pearl-scienta-preprocess.ipf</a>
</li>
<li>get_default_panel_name()
: <a class="el" href="pearl-elog_8ipf.html#a1376b5c9e6b1180a09961bc3296849ae">pearl-elog.ipf</a>
</li>
<li>get_elog_df()
: <a class="el" href="pearl-elog_8ipf.html#ac45196cb9ce8b43b76c9daf67689c49a">pearl-elog.ipf</a>
</li>
<li>get_file_info()
: <a class="el" href="pearl-data-explorer_8ipf.html#a66043ccbe2e8dda258e639cb7a231537">pearl-data-explorer.ipf</a>
</li>
<li>get_hemi_nickname()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a987811346894d8d81fc590b2f5ccec49">pearl-anglescan-process.ipf</a>
</li>
@@ -114,6 +122,9 @@ $(document).ready(function(){initNavTree('globals_func_g.html','');});
<li>get_panel_message()
: <a class="el" href="pearl-elog_8ipf.html#a7ce92b03b6a786129959d44bf1112efa">pearl-elog.ipf</a>
</li>
<li>get_pshell_info()
: <a class="el" href="pearl-data-explorer_8ipf.html#a28921b185d4e6fbe9a7a689757269f19">pearl-data-explorer.ipf</a>
</li>
<li>get_source_image()
: <a class="el" href="pearl-area-display_8ipf.html#a4b76a98582f5997d3810f969dbb6c4ed">pearl-area-display.ipf</a>
</li>
@@ -129,6 +140,9 @@ $(document).ready(function(){initNavTree('globals_func_g.html','');});
<li>GetAttrDataFolderDFR()
: <a class="el" href="pearl-area-import_8ipf.html#aa3cdc56096a6a1bf2a2d80a6245a36d2">pearl-area-import.ipf</a>
</li>
<li>goto_dataset_folder()
: <a class="el" href="pearl-data-explorer_8ipf.html#a896081071fffecdeff09ae4c9d6e84cb">pearl-data-explorer.ipf</a>
</li>
<li>graphname_from_dfref()
: <a class="el" href="pearl-area-display_8ipf.html#a195b12857685c4e535a840c5db324b4a">pearl-area-display.ipf</a>
</li>
@@ -138,9 +152,9 @@ $(document).ready(function(){initNavTree('globals_func_g.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+37 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_h.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_h.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -96,15 +98,39 @@ $(document).ready(function(){initNavTree('globals_func_h.html','');});
<li>hemi_polar_cut()
: <a class="el" href="pearl-anglescan-process_8ipf.html#aa486e16909d01e2251eeb4d635b972b1">pearl-anglescan-process.ipf</a>
</li>
<li>hl_add_objects()
: <a class="el" href="pearl-data-explorer_8ipf.html#a54be4e40b17906c281cdf649d6ce537e">pearl-data-explorer.ipf</a>
</li>
<li>hl_contents_clear()
: <a class="el" href="pearl-data-explorer_8ipf.html#ad95697e197428ff73a1a258ea3bb79b2">pearl-data-explorer.ipf</a>
</li>
<li>hl_contents_update()
: <a class="el" href="pearl-data-explorer_8ipf.html#aba2f8be504e49469194cc4b562be3a9c">pearl-data-explorer.ipf</a>
</li>
<li>hl_default_selection()
: <a class="el" href="pearl-data-explorer_8ipf.html#a7c36ce6ccfaa77cf7a6b68b9014c1b9b">pearl-data-explorer.ipf</a>
</li>
<li>hl_expand_scans()
: <a class="el" href="pearl-data-explorer_8ipf.html#a5d0c796365e8a24683c73e2b29571018">pearl-data-explorer.ipf</a>
</li>
<li>hlp_contents_open()
: <a class="el" href="pearl-data-explorer_8ipf.html#a384a37c2865baf5c21b63cff2488c3b3">pearl-data-explorer.ipf</a>
</li>
<li>hlp_contents_selection()
: <a class="el" href="pearl-data-explorer_8ipf.html#a36fd730f2d057513179dd59f8fddaf75">pearl-data-explorer.ipf</a>
</li>
<li>hlp_setup()
: <a class="el" href="pearl-data-explorer_8ipf.html#af616e37167d5753b11e513bd03685ab8">pearl-data-explorer.ipf</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_i.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_i.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -137,9 +139,9 @@ $(document).ready(function(){initNavTree('globals_func_i.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+16 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_k.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_k.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -84,6 +86,9 @@ $(document).ready(function(){initNavTree('globals_func_k.html','');});
&#160;
<h3><a id="index_k"></a>- k -</h3><ul>
<li>kill_matching_waves()
: <a class="el" href="pearl-pshell-import_8ipf.html#a972bf23d6da0bb33e9f12e50c9d7f5e5">pearl-pshell-import.ipf</a>
</li>
<li>kill_progress_panel()
: <a class="el" href="pearl-gui-tools_8ipf.html#aca0a41a0f28a35ac7535df30ddbd79fe">pearl-gui-tools.ipf</a>
</li>
@@ -93,9 +98,9 @@ $(document).ready(function(){initNavTree('globals_func_k.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+22 -20
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_l.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_l.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -84,9 +86,6 @@ $(document).ready(function(){initNavTree('globals_func_l.html','');});
&#160;
<h3><a id="index_l"></a>- l -</h3><ul>
<li>lbp_datasets()
: <a class="el" href="pearl-data-explorer_8ipf.html#a8ec37ab6c651003957d7e1ba728de89e">pearl-data-explorer.ipf</a>
</li>
<li>lbp_filelist()
: <a class="el" href="pearl-data-explorer_8ipf.html#a614e89b9c06511144ccb380e61cc7bd6">pearl-data-explorer.ipf</a>
</li>
@@ -97,19 +96,22 @@ $(document).ready(function(){initNavTree('globals_func_l.html','');});
: <a class="el" href="pearl-elog_8ipf.html#a356bebea8eb41c9ac3ea2148af22707f">pearl-elog.ipf</a>
</li>
<li>load_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a1bbf3e1592f3344f3628526fa549dfdf">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a435adef620193e09110ff69ca8d106de">pearl-data-explorer.ipf</a>
</li>
<li>load_hdf_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a0c839d5f8f49e6937a6532bba3ef3714">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a96a3ef643cc29948ba57a3bfa1339c4d">pearl-data-explorer.ipf</a>
</li>
<li>load_hemi_scan()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a89f73edcd51a675f4c3933cd0242484e">pearl-anglescan-process.ipf</a>
</li>
<li>load_itx_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a26f2f2bf5efc39dabb2a01abcc559e3e">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#ababd5be120b526ca410c53b4a2ba3f8d">pearl-data-explorer.ipf</a>
</li>
<li>load_mtrx_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a98e327fa65bbcb3cd7c97545f7201afe">pearl-data-explorer.ipf</a>
<li>load_pmsco_result()
: <a class="el" href="pearl-pmsco-import_8ipf.html#afae0650a37e89f18c9c54f8adc9eafb2">pearl-pmsco-import.ipf</a>
</li>
<li>load_pmsco_scan()
: <a class="el" href="pearl-pmsco-import_8ipf.html#a98bbe8db14dba5aea9588a1b433baca7">pearl-pmsco-import.ipf</a>
</li>
<li>load_prefs()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a92c27964d49ab8bcd7afc858ebe214a3">pearl-anglescan-panel.ipf</a>
@@ -118,7 +120,7 @@ $(document).ready(function(){initNavTree('globals_func_l.html','');});
, <a class="el" href="pearl-elog_8ipf.html#a92c27964d49ab8bcd7afc858ebe214a3">pearl-elog.ipf</a>
</li>
<li>load_pshell_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a74c69e870329c5dd3b08f92bdeb21d87">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a0e1e23060294bd4b18980e59229c70ed">pearl-data-explorer.ipf</a>
</li>
<li>load_selected_files()
: <a class="el" href="pearl-data-explorer_8ipf.html#a2178d5acf21fe4372ecc06224bec28ba">pearl-data-explorer.ipf</a>
@@ -141,9 +143,9 @@ $(document).ready(function(){initNavTree('globals_func_l.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+18 -13
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_m.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_m.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -133,7 +135,7 @@ $(document).ready(function(){initNavTree('globals_func_m.html','');});
: <a class="el" href="pearl-matrix-import_8ipf.html#a0dc1efa23739e10b7558543b166e95b9">pearl-matrix-import.ipf</a>
</li>
<li>MultiDoniachSunjicLinBG()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a1520bd078ef77fd16ba20e95dbc6829d">pearl-fitfuncs.ipf</a>
: <a class="el" href="pearl-fitfuncs_8ipf.html#af669aa08d0c32d3647007155f4b7ea3c">pearl-fitfuncs.ipf</a>
</li>
<li>MultiGaussLinBG()
: <a class="el" href="pearl-fitfuncs_8ipf.html#aad1418e71830c1ec71d7dd62b2ecf9ba">pearl-fitfuncs.ipf</a>
@@ -142,7 +144,10 @@ $(document).ready(function(){initNavTree('globals_func_m.html','');});
: <a class="el" href="pearl-fitfuncs_8ipf.html#a2c6547164c0b46efecf4d372ea04c263">pearl-fitfuncs.ipf</a>
</li>
<li>MultiVoigtLinBG()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a3a94468da285a31eed5e990cd90e5cdf">pearl-fitfuncs.ipf</a>
: <a class="el" href="pearl-fitfuncs_8ipf.html#a704de4b170620d07b75f2093fe052272">pearl-fitfuncs.ipf</a>
</li>
<li>MultiVoigtLinBG_AO()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a81da09e30e2800703dd178248f0c55be">pearl-fitfuncs.ipf</a>
</li>
</ul>
</div><!-- contents -->
@@ -150,9 +155,9 @@ $(document).ready(function(){initNavTree('globals_func_m.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_n.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_n.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -111,9 +113,9 @@ $(document).ready(function(){initNavTree('globals_func_n.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_o.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_o.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -117,9 +119,9 @@ $(document).ready(function(){initNavTree('globals_func_o.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+74 -63
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_p.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_p.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -126,6 +128,9 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
<li>pizza_service_2()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a229770447193d4fd12032b235aab4d28">pearl-anglescan-process.ipf</a>
</li>
<li>pm_reduction_values()
: <a class="el" href="pearl-data-explorer_8ipf.html#a638a13044aede37cabe0c2c7a7c0cb06">pearl-data-explorer.ipf</a>
</li>
<li>pmp_data()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a07efc5d6a7121540cc185c251353677c">pearl-anglescan-tracker.ipf</a>
</li>
@@ -162,6 +167,9 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
<li>pmp_parameters_mouseup()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#ad06e1354226f4f617ad0a8d6d7572dca">pearl-anglescan-tracker.ipf</a>
</li>
<li>pmp_reduction_func()
: <a class="el" href="pearl-data-explorer_8ipf.html#a166273677188a66c25a84616c6f4baa9">pearl-data-explorer.ipf</a>
</li>
<li>pmsco_load_xyz()
: <a class="el" href="pearl-pmsco-import_8ipf.html#ab3421c7f54aa64e5e493b267d700c0c8">pearl-pmsco-import.ipf</a>
</li>
@@ -189,18 +197,12 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
<li>prepare_hemi_scan_display()
: <a class="el" href="pearl-anglescan-process_8ipf.html#ac15ebd5a19c558dde666ab36aeb9906f">pearl-anglescan-process.ipf</a>
</li>
<li>preview_attributes()
: <a class="el" href="pearl-data-explorer_8ipf.html#a415e4867be1ee37d84fd609b06f6dcb8">pearl-data-explorer.ipf</a>
</li>
<li>preview_crop()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a2268cc96a879c1a055c1ff29c1b040ea">pearl-anglescan-panel.ipf</a>
</li>
<li>preview_datafolder()
: <a class="el" href="pearl-data-explorer_8ipf.html#a6e8eaf8c092f5da60bd425f9bd8bf178">pearl-data-explorer.ipf</a>
</li>
<li>preview_dataset()
: <a class="el" href="pearl-data-explorer_8ipf.html#a68d38e9464f7d13520ec040cffdf5c3b">pearl-data-explorer.ipf</a>
</li>
<li>preview_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a3232c51a8c19eaf86b9bc67352967a9f">pearl-data-explorer.ipf</a>
</li>
@@ -213,9 +215,6 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
<li>preview_matrix_file()
: <a class="el" href="pearl-matrix-import_8ipf.html#a8acd2b03343ef9bdfecaa75e831392d1">pearl-matrix-import.ipf</a>
</li>
<li>preview_mtrx_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a340f334c6caa966ee1eb891614e57b5b">pearl-data-explorer.ipf</a>
</li>
<li>preview_norm_alpha()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#ad355d06d3b57bb458bd62e6d6f1f2417">pearl-anglescan-panel.ipf</a>
</li>
@@ -259,7 +258,19 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
: <a class="el" href="pearl-scienta-preprocess_8ipf.html#a6e7de6441bbcba217760448babaca827">pearl-scienta-preprocess.ipf</a>
</li>
<li>ps_detect_scale()
: <a class="el" href="pearl-pshell-import_8ipf.html#acba7f4b98f67cc112c02dfeefe3e5acd">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#ad2275b0b8a0a1ed05afc50ef50564243">pearl-pshell-import.ipf</a>
</li>
<li>ps_find_attr_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#a476f19c72d6e54787535ab6989ee778d">pearl-pshell-import.ipf</a>
</li>
<li>ps_find_scale_wave()
: <a class="el" href="pearl-pshell-import_8ipf.html#a2f39f9379e66ead0d25c33adfbe05ee9">pearl-pshell-import.ipf</a>
</li>
<li>ps_find_scan_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#a513091ea9a4e23f76765aa37f1d34055">pearl-pshell-import.ipf</a>
</li>
<li>ps_fix_folder_name()
: <a class="el" href="pearl-pshell-import_8ipf.html#a7d7b67c9f983d3446c5c6f274284b82a">pearl-pshell-import.ipf</a>
</li>
<li>ps_scale_dataset()
: <a class="el" href="pearl-pshell-import_8ipf.html#adc11ea797562b3d99c247f4866618d39">pearl-pshell-import.ipf</a>
@@ -268,7 +279,7 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
: <a class="el" href="pearl-pshell-import_8ipf.html#a2c456397c36d4116bfddca452eff5954">pearl-pshell-import.ipf</a>
</li>
<li>ps_scale_datasets()
: <a class="el" href="pearl-pshell-import_8ipf.html#af08a467036c64f70ca3dfe644fcc457c">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#a5a1961e05ea900e72d6a886ac5744f2d">pearl-pshell-import.ipf</a>
</li>
<li>ps_set_dimlabels()
: <a class="el" href="pearl-pshell-import_8ipf.html#aba25eb98e4c6cc9066c46ef6be1cde15">pearl-pshell-import.ipf</a>
@@ -277,67 +288,67 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
: <a class="el" href="pearl-pshell-import_8ipf.html#a8704627410409bcd27a1adeda4082c47">pearl-pshell-import.ipf</a>
</li>
<li>psh5_close_file()
: <a class="el" href="pearl-pshell-import_8ipf.html#a2fc497747287d6fe40c6de997ed4a90d">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#a47513a1db5693f88d64739a5b28926b2">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_scan_datasets()
: <a class="el" href="pearl-pshell-import_8ipf.html#a4508bd507c4c935bd8463d9b2b84c6fc">pearl-pshell-import.ipf</a>
<li>psh5_create_folders()
: <a class="el" href="pearl-pshell-import_8ipf.html#aa7a48b65e465abde9aad80377605ae59">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_scan_regions()
: <a class="el" href="pearl-pshell-import_8ipf.html#acb317b57ef137d4d5da5938013dbe442">pearl-pshell-import.ipf</a>
<li>psh5_dataset_to_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#acda8bf0493a2e8ba1955f12de08e28f2">pearl-pshell-import.ipf</a>
</li>
<li>psh5_extract_region_paths()
: <a class="el" href="pearl-pshell-import_8ipf.html#a4f5d11063bd50ded36ca013a2656b539">pearl-pshell-import.ipf</a>
</li>
<li>psh5_extract_scan_paths()
: <a class="el" href="pearl-pshell-import_8ipf.html#ab86e42bb6f9ff20f685ad5627b446b77">pearl-pshell-import.ipf</a>
</li>
<li>psh5_filter_datasets_rank()
: <a class="el" href="pearl-pshell-import_8ipf.html#a7c191ea7367f2f328333b9986c7dd538">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_all_datasets()
: <a class="el" href="pearl-pshell-import_8ipf.html#a113622ae05611e5051a97d223fae59d0">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_dataset_info()
: <a class="el" href="pearl-pshell-import_8ipf.html#ad811542ccfc7c73156c2a107faa93d87">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_scans()
: <a class="el" href="pearl-pshell-import_8ipf.html#a2152f7c39a187b740cf9890767ffac3f">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#a85c1fbd2aefff2028e084ea61314dc67">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_complete()
: <a class="el" href="pearl-pshell-import_8ipf.html#a8a5ce6c2767607de194b4c148ee98c27">pearl-pshell-import.ipf</a>
<li>psh5_load()
: <a class="el" href="pearl-pshell-import_8ipf.html#ab41e955a4ff70f9c78571faad1b43d7b">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_dataset()
: <a class="el" href="pearl-pshell-import_8ipf.html#ac4dfb90b951d29b56501e904f5cc38aa">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#af7a6eefbda58d31336c81a3dda6e9a2d">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_dataset_meta()
: <a class="el" href="pearl-pshell-import_8ipf.html#afde787a00a18dc8c63b100d8ac7d992f">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#abcf01e205858a512aa713da914eaf966">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_dataset_reduced()
: <a class="el" href="pearl-pshell-import_8ipf.html#a13a45e8618c1ab7406e1aa5e608e21fe">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_dataset_slab()
: <a class="el" href="pearl-pshell-import_8ipf.html#a035a4df9f4508144149abdb0b46c87d1">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#af662500c4f992ef7b956f37ed463513d">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_dataset_slabs()
: <a class="el" href="pearl-pshell-import_8ipf.html#a2972587ec82cc2a261b8119a582b4215">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#afc4fa60c5fbfdb08c2a9d3072d3e16ce">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_info()
: <a class="el" href="pearl-pshell-import_8ipf.html#aa14b28120a07a8213e5a692930704a4b">pearl-pshell-import.ipf</a>
<li>psh5_load_datasets()
: <a class="el" href="pearl-pshell-import_8ipf.html#ae539a7501119cb2349707e2027f0f759">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_preview()
: <a class="el" href="pearl-pshell-import_8ipf.html#a1dc6c971120749b378014f1f63cb6668">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_reduced()
: <a class="el" href="pearl-pshell-import_8ipf.html#a3eefc2f84a09f2ce29893c71ef44ae32">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_scan_attrs()
: <a class="el" href="pearl-pshell-import_8ipf.html#aec191d0167bbf606d24396f4658104b5">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_scan_complete()
: <a class="el" href="pearl-pshell-import_8ipf.html#a0a02f87e19e825964aa17c46ed51df8c">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_scan_data()
: <a class="el" href="pearl-pshell-import_8ipf.html#ad26b0b56d7ccd23547535091c9430569">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_scan_info()
: <a class="el" href="pearl-pshell-import_8ipf.html#a79ac37bb666b42c3332e9984196ccfe7">pearl-pshell-import.ipf</a>
<li>psh5_load_general_group()
: <a class="el" href="pearl-pshell-import_8ipf.html#ac782084655d44d222742e3397051619d">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_scan_meta()
: <a class="el" href="pearl-pshell-import_8ipf.html#aa56c25d64b3e59f74d6dd92a599cce4f">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#a23a2e4cb2dc5364bfdbab4367ed6f234">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_scan_preview()
: <a class="el" href="pearl-pshell-import_8ipf.html#ad3b9354b137ba4f1bc3ed2e74f24dc88">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_scan_section()
: <a class="el" href="pearl-pshell-import_8ipf.html#a83804ba9637debed6ef8b13e7b9b19e0">pearl-pshell-import.ipf</a>
<li>psh5_match_dataset_classes()
: <a class="el" href="pearl-pshell-import_8ipf.html#af3b5005859915f410ec27a31ac9519ca">pearl-pshell-import.ipf</a>
</li>
<li>psh5_open_file()
: <a class="el" href="pearl-pshell-import_8ipf.html#accc20b0fc6bda95ba0cd0aea6633086f">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#ab684c44d5f0668631e42d9c9c9dfea9e">pearl-pshell-import.ipf</a>
</li>
<li>psh5_preview()
: <a class="el" href="pearl-pshell-import_8ipf.html#a24afba76ed5323d8cd0abc3c7b0d9912">pearl-pshell-import.ipf</a>
</li>
<li>psh_load_general_string()
: <a class="el" href="pearl-pshell-import_8ipf.html#a72465006d4e8379fad08d1a1064de2a3">pearl-pshell-import.ipf</a>
</li>
</ul>
</div><!-- contents -->
@@ -345,9 +356,9 @@ $(document).ready(function(){initNavTree('globals_func_p.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_q.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_q.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -93,9 +95,9 @@ $(document).ready(function(){initNavTree('globals_func_q.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+14 -12
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_r.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_r.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -98,7 +100,7 @@ $(document).ready(function(){initNavTree('globals_func_r.html','');});
</li>
<li>reduce_slab_image()
: <a class="el" href="pearl-area-import_8ipf.html#a44d495fba0dd2b82dec13760a07fd226">pearl-area-import.ipf</a>
, <a class="el" href="pearl-pshell-import_8ipf.html#a44d495fba0dd2b82dec13760a07fd226">pearl-pshell-import.ipf</a>
, <a class="el" href="pearl-pshell-import_8ipf.html#a8089a75744ffc3626305406e925d320a">pearl-pshell-import.ipf</a>
</li>
<li>reduce_slab_worker()
: <a class="el" href="pearl-pshell-import_8ipf.html#a33f8faf117450af1d6dae9ef48786cd6">pearl-pshell-import.ipf</a>
@@ -128,9 +130,9 @@ $(document).ready(function(){initNavTree('globals_func_r.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+29 -15
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_s.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_s.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -100,13 +102,19 @@ $(document).ready(function(){initNavTree('globals_func_s.html','');});
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a8d6e9058f2b0b4978f56e892ce199e6a">pearl-anglescan-tracker.ipf</a>
</li>
<li>ScientaLiveDisplay()
: <a class="el" href="pearl-scienta-countrate_8ipf.html#a55886895329455b36b64d52ed6a4e228">pearl-scienta-countrate.ipf</a>
: <a class="el" href="pearl-scienta-live_8ipf.html#a55886895329455b36b64d52ed6a4e228">pearl-scienta-live.ipf</a>
</li>
<li>select_dataset()
: <a class="el" href="pearl-pshell-import_8ipf.html#abb4afdef6ae4476c25a1ff77b17266c3">pearl-pshell-import.ipf</a>
<li>selected_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#ac477142f1949dc32d86663f1de4384e5">pearl-data-explorer.ipf</a>
</li>
<li>send_to_elog()
: <a class="el" href="pearl-data-explorer_8ipf.html#aac8d96d9ccaeddab1cb0f463b01616cb">pearl-data-explorer.ipf</a>
</li>
<li>set_contrast()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a666dab03bb2e97ffef81cea450184d42">pearl-anglescan-process.ipf</a>
: <a class="el" href="pearl-anglescan-process_8ipf.html#af9874b5c1ce1d216741c7880a5fdcfcc">pearl-anglescan-process.ipf</a>
</li>
<li>set_elog_attributes()
: <a class="el" href="pearl-data-explorer_8ipf.html#a93c61109535e1644f5e53aabb895b48a">pearl-data-explorer.ipf</a>
</li>
<li>set_panel_attributes()
: <a class="el" href="pearl-elog_8ipf.html#a39a1f418c8a2f9a5e4ab976827d8efca">pearl-elog.ipf</a>
@@ -144,6 +152,9 @@ $(document).ready(function(){initNavTree('globals_func_s.html','');});
<li>ShirleyBG()
: <a class="el" href="pearl-fitfuncs_8ipf.html#af07f887f3ba8e3e35c9214df8bb6a49f">pearl-fitfuncs.ipf</a>
</li>
<li>shorten_filepath()
: <a class="el" href="pearl-data-explorer_8ipf.html#a00307dffd6f272f13acfe4dea99a81d4">pearl-data-explorer.ipf</a>
</li>
<li>show_analyser_line()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a01bac9e7d4ba743c3c34177a05070466">pearl-anglescan-process.ipf</a>
</li>
@@ -168,6 +179,9 @@ $(document).ready(function(){initNavTree('globals_func_s.html','');});
<li>slp_slice_position()
: <a class="el" href="pearl-area-display_8ipf.html#ace169e0824e6bddbd646972946edccbe">pearl-area-display.ipf</a>
</li>
<li>strip_append()
: <a class="el" href="pearl-anglescan-process_8ipf.html#ab97a936bc0fa6137b6d0b43cb61d39a1">pearl-anglescan-process.ipf</a>
</li>
<li>strip_delete_frames()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a13e0d37ae23f68cdc5da3d84cb4beed8">pearl-anglescan-process.ipf</a>
</li>
@@ -189,9 +203,9 @@ $(document).ready(function(){initNavTree('globals_func_s.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_t.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_t.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -105,9 +107,9 @@ $(document).ready(function(){initNavTree('globals_func_t.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+22 -14
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_u.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_u.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -84,6 +86,9 @@ $(document).ready(function(){initNavTree('globals_func_u.html','');});
&#160;
<h3><a id="index_u"></a>- u -</h3><ul>
<li>unique_strings()
: <a class="el" href="pearl-pshell-import_8ipf.html#ae2aedcb7028cccdb683c43411cc8f1e2">pearl-pshell-import.ipf</a>
</li>
<li>UnloadPearlArpesPackage()
: <a class="el" href="pearl-arpes_8ipf.html#ac41f24572943dac2b40c255797a6c7a8">pearl-arpes.ipf</a>
</li>
@@ -93,12 +98,12 @@ $(document).ready(function(){initNavTree('globals_func_u.html','');});
<li>update_capture()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a9751db419b4c0de884450c09ff5822a7">pearl-anglescan-tracker.ipf</a>
</li>
<li>update_controls()
: <a class="el" href="pearl-data-explorer_8ipf.html#a57e21bffee4cd64f2ea1efd9cc958bf1">pearl-data-explorer.ipf</a>
</li>
<li>update_data_graph()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a0b8ff36cf3c20b1c0db3217d9065f7cf">pearl-anglescan-tracker.ipf</a>
</li>
<li>update_datasets()
: <a class="el" href="pearl-data-explorer_8ipf.html#ad50f4c430d8bfe0fb5a1356cd9b84bf4">pearl-data-explorer.ipf</a>
</li>
<li>update_detector()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#ab961340af09fed4d2006bca8c0f2edd5">pearl-anglescan-tracker.ipf</a>
</li>
@@ -108,6 +113,9 @@ $(document).ready(function(){initNavTree('globals_func_u.html','');});
<li>update_filelist()
: <a class="el" href="pearl-data-explorer_8ipf.html#a04cc0b9d5e3a649ba3514fcbf126eefe">pearl-data-explorer.ipf</a>
</li>
<li>update_filepath()
: <a class="el" href="pearl-data-explorer_8ipf.html#ae02b954d90dc8f43c007cc3fb1a1ee16">pearl-data-explorer.ipf</a>
</li>
<li>update_menus()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a7ddecbeeaee3f9da87ac1ecdc26f530b">pearl-anglescan-panel.ipf</a>
</li>
@@ -126,9 +134,9 @@ $(document).ready(function(){initNavTree('globals_func_u.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_func_w.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_func_w.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -93,9 +95,9 @@ $(document).ready(function(){initNavTree('globals_func_w.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+25 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_g.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_g.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -90,12 +92,18 @@ $(document).ready(function(){initNavTree('globals_g.html','');});
<li>gauss4_reduction()
: <a class="el" href="pearl-scienta-preprocess_8ipf.html#a83cdbd96c5b59011914d53118e5ef71c">pearl-scienta-preprocess.ipf</a>
</li>
<li>gauss6_reduction()
: <a class="el" href="pearl-scienta-preprocess_8ipf.html#a11d42ef1352876666b710b7545360fce">pearl-scienta-preprocess.ipf</a>
</li>
<li>get_default_panel_name()
: <a class="el" href="pearl-elog_8ipf.html#a1376b5c9e6b1180a09961bc3296849ae">pearl-elog.ipf</a>
</li>
<li>get_elog_df()
: <a class="el" href="pearl-elog_8ipf.html#ac45196cb9ce8b43b76c9daf67689c49a">pearl-elog.ipf</a>
</li>
<li>get_file_info()
: <a class="el" href="pearl-data-explorer_8ipf.html#a66043ccbe2e8dda258e639cb7a231537">pearl-data-explorer.ipf</a>
</li>
<li>get_hemi_nickname()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a987811346894d8d81fc590b2f5ccec49">pearl-anglescan-process.ipf</a>
</li>
@@ -114,6 +122,9 @@ $(document).ready(function(){initNavTree('globals_g.html','');});
<li>get_panel_message()
: <a class="el" href="pearl-elog_8ipf.html#a7ce92b03b6a786129959d44bf1112efa">pearl-elog.ipf</a>
</li>
<li>get_pshell_info()
: <a class="el" href="pearl-data-explorer_8ipf.html#a28921b185d4e6fbe9a7a689757269f19">pearl-data-explorer.ipf</a>
</li>
<li>get_source_image()
: <a class="el" href="pearl-area-display_8ipf.html#a4b76a98582f5997d3810f969dbb6c4ed">pearl-area-display.ipf</a>
</li>
@@ -129,6 +140,9 @@ $(document).ready(function(){initNavTree('globals_g.html','');});
<li>GetAttrDataFolderDFR()
: <a class="el" href="pearl-area-import_8ipf.html#aa3cdc56096a6a1bf2a2d80a6245a36d2">pearl-area-import.ipf</a>
</li>
<li>goto_dataset_folder()
: <a class="el" href="pearl-data-explorer_8ipf.html#a896081071fffecdeff09ae4c9d6e84cb">pearl-data-explorer.ipf</a>
</li>
<li>graphname_from_dfref()
: <a class="el" href="pearl-area-display_8ipf.html#a195b12857685c4e535a840c5db324b4a">pearl-area-display.ipf</a>
</li>
@@ -138,9 +152,9 @@ $(document).ready(function(){initNavTree('globals_g.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+37 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_h.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_h.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -99,15 +101,39 @@ $(document).ready(function(){initNavTree('globals_h.html','');});
<li>hemi_radius_mm
: <a class="el" href="fermi-edge-analysis_8ipf.html#a0cb8da36beae05c79fe5b1da918d3897">fermi-edge-analysis.ipf</a>
</li>
<li>hl_add_objects()
: <a class="el" href="pearl-data-explorer_8ipf.html#a54be4e40b17906c281cdf649d6ce537e">pearl-data-explorer.ipf</a>
</li>
<li>hl_contents_clear()
: <a class="el" href="pearl-data-explorer_8ipf.html#ad95697e197428ff73a1a258ea3bb79b2">pearl-data-explorer.ipf</a>
</li>
<li>hl_contents_update()
: <a class="el" href="pearl-data-explorer_8ipf.html#aba2f8be504e49469194cc4b562be3a9c">pearl-data-explorer.ipf</a>
</li>
<li>hl_default_selection()
: <a class="el" href="pearl-data-explorer_8ipf.html#a7c36ce6ccfaa77cf7a6b68b9014c1b9b">pearl-data-explorer.ipf</a>
</li>
<li>hl_expand_scans()
: <a class="el" href="pearl-data-explorer_8ipf.html#a5d0c796365e8a24683c73e2b29571018">pearl-data-explorer.ipf</a>
</li>
<li>hlp_contents_open()
: <a class="el" href="pearl-data-explorer_8ipf.html#a384a37c2865baf5c21b63cff2488c3b3">pearl-data-explorer.ipf</a>
</li>
<li>hlp_contents_selection()
: <a class="el" href="pearl-data-explorer_8ipf.html#a36fd730f2d057513179dd59f8fddaf75">pearl-data-explorer.ipf</a>
</li>
<li>hlp_setup()
: <a class="el" href="pearl-data-explorer_8ipf.html#af616e37167d5753b11e513bd03685ab8">pearl-data-explorer.ipf</a>
</li>
</ul>
</div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_i.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_i.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -137,9 +139,9 @@ $(document).ready(function(){initNavTree('globals_i.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+59 -16
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_k.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_k.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -99,9 +101,6 @@ $(document).ready(function(){initNavTree('globals_k.html','');});
<li>kDataDimLabel
: <a class="el" href="pearl-pshell-import_8ipf.html#a277cd450cca7832aa44f8097934e6acb">pearl-pshell-import.ipf</a>
</li>
<li>kDetectorSensitivity
: <a class="el" href="pearl-pshell-import_8ipf.html#a5745428740b64cd66394a7fcd78b86f1">pearl-pshell-import.ipf</a>
</li>
<li>kdfPersistent
: <a class="el" href="pearl-elog_8ipf.html#a3498e65d04de046481170b49d4e3d0d6">pearl-elog.ipf</a>
</li>
@@ -114,9 +113,54 @@ $(document).ready(function(){initNavTree('globals_k.html','');});
<li>kdfVolatile
: <a class="el" href="pearl-elog_8ipf.html#a915905f2e57d0d9a25c75f39fcce485f">pearl-elog.ipf</a>
</li>
<li>kDSCAll
: <a class="el" href="pearl-pshell-import_8ipf.html#a237e95f14b988f58e2d4c37659f17347">pearl-pshell-import.ipf</a>
</li>
<li>kDSCAttrs
: <a class="el" href="pearl-pshell-import_8ipf.html#a10224f615973777a43fefae8eb1a39f2">pearl-pshell-import.ipf</a>
</li>
<li>kDSCDetectors
: <a class="el" href="pearl-pshell-import_8ipf.html#a7c5aaa2f133862ae16ddd735df1ab73d">pearl-pshell-import.ipf</a>
</li>
<li>kDSCDiags
: <a class="el" href="pearl-pshell-import_8ipf.html#adf778206fa825ab5006bd553c64a8760">pearl-pshell-import.ipf</a>
</li>
<li>kDSCEssentialDiags
: <a class="el" href="pearl-pshell-import_8ipf.html#aebf53e3de392d631b340ee0747b8bbbf">pearl-pshell-import.ipf</a>
</li>
<li>kDSCMeta
: <a class="el" href="pearl-pshell-import_8ipf.html#a712ea7a6f18ce4178fd06b07d2d05a9f">pearl-pshell-import.ipf</a>
</li>
<li>kDSCMonitors
: <a class="el" href="pearl-pshell-import_8ipf.html#a300847a8e08161a64a199a6e7ef165c8">pearl-pshell-import.ipf</a>
</li>
<li>kDSCOther
: <a class="el" href="pearl-pshell-import_8ipf.html#ac81d8f4276cf7bb86a74796cc7199e42">pearl-pshell-import.ipf</a>
</li>
<li>kDSCPositioners
: <a class="el" href="pearl-pshell-import_8ipf.html#aeb9a7f56922ff3c862e8b29b5090c01a">pearl-pshell-import.ipf</a>
</li>
<li>kDSCPreview
: <a class="el" href="pearl-pshell-import_8ipf.html#a654f0b9fe8770a8bd09a6da4182ca3bc">pearl-pshell-import.ipf</a>
</li>
<li>kDSCRegions
: <a class="el" href="pearl-pshell-import_8ipf.html#a48f07030482af8315447ac2c598edd0d">pearl-pshell-import.ipf</a>
</li>
<li>kDSCScientaScaling
: <a class="el" href="pearl-pshell-import_8ipf.html#ab7c2cc8687f6d4550ef90c538b938dad">pearl-pshell-import.ipf</a>
</li>
<li>kDSCSnaps
: <a class="el" href="pearl-pshell-import_8ipf.html#a3236744797a780eb144a684b0bd41d4a">pearl-pshell-import.ipf</a>
</li>
<li>kEnergyDimLabel
: <a class="el" href="pearl-pshell-import_8ipf.html#a5ad52cb10171572c454f9426d3a9be21">pearl-pshell-import.ipf</a>
</li>
<li>kEssentialDiagnostics
: <a class="el" href="pearl-pshell-import_8ipf.html#ab0bc752ab76659b492cf88c75935336b">pearl-pshell-import.ipf</a>
</li>
<li>kill_matching_waves()
: <a class="el" href="pearl-pshell-import_8ipf.html#a972bf23d6da0bb33e9f12e50c9d7f5e5">pearl-pshell-import.ipf</a>
</li>
<li>kill_progress_panel()
: <a class="el" href="pearl-gui-tools_8ipf.html#aca0a41a0f28a35ac7535df30ddbd79fe">pearl-gui-tools.ipf</a>
</li>
@@ -160,8 +204,7 @@ $(document).ready(function(){initNavTree('globals_k.html','');});
: <a class="el" href="pearl-data-explorer_8ipf.html#a53af8689144e3aeb27ca177db5dd0c22">pearl-data-explorer.ipf</a>
</li>
<li>ks_filematch_mtrx
: <a class="el" href="pearl-data-explorer_8ipf.html#ad720655ff881ddecae2e1b8afed58fa0">pearl-data-explorer.ipf</a>
, <a class="el" href="pearl-matrix-import_8ipf.html#ad720655ff881ddecae2e1b8afed58fa0">pearl-matrix-import.ipf</a>
: <a class="el" href="pearl-matrix-import_8ipf.html#ad720655ff881ddecae2e1b8afed58fa0">pearl-matrix-import.ipf</a>
</li>
<li>ks_filematch_pshell
: <a class="el" href="pearl-data-explorer_8ipf.html#a00bf5267a40b2b3d760c64d73e139878">pearl-data-explorer.ipf</a>
@@ -181,9 +224,9 @@ $(document).ready(function(){initNavTree('globals_k.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+22 -20
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_l.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_l.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -84,9 +86,6 @@ $(document).ready(function(){initNavTree('globals_l.html','');});
<div class="textblock">Here is a list of all functions, variables, defines, enums, and typedefs with links to the files they belong to:</div>
<h3><a id="index_l"></a>- l -</h3><ul>
<li>lbp_datasets()
: <a class="el" href="pearl-data-explorer_8ipf.html#a8ec37ab6c651003957d7e1ba728de89e">pearl-data-explorer.ipf</a>
</li>
<li>lbp_filelist()
: <a class="el" href="pearl-data-explorer_8ipf.html#a614e89b9c06511144ccb380e61cc7bd6">pearl-data-explorer.ipf</a>
</li>
@@ -97,19 +96,22 @@ $(document).ready(function(){initNavTree('globals_l.html','');});
: <a class="el" href="pearl-elog_8ipf.html#a356bebea8eb41c9ac3ea2148af22707f">pearl-elog.ipf</a>
</li>
<li>load_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a1bbf3e1592f3344f3628526fa549dfdf">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a435adef620193e09110ff69ca8d106de">pearl-data-explorer.ipf</a>
</li>
<li>load_hdf_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a0c839d5f8f49e6937a6532bba3ef3714">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a96a3ef643cc29948ba57a3bfa1339c4d">pearl-data-explorer.ipf</a>
</li>
<li>load_hemi_scan()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a89f73edcd51a675f4c3933cd0242484e">pearl-anglescan-process.ipf</a>
</li>
<li>load_itx_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a26f2f2bf5efc39dabb2a01abcc559e3e">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#ababd5be120b526ca410c53b4a2ba3f8d">pearl-data-explorer.ipf</a>
</li>
<li>load_mtrx_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a98e327fa65bbcb3cd7c97545f7201afe">pearl-data-explorer.ipf</a>
<li>load_pmsco_result()
: <a class="el" href="pearl-pmsco-import_8ipf.html#afae0650a37e89f18c9c54f8adc9eafb2">pearl-pmsco-import.ipf</a>
</li>
<li>load_pmsco_scan()
: <a class="el" href="pearl-pmsco-import_8ipf.html#a98bbe8db14dba5aea9588a1b433baca7">pearl-pmsco-import.ipf</a>
</li>
<li>load_prefs()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a92c27964d49ab8bcd7afc858ebe214a3">pearl-anglescan-panel.ipf</a>
@@ -118,7 +120,7 @@ $(document).ready(function(){initNavTree('globals_l.html','');});
, <a class="el" href="pearl-elog_8ipf.html#a92c27964d49ab8bcd7afc858ebe214a3">pearl-elog.ipf</a>
</li>
<li>load_pshell_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a74c69e870329c5dd3b08f92bdeb21d87">pearl-data-explorer.ipf</a>
: <a class="el" href="pearl-data-explorer_8ipf.html#a0e1e23060294bd4b18980e59229c70ed">pearl-data-explorer.ipf</a>
</li>
<li>load_selected_files()
: <a class="el" href="pearl-data-explorer_8ipf.html#a2178d5acf21fe4372ecc06224bec28ba">pearl-data-explorer.ipf</a>
@@ -141,9 +143,9 @@ $(document).ready(function(){initNavTree('globals_l.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+18 -13
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_m.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_m.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -142,7 +144,7 @@ $(document).ready(function(){initNavTree('globals_m.html','');});
: <a class="el" href="pearl-matrix-import_8ipf.html#a0dc1efa23739e10b7558543b166e95b9">pearl-matrix-import.ipf</a>
</li>
<li>MultiDoniachSunjicLinBG()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a1520bd078ef77fd16ba20e95dbc6829d">pearl-fitfuncs.ipf</a>
: <a class="el" href="pearl-fitfuncs_8ipf.html#af669aa08d0c32d3647007155f4b7ea3c">pearl-fitfuncs.ipf</a>
</li>
<li>MultiGaussLinBG()
: <a class="el" href="pearl-fitfuncs_8ipf.html#aad1418e71830c1ec71d7dd62b2ecf9ba">pearl-fitfuncs.ipf</a>
@@ -151,7 +153,10 @@ $(document).ready(function(){initNavTree('globals_m.html','');});
: <a class="el" href="pearl-fitfuncs_8ipf.html#a2c6547164c0b46efecf4d372ea04c263">pearl-fitfuncs.ipf</a>
</li>
<li>MultiVoigtLinBG()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a3a94468da285a31eed5e990cd90e5cdf">pearl-fitfuncs.ipf</a>
: <a class="el" href="pearl-fitfuncs_8ipf.html#a704de4b170620d07b75f2093fe052272">pearl-fitfuncs.ipf</a>
</li>
<li>MultiVoigtLinBG_AO()
: <a class="el" href="pearl-fitfuncs_8ipf.html#a81da09e30e2800703dd178248f0c55be">pearl-fitfuncs.ipf</a>
</li>
</ul>
</div><!-- contents -->
@@ -159,9 +164,9 @@ $(document).ready(function(){initNavTree('globals_m.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_n.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_n.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -111,9 +113,9 @@ $(document).ready(function(){initNavTree('globals_n.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+13 -11
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_o.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_o.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -117,9 +119,9 @@ $(document).ready(function(){initNavTree('globals_o.html','');});
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 for PEARL Procedures by
<li class="footer">Generated on Tue Mar 1 2022 15:31:30 for PEARL Procedures by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.13 </li>
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>
</div>
</body>
+77 -67
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" content="Doxygen 1.8.13"/>
<meta name="generator" content="Doxygen 1.8.17"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: Globals</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
@@ -13,9 +13,6 @@
<script type="text/javascript" src="resize.js"></script>
<script type="text/javascript" src="navtreedata.js"></script>
<script type="text/javascript" src="navtree.js"></script>
<script type="text/javascript">
$(document).ready(initResizable);
</script>
<link href="search/search.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="search/searchdata.js"></script>
<script type="text/javascript" src="search/search.js"></script>
@@ -29,7 +26,7 @@
<tr style="height: 56px;">
<td id="projectalign" style="padding-left: 0.5em;">
<div id="projectname">PEARL Procedures
&#160;<span id="projectnumber">rev-distro-2.1.1-1-gf419e92-dirty</span>
&#160;<span id="projectnumber">rev-distro-3.0.0-0-gfa24916-dirty</span>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
@@ -38,18 +35,21 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<!-- Generated by Doxygen 1.8.17 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
var searchBox = new SearchBox("searchBox", "search",false,'Search');
/* @license-end */
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
/* @license-end */</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
@@ -63,7 +63,9 @@ $(function() {
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('globals_p.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_p.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@@ -86,16 +88,15 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
<h3><a id="index_p"></a>- p -</h3><ul>
<li>package_name
: <a class="el" href="pearl-anglescan-panel_8ipf.html#aca457d1f4414d20a911254b1de13ebbb">pearl-anglescan-panel.ipf</a>
, <a class="el" href="pearl-data-explorer_8ipf.html#aca457d1f4414d20a911254b1de13ebbb">pearl-data-explorer.ipf</a>
, <a class="el" href="pearl-matrix-import_8ipf.html#aca457d1f4414d20a911254b1de13ebbb">pearl-matrix-import.ipf</a>
, <a class="el" href="pearl-elog_8ipf.html#aca457d1f4414d20a911254b1de13ebbb">pearl-elog.ipf</a>
, <a class="el" href="pearl-matrix-import_8ipf.html#aca457d1f4414d20a911254b1de13ebbb">pearl-matrix-import.ipf</a>
</li>
<li>package_path
: <a class="el" href="pearl-elog_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-elog.ipf</a>
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-anglescan-panel.ipf</a>
, <a class="el" href="pearl-matrix-import_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-matrix-import.ipf</a>
, <a class="el" href="pearl-anglescan-panel_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-anglescan-panel.ipf</a>
, <a class="el" href="pearl-anglescan-tracker_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-anglescan-tracker.ipf</a>
, <a class="el" href="pearl-data-explorer_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-data-explorer.ipf</a>
, <a class="el" href="pearl-elog_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-elog.ipf</a>
</li>
<li>parse_result()
: <a class="el" href="pearl-elog_8ipf.html#a5306514bf7d1a582aec146256ae45a12">pearl-elog.ipf</a>
@@ -139,6 +140,9 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
<li>pizza_service_2()
: <a class="el" href="pearl-anglescan-process_8ipf.html#a229770447193d4fd12032b235aab4d28">pearl-anglescan-process.ipf</a>
</li>
<li>pm_reduction_values()
: <a class="el" href="pearl-data-explorer_8ipf.html#a638a13044aede37cabe0c2c7a7c0cb06">pearl-data-explorer.ipf</a>
</li>
<li>pmp_data()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a07efc5d6a7121540cc185c251353677c">pearl-anglescan-tracker.ipf</a>
</li>
@@ -175,6 +179,9 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
<li>pmp_parameters_mouseup()
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#ad06e1354226f4f617ad0a8d6d7572dca">pearl-anglescan-tracker.ipf</a>
</li>
<li>pmp_reduction_func()
: <a class="el" href="pearl-data-explorer_8ipf.html#a166273677188a66c25a84616c6f4baa9">pearl-data-explorer.ipf</a>
</li>
<li>pmsco_load_xyz()
: <a class="el" href="pearl-pmsco-import_8ipf.html#ab3421c7f54aa64e5e493b267d700c0c8">pearl-pmsco-import.ipf</a>
</li>
@@ -205,18 +212,12 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
<li>prepare_hemi_scan_display()
: <a class="el" href="pearl-anglescan-process_8ipf.html#ac15ebd5a19c558dde666ab36aeb9906f">pearl-anglescan-process.ipf</a>
</li>
<li>preview_attributes()
: <a class="el" href="pearl-data-explorer_8ipf.html#a415e4867be1ee37d84fd609b06f6dcb8">pearl-data-explorer.ipf</a>
</li>
<li>preview_crop()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#a2268cc96a879c1a055c1ff29c1b040ea">pearl-anglescan-panel.ipf</a>
</li>
<li>preview_datafolder()
: <a class="el" href="pearl-data-explorer_8ipf.html#a6e8eaf8c092f5da60bd425f9bd8bf178">pearl-data-explorer.ipf</a>
</li>
<li>preview_dataset()
: <a class="el" href="pearl-data-explorer_8ipf.html#a68d38e9464f7d13520ec040cffdf5c3b">pearl-data-explorer.ipf</a>
</li>
<li>preview_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a3232c51a8c19eaf86b9bc67352967a9f">pearl-data-explorer.ipf</a>
</li>
@@ -229,9 +230,6 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
<li>preview_matrix_file()
: <a class="el" href="pearl-matrix-import_8ipf.html#a8acd2b03343ef9bdfecaa75e831392d1">pearl-matrix-import.ipf</a>
</li>
<li>preview_mtrx_file()
: <a class="el" href="pearl-data-explorer_8ipf.html#a340f334c6caa966ee1eb891614e57b5b">pearl-data-explorer.ipf</a>
</li>
<li>preview_norm_alpha()
: <a class="el" href="pearl-anglescan-panel_8ipf.html#ad355d06d3b57bb458bd62e6d6f1f2417">pearl-anglescan-panel.ipf</a>
</li>
@@ -275,7 +273,19 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
: <a class="el" href="pearl-scienta-preprocess_8ipf.html#a6e7de6441bbcba217760448babaca827">pearl-scienta-preprocess.ipf</a>
</li>
<li>ps_detect_scale()
: <a class="el" href="pearl-pshell-import_8ipf.html#acba7f4b98f67cc112c02dfeefe3e5acd">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#ad2275b0b8a0a1ed05afc50ef50564243">pearl-pshell-import.ipf</a>
</li>
<li>ps_find_attr_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#a476f19c72d6e54787535ab6989ee778d">pearl-pshell-import.ipf</a>
</li>
<li>ps_find_scale_wave()
: <a class="el" href="pearl-pshell-import_8ipf.html#a2f39f9379e66ead0d25c33adfbe05ee9">pearl-pshell-import.ipf</a>
</li>
<li>ps_find_scan_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#a513091ea9a4e23f76765aa37f1d34055">pearl-pshell-import.ipf</a>
</li>
<li>ps_fix_folder_name()
: <a class="el" href="pearl-pshell-import_8ipf.html#a7d7b67c9f983d3446c5c6f274284b82a">pearl-pshell-import.ipf</a>
</li>
<li>ps_scale_dataset()
: <a class="el" href="pearl-pshell-import_8ipf.html#adc11ea797562b3d99c247f4866618d39">pearl-pshell-import.ipf</a>
@@ -284,7 +294,7 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
: <a class="el" href="pearl-pshell-import_8ipf.html#a2c456397c36d4116bfddca452eff5954">pearl-pshell-import.ipf</a>
</li>
<li>ps_scale_datasets()
: <a class="el" href="pearl-pshell-import_8ipf.html#af08a467036c64f70ca3dfe644fcc457c">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#a5a1961e05ea900e72d6a886ac5744f2d">pearl-pshell-import.ipf</a>
</li>
<li>ps_set_dimlabels()
: <a class="el" href="pearl-pshell-import_8ipf.html#aba25eb98e4c6cc9066c46ef6be1cde15">pearl-pshell-import.ipf</a>
@@ -293,67 +303,67 @@ $(document).ready(function(){initNavTree('globals_p.html','');});
: <a class="el" href="pearl-pshell-import_8ipf.html#a8704627410409bcd27a1adeda4082c47">pearl-pshell-import.ipf</a>
</li>
<li>psh5_close_file()
: <a class="el" href="pearl-pshell-import_8ipf.html#a2fc497747287d6fe40c6de997ed4a90d">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#a47513a1db5693f88d64739a5b28926b2">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_scan_datasets()
: <a class="el" href="pearl-pshell-import_8ipf.html#a4508bd507c4c935bd8463d9b2b84c6fc">pearl-pshell-import.ipf</a>
<li>psh5_create_folders()
: <a class="el" href="pearl-pshell-import_8ipf.html#aa7a48b65e465abde9aad80377605ae59">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_scan_regions()
: <a class="el" href="pearl-pshell-import_8ipf.html#acb317b57ef137d4d5da5938013dbe442">pearl-pshell-import.ipf</a>
<li>psh5_dataset_to_folder()
: <a class="el" href="pearl-pshell-import_8ipf.html#acda8bf0493a2e8ba1955f12de08e28f2">pearl-pshell-import.ipf</a>
</li>
<li>psh5_extract_region_paths()
: <a class="el" href="pearl-pshell-import_8ipf.html#a4f5d11063bd50ded36ca013a2656b539">pearl-pshell-import.ipf</a>
</li>
<li>psh5_extract_scan_paths()
: <a class="el" href="pearl-pshell-import_8ipf.html#ab86e42bb6f9ff20f685ad5627b446b77">pearl-pshell-import.ipf</a>
</li>
<li>psh5_filter_datasets_rank()
: <a class="el" href="pearl-pshell-import_8ipf.html#a7c191ea7367f2f328333b9986c7dd538">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_all_datasets()
: <a class="el" href="pearl-pshell-import_8ipf.html#a113622ae05611e5051a97d223fae59d0">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_dataset_info()
: <a class="el" href="pearl-pshell-import_8ipf.html#ad811542ccfc7c73156c2a107faa93d87">pearl-pshell-import.ipf</a>
</li>
<li>psh5_list_scans()
: <a class="el" href="pearl-pshell-import_8ipf.html#a2152f7c39a187b740cf9890767ffac3f">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#a85c1fbd2aefff2028e084ea61314dc67">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_complete()
: <a class="el" href="pearl-pshell-import_8ipf.html#a8a5ce6c2767607de194b4c148ee98c27">pearl-pshell-import.ipf</a>
<li>psh5_load()
: <a class="el" href="pearl-pshell-import_8ipf.html#ab41e955a4ff70f9c78571faad1b43d7b">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_dataset()
: <a class="el" href="pearl-pshell-import_8ipf.html#ac4dfb90b951d29b56501e904f5cc38aa">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#af7a6eefbda58d31336c81a3dda6e9a2d">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_dataset_meta()
: <a class="el" href="pearl-pshell-import_8ipf.html#afde787a00a18dc8c63b100d8ac7d992f">pearl-pshell-import.ipf</a>
: <a class="el" href="pearl-pshell-import_8ipf.html#abcf01e205858a512aa713da914eaf966">pearl-pshell-import.ipf</a>
</li>
<li>psh5_load_dataset_red