3 Commits

332 changed files with 35245 additions and 10263 deletions

1
.gitignore vendored
View File

@ -2,5 +2,6 @@
~*
*.bak
*.ipfT*
doc/html/*
doc/latex/*

View File

@ -186,7 +186,7 @@
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright 2009-2019 Paul Scherrer Institut
Copyright 2009-2022 Paul Scherrer Institut
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.

View File

@ -1,7 +1,7 @@
Introduction
============
PEARL Procedures is a suite of Igor Pro procedures developed for data acquisition and data processing at the PEARL beamline at the Swiss Light Source.
PEARL Procedures is a suite of Igor Pro procedures developed for data acquisition and data processing at the PEARL beamline at the Swiss Light Source. PEARL Procedures requires Igor Pro 8 or newer.
Installation
@ -11,12 +11,14 @@ PEARL Procedures should be installed according to the regular Igor Pro guideline
- Make a `pearl-procs` directory in your private or shared `User Procedures` folder, and copy the PEARL Procedures distribution there.
- Create shortcuts of the `pearl-arpes.ipf` and `pearl-menu.ipf` files, and move them to the `Igor Procedures` folder next to your `User Procedures` folder.
- Find the `HDF5.XOP` (`HDF5-64.xop` for Igor 7 64-bit) extension in the `Igor Pro Folder` under `More Extensions/File Loaders` (`More Extensions (64-bit)/File Loaders`), create a shortcut, and move the shortcut to the `Igor Extensions` folder next to your `User Procedures` folder.
Igor Pro 9 imports the HDF5 library by default. For earlier versions:
- Find the `HDF5.XOP` (`HDF5-64.xop` for 64-bit) extension in the `Igor Pro Folder` under `More Extensions/File Loaders` (`More Extensions (64-bit)/File Loaders`), create a shortcut, and move the shortcut to the `Igor Extensions` folder next to your `User Procedures` folder.
- Find the `HDF5 Help.ihf` next to `HDF5.XOP`, create a shortcut, and move the shortcut to the `Igor Help Files` folder next to your `User Procedures` folder.
PEARL Procedures are compatible with Igor Pro versions 6.37 and 8.04, 32-bit and 64-bit.
Please make sure to use the latest release version.
As long as no Igor 8 specific features are used (long object names), the produced experiment files remain compatible with Igor 6.
PEARL Procedures are tested on Igor Pro 8.04, 64-bit.
Please make sure to use the latest release version of Igor Pro.
License
@ -34,12 +36,22 @@ Matthias Muntwiler, <mailto:matthias.muntwiler@psi.ch>
Copyright
---------
Copyright 2009-2020 by [Paul Scherrer Institut](http://www.psi.ch)
Copyright 2009-2022 by [Paul Scherrer Institut](http://www.psi.ch)
Release Notes
=============
## rev-distro-3.0.0
- New panel and procedure interface for PShell data file import.
- Support for latest PShell file structure.
- Igor Pro 8.04 or later is required.
## rev-distro-2.2.0
- Updates, bugfixes and performance improvements in angle scan processing.
## rev-distro-2.1.0
- Check compatibility of major features with Igor 8.
@ -53,8 +65,3 @@ Release Notes
- The interface of data reduction functions has changed to make data reduction more efficient in multi-peak fits. The supplied reduction functions and dialogs have been refactored. If you want to use your own reduction functions written for pre-2.0, you have to adapt them to the new interface.
## rev-distro-1.1.1
- If you have upgraded PEARL Procedures from pre-1.1.1 and Igor breaks in pearl-elog.ipf while opening an experiment, please delete the ELOG preferences file `pearl-elog/preferences.pxp`. (Check the Igor Help to find the package preferences folder on your system.)

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>

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>

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>

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>

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: 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>

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;
}

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 });
});
});

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>

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

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>

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" ]
];

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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>

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_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 -->
@ -361,9 +371,9 @@ $(document).ready(function(){initNavTree('globals_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>

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_q.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_q.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -93,9 +95,9 @@ $(document).ready(function(){initNavTree('globals_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>

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_r.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_r.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -98,7 +100,7 @@ $(document).ready(function(){initNavTree('globals_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_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>

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_s.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_s.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -100,13 +102,19 @@ $(document).ready(function(){initNavTree('globals_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_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_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_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>

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_t.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_t.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -105,9 +107,9 @@ $(document).ready(function(){initNavTree('globals_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>

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_u.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_u.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -84,6 +86,9 @@ $(document).ready(function(){initNavTree('globals_u.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_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_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_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_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>

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_v.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_v.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -86,6 +88,7 @@ $(document).ready(function(){initNavTree('globals_v.html','');});
<h3><a id="index_v"></a>- v -</h3><ul>
<li>version
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a4c7a521b8f1a0769c09bfa4a1fca7dab">pearl-anglescan-tracker.ipf</a>
, <a class="el" href="pearl-data-explorer_8ipf.html#a4c7a521b8f1a0769c09bfa4a1fca7dab">pearl-data-explorer.ipf</a>
</li>
</ul>
</div><!-- contents -->
@ -93,9 +96,9 @@ $(document).ready(function(){initNavTree('globals_v.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>

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_vars.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_vars.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -116,9 +118,6 @@ $(document).ready(function(){initNavTree('globals_vars.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>
@ -131,9 +130,51 @@ $(document).ready(function(){initNavTree('globals_vars.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>kPreviewDatasets
: <a class="el" href="pearl-pshell-import_8ipf.html#a3c72087695969f42ea91c000de47b26e">pearl-pshell-import.ipf</a>
</li>
@ -174,8 +215,7 @@ $(document).ready(function(){initNavTree('globals_vars.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>
@ -208,16 +248,15 @@ $(document).ready(function(){initNavTree('globals_vars.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-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-anglescan-panel_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-anglescan-panel.ipf</a>
: <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-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>
, <a class="el" href="pearl-matrix-import_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-matrix-import.ipf</a>
, <a class="el" href="pearl-data-explorer_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">pearl-data-explorer.ipf</a>
</li>
<li>prefs_objects
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a20720748c82a7eaa4b02d4084a4219b2">pearl-anglescan-tracker.ipf</a>
@ -228,6 +267,7 @@ $(document).ready(function(){initNavTree('globals_vars.html','');});
<h3><a id="index_v"></a>- v -</h3><ul>
<li>version
: <a class="el" href="pearl-anglescan-tracker_8ipf.html#a4c7a521b8f1a0769c09bfa4a1fca7dab">pearl-anglescan-tracker.ipf</a>
, <a class="el" href="pearl-data-explorer_8ipf.html#a4c7a521b8f1a0769c09bfa4a1fca7dab">pearl-data-explorer.ipf</a>
</li>
</ul>
</div><!-- contents -->
@ -235,9 +275,9 @@ $(document).ready(function(){initNavTree('globals_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>

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_w.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('globals_w.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -93,9 +95,9 @@ $(document).ready(function(){initNavTree('globals_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>

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: ARPES package</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('group___arpes_package.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('group___arpes_package.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -114,9 +116,6 @@ Files</h2></td></tr>
<tr class="memitem:pearl-compat_8ipf"><td class="memItemLeft" align="right" valign="top">file &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-compat_8ipf.html">pearl-compat.ipf</a></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></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></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>
<tr class="separator:"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -129,8 +128,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></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></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></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></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>
@ -143,15 +142,15 @@ Files</h2></td></tr>
<p>data acquisition and analysis package for ARPES at PEARL. </p>
<p>The purpose of a package is to load a bunch of dependent procedure files. The ARPES package loads the following files which are helpful when working with ARPES data (any data from the Scienta analyser, that is) from PEARL.</p>
<ul>
<li><a class="el" href="pearl-area-import_8ipf.html" title="HDF5 file import from EPICS area detectors. ">pearl-area-import.ipf</a></li>
<li><a class="el" href="pearl-area-display_8ipf.html" title="visualization tools for 2D and 3D data. ">pearl-area-display.ipf</a></li>
<li><a class="el" href="pearl-area-profiles_8ipf.html" title="profile extraction for multi-dimensional datasets acquired from area detectors. ">pearl-area-profiles.ipf</a></li>
<li><a class="el" href="pearl-data-explorer_8ipf.html" title="preview and import panel for PEARL data ">pearl-data-explorer.ipf</a></li>
<li><a class="el" href="pearl-scienta-preprocess_8ipf.html" title="preprocessing functions for Scienta detector images. ">pearl-scienta-preprocess.ipf</a></li>
<li><a class="el" href="pearl-anglescan-process_8ipf.html" title="processing and holographic mapping of angle scanned XPD data. ">pearl-anglescan-process.ipf</a></li>
<li><a class="el" href="pearl-anglescan-panel_8ipf.html" title="interactive processing of angle scanned XPD data. ">pearl-anglescan-panel.ipf</a></li>
<li><a class="el" href="pearl-area-import_8ipf.html" title="HDF5 file import from EPICS area detectors.">pearl-area-import.ipf</a></li>
<li><a class="el" href="pearl-area-display_8ipf.html" title="visualization tools for 2D and 3D data.">pearl-area-display.ipf</a></li>
<li><a class="el" href="pearl-area-profiles_8ipf.html" title="profile extraction for multi-dimensional datasets acquired from area detectors.">pearl-area-profiles.ipf</a></li>
<li><a class="el" href="pearl-data-explorer_8ipf.html">pearl-data-explorer.ipf</a></li>
<li><a class="el" href="pearl-scienta-preprocess_8ipf.html" title="preprocessing functions for Scienta detector images.">pearl-scienta-preprocess.ipf</a></li>
<li><a class="el" href="pearl-anglescan-process_8ipf.html" title="processing and holographic mapping of angle scanned XPD data.">pearl-anglescan-process.ipf</a></li>
<li><a class="el" href="pearl-anglescan-panel_8ipf.html" title="interactive processing of angle scanned XPD data.">pearl-anglescan-panel.ipf</a></li>
<li><a class="el" href="pearl-anglescan-tracker_8ipf.html">pearl-anglescan-tracker.ipf</a></li>
<li><a class="el" href="pearl-elog_8ipf.html" title="interface for writing ELOG entries with Igor graphs as attachment. ">pearl-elog.ipf</a></li>
<li><a class="el" href="pearl-elog_8ipf.html" title="interface for writing ELOG entries with Igor graphs as attachment.">pearl-elog.ipf</a></li>
</ul>
<p>Most of these files require the HDF5.XOP. The following files are loaded if the EPICS.XOP is present:</p>
<ul>
@ -165,9 +164,9 @@ Files</h2></td></tr>
<!-- 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>

View File

@ -7,12 +7,11 @@ var group___arpes_package =
[ "pearl-area-import.ipf", "pearl-area-import_8ipf.html", null ],
[ "pearl-area-profiles.ipf", "pearl-area-profiles_8ipf.html", null ],
[ "pearl-compat.ipf", "pearl-compat_8ipf.html", null ],
[ "pearl-data-explorer.ipf", "pearl-data-explorer_8ipf.html", null ],
[ "pearl-elog.ipf", "pearl-elog_8ipf.html", null ],
[ "pearl-fitfuncs.ipf", "pearl-fitfuncs_8ipf.html", null ],
[ "pearl-pmsco-import.ipf", "pearl-pmsco-import_8ipf.html", null ],
[ "pearl-pshell-import.ipf", "pearl-pshell-import_8ipf.html", null ],
[ "pearl-scienta-countrate.ipf", "pearl-scienta-countrate_8ipf.html", null ],
[ "pearl-scienta-live.ipf", "pearl-scienta-live_8ipf.html", null ],
[ "pearl-scienta-preprocess.ipf", "pearl-scienta-preprocess_8ipf.html", null ],
[ "pearl-vector-operations.ipf", "pearl-vector-operations_8ipf.html", null ]
];

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: Introduction</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('index.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('index.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -80,7 +82,7 @@ $(document).ready(function(){initNavTree('index.html','');});
</iframe>
</div>
<div class="header">
<div class="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">Introduction </div> </div>
</div><!--header-->
@ -96,29 +98,34 @@ Introduction</h1>
<p>PEARL Procedures is a suite of Igor Pro procedures developed for data acquisition and data processing at the PEARL beamline at the Swiss Light Source.</p>
<h1><a class="anchor" id="sec_install"></a>
Installation</h1>
<p>PEARL Procedures are tested on Igor Pro 8.04, 64-bit. Compatibility with earlier versions of Igor has been dropped. Please make sure to use the latest release version of Igor Pro.</p>
<p>PEARL Procedures should be installed according to the regular Igor Pro guidelines. Please read the Igor help <code>About Igor Pro User Files</code> for details.</p>
<ul>
<li>Make a <code>pearl-procs</code> directory in your private or shared <code>User Procedures</code> folder, and copy the PEARL Procedures distribution there.</li>
<li>Create shortcuts of the <code><a class="el" href="pearl-arpes_8ipf.html" title="data acquisition and analysis package for ARPES at PEARL. ">pearl-arpes.ipf</a></code> and <code><a class="el" href="pearl-menu_8ipf.html">pearl-menu.ipf</a></code> files, and move them to the <code>Igor Procedures</code> folder next to your <code>User Procedures</code> folder.</li>
<li>Find the <code>HDF5.XOP</code> extension in the <code>Igor Pro Folder</code> under <code>More Extensions/File Loaders</code>, create a shortcut, and move the shortcut to the <code>Igor Extensions</code> folder next to your <code>User Procedures</code> folder.</li>
<li>Create shortcuts of the <code><a class="el" href="pearl-arpes_8ipf.html" title="data acquisition and analysis package for ARPES at PEARL.">pearl-arpes.ipf</a></code> and <code><a class="el" href="pearl-menu_8ipf.html">pearl-menu.ipf</a></code> files, and move them to the <code>Igor Procedures</code> folder next to your <code>User Procedures</code> folder.</li>
</ul>
<p>Igor Pro 9 imports the HDF5 library by default. For earlier versions:</p>
<ul>
<li>Find the <code>HDF5.XOP</code> (<code>HDF5-64.xop</code> for 64-bit) extension in the <code>Igor Pro Folder</code> under <code>More Extensions/File Loaders</code> (<code>More Extensions (64-bit)/File Loaders</code>), create a shortcut, and move the shortcut to the <code>Igor Extensions</code> folder next to your <code>User Procedures</code> folder.</li>
<li>Find the <code>HDF5 Help.ihf</code> next to <code>HDF5.XOP</code>, create a shortcut, and move the shortcut to the <code>Igor Help Files</code> folder next to your <code>User Procedures</code> folder.</li>
</ul>
<h1><a class="anchor" id="sec_license"></a>
License Information</h1>
<p>An open distribution of PEARL Procedures is available under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> at <a href="https://git.psi.ch/pearl-public/igor-procs">https://git.psi.ch/pearl-public/igor-procs</a>. Users of PEARL Procedures are requested to coordinate and share the development of the code with the original author. Please read and respect the respective license agreements.</p>
<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></dl>
<dl class="section version"><dt>Version</dt><dd>This documentation is compiled from version rev-distro-2.1.1-1-gf419e92-dirty. </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>2009-2016 by <a href="http://www.psi.ch">Paul Scherrer Institut</a> </dd>
<dl class="section version"><dt>Version</dt><dd>This documentation is compiled from version rev-distro-3.0.0-0-gfa24916-dirty. </dd></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>2009-2022 by <a href="http://www.psi.ch">Paul Scherrer Institut</a> </dd>
<dd>
Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> </dd></dl>
</div></div><!-- contents -->
</div></div><!-- PageDoc -->
</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>

94
doc/html/jquery.js vendored

File diff suppressed because one or more lines are too long

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: mainpage.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('mainpage_8dox.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('mainpage_8dox.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -91,9 +93,9 @@ $(document).ready(function(){initNavTree('mainpage_8dox.html','');});
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="mainpage_8dox.html">mainpage.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>

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 initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
function makeTree(data,relPath) {
var result='';
@ -17,10 +40,11 @@ function initMenu(relPath,searchEnabled,serverSide,searchPage,search) {
$('#main-nav').children(':first').addClass('sm sm-dox').attr('id','main-menu');
if (searchEnabled) {
if (serverSide) {
$('#main-menu').append('<li style="float:right"><div id="MSearchBox" class="MSearchBoxInactive"><div class="left"><form id="FSearchBox" action="'+searchPage+'" method="get"><img id="MSearchSelect" src="'+relPath+'search/mag.png" alt=""/><input type="text" id="MSearchField" name="query" value="'+search+'" size="20" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)"></form></div><div class="right"></div></div></li>');
$('#main-menu').append('<li style="float:right"><div id="MSearchBox" class="MSearchBoxInactive"><div class="left"><form id="FSearchBox" action="'+relPath+searchPage+'" method="get"><img id="MSearchSelect" src="'+relPath+'search/mag.png" alt=""/><input type="text" id="MSearchField" name="query" value="'+search+'" size="20" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)"></form></div><div class="right"></div></div></li>');
} else {
$('#main-menu').append('<li style="float:right"><div id="MSearchBox" class="MSearchBoxInactive"><span class="left"><img id="MSearchSelect" src="'+relPath+'search/mag_sel.png" onmouseover="return searchBox.OnSearchSelectShow()" onmouseout="return searchBox.OnSearchSelectHide()" alt=""/><input type="text" id="MSearchField" value="'+search+'" accesskey="S" onfocus="searchBox.OnSearchFieldFocus(true)" onblur="searchBox.OnSearchFieldFocus(false)" onkeyup="searchBox.OnSearchFieldChange(event)"/></span><span class="right"><a id="MSearchClose" href="javascript:searchBox.CloseResultsWindow()"><img id="MSearchCloseImg" border="0" src="'+relPath+'search/close.png" alt=""/></a></span></div></li>');
}
}
$('#main-menu').smartmenus();
}
/* @license-end */

View File

@ -1,3 +1,25 @@
/*
@licstart The following is the entire license notice for the
JavaScript code in this file.
Copyright (C) 1997-2019 by Dimitri van Heesch
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as published by
the Free Software Foundation
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
*/
var menudata={children:[
{text:"Main Page",url:"index.html"},
{text:"Related Pages",url:"pages.html"},

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: Packages</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('modules.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('modules.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -95,9 +97,9 @@ $(document).ready(function(){initNavTree('modules.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>

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: PearlAnglescanPanel Namespace 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('namespace_pearl_anglescan_panel.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_anglescan_panel.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_anglescan_panel.html',
<div class="contents">
<p>interactive processing of angle scanned XPD data.
<a href="#details">More...</a></p>
<a href="namespace_pearl_anglescan_panel.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>interactive processing of angle scanned XPD data. </p>
<p><a class="el" href="namespace_pearl_anglescan_panel.html" title="interactive processing of angle scanned XPD data. ">PearlAnglescanPanel</a> is declared in <a class="el" href="pearl-anglescan-panel_8ipf.html">pearl-anglescan-panel.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_anglescan_panel.html" title="interactive processing of angle scanned XPD data.">PearlAnglescanPanel</a> is declared in <a class="el" href="pearl-anglescan-panel_8ipf.html">pearl-anglescan-panel.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_anglescan_panel.html">PearlAnglescanPanel</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>

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: PearlAnglescanProcess Namespace 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('namespace_pearl_anglescan_process.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_anglescan_process.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_anglescan_process.html
<div class="contents">
<p>processing and holographic mapping of angle scanned XPD data.
<a href="#details">More...</a></p>
<a href="namespace_pearl_anglescan_process.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>processing and holographic mapping of angle scanned XPD data. </p>
<p><a class="el" href="namespace_pearl_anglescan_process.html" title="processing and holographic mapping of angle scanned XPD data. ">PearlAnglescanProcess</a> is declared in <a class="el" href="pearl-anglescan-process_8ipf.html">pearl-anglescan-process.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_anglescan_process.html" title="processing and holographic mapping of angle scanned XPD data.">PearlAnglescanProcess</a> is declared in <a class="el" href="pearl-anglescan-process_8ipf.html">pearl-anglescan-process.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_anglescan_process.html">PearlAnglescanProcess</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>

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: PearlAreaDisplay Namespace 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('namespace_pearl_area_display.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_area_display.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,23 +89,24 @@ $(document).ready(function(){initNavTree('namespace_pearl_area_display.html','')
<div class="contents">
<p>instant visualization of angle scan and manipulator position.
<a href="#details">More...</a></p>
<a href="namespace_pearl_area_display.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>instant visualization of angle scan and manipulator position. </p>
<ul>
<li>3D graphics in a Gizmo window</li>
<li><p class="startli">3D graphics in a Gizmo window</p><ul>
<li>2D graphics with profiles</li>
<li>Slicer panel</li>
</ul>
<p>data dictionary of global variables in view_xxxx folder:</p><ul>
<p class="startli">data dictionary of global variables in view_xxxx folder:</p><ul>
<li>gizmo_graphname = name of the gizmo window</li>
<li>slice_graphname = name of the slice/profiles graph window</li>
<li>slice_panelname = name of the slicer panel</li>
</ul>
</li>
</ul>
<h1><a class="anchor" id="sec_misc"></a>
Miscellaneous</h1>
<pre class="fragment">scienta HDF5 import, display, and slicer how-to
</pre> <pre class="fragment">/// ad_display_brick(root:x03da_scienta_20130821_01560:data)
<p>scienta HDF5 import, display, and slicer how-to </p><pre class="fragment">/// ad_display_brick(root:x03da_scienta_20130821_01560:data)
/// ad_scale_scienta(root:x03da_scienta_20130821_01560:data)
/// ad_scale_extra(root:x03da_scienta_20130821_01560:data,root:x03da_scienta_20130821_01560:MonoEnergy,root:x03da_scienta_20130821_01560:data)
/// ad_display_brick(root:x03da_scienta_20130821_01560:data)
@ -114,16 +117,17 @@ Miscellaneous</h1>
Licensed under the Apache License, Version 2.0 (the "License"); @n
you may not use this file except in compliance with the License. @n
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0 </pre><p><a class="el" href="namespace_pearl_area_display.html" title="instant visualization of angle scan and manipulator position. ">PearlAreaDisplay</a> is declared in <a class="el" href="pearl-area-display_8ipf.html">pearl-area-display.ipf</a>. </p>
http://www.apache.org/licenses/LICENSE-2.0
</pre><p> <a class="el" href="namespace_pearl_area_display.html" title="instant visualization of angle scan and manipulator position.">PearlAreaDisplay</a> is declared in <a class="el" href="pearl-area-display_8ipf.html">pearl-area-display.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_area_display.html">PearlAreaDisplay</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>

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: PearlAreaImport Namespace 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('namespace_pearl_area_import.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_area_import.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_area_import.html','');
<div class="contents">
<p>HDF5 file import from EPICS area detectors.
<a href="#details">More...</a></p>
<a href="namespace_pearl_area_import.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>HDF5 file import from EPICS area detectors. </p>
<p><a class="el" href="namespace_pearl_area_import.html" title="HDF5 file import from EPICS area detectors. ">PearlAreaImport</a> is declared in <a class="el" href="pearl-area-import_8ipf.html">pearl-area-import.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_area_import.html" title="HDF5 file import from EPICS area detectors.">PearlAreaImport</a> is declared in <a class="el" href="pearl-area-import_8ipf.html">pearl-area-import.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_area_import.html">PearlAreaImport</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>

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: PearlAreaProfiles Namespace 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('namespace_pearl_area_profiles.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_area_profiles.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,7 +89,7 @@ $(document).ready(function(){initNavTree('namespace_pearl_area_profiles.html',''
<div class="contents">
<p>profile extraction for multi-dimensional datasets acquired from area detectors.
<a href="#details">More...</a></p>
<a href="namespace_pearl_area_profiles.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>profile extraction for multi-dimensional datasets acquired from area detectors. </p>
<p>PearlAnglescanTracker is declared in <a class="el" href="pearl-area-profiles_8ipf.html">pearl-area-profiles.ipf</a>. </p>
@ -97,9 +99,9 @@ $(document).ready(function(){initNavTree('namespace_pearl_area_profiles.html',''
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_area_profiles.html">PearlAreaProfiles</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>

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: PearlArpes Namespace 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('namespace_pearl_arpes.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_arpes.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_arpes.html','');});
<div class="contents">
<p>data acquisition and analysis package for ARPES at PEARL.
<a href="#details">More...</a></p>
<a href="namespace_pearl_arpes.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>data acquisition and analysis package for ARPES at PEARL. </p>
<p><a class="el" href="namespace_pearl_arpes.html" title="data acquisition and analysis package for ARPES at PEARL. ">PearlArpes</a> is declared in <a class="el" href="pearl-arpes_8ipf.html">pearl-arpes.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_arpes.html" title="data acquisition and analysis package for ARPES at PEARL.">PearlArpes</a> is declared in <a class="el" href="pearl-arpes_8ipf.html">pearl-arpes.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_arpes.html">PearlArpes</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>

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: PearlCompat Namespace 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('namespace_pearl_compat.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_compat.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_compat.html','');});
<div class="contents">
<p>compatibility procedures for igor 8
<a href="#details">More...</a></p>
<a href="namespace_pearl_compat.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>compatibility procedures for igor 8 </p>
<p><a class="el" href="namespace_pearl_compat.html" title="compatibility procedures for igor 8 ">PearlCompat</a> is declared in <a class="el" href="pearl-compat_8ipf.html">pearl-compat.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_compat.html" title="compatibility procedures for igor 8">PearlCompat</a> is declared in <a class="el" href="pearl-compat_8ipf.html">pearl-compat.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_compat.html">PearlCompat</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>

View File

@ -1,106 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: PearlDataExplorer Namespace Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<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>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('namespace_pearl_data_explorer.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">PearlDataExplorer Namespace Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>preview and import panel for PEARL data
<a href="#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>preview and import panel for PEARL data </p>
<p><a class="el" href="namespace_pearl_data_explorer.html" title="preview and import panel for PEARL data ">PearlDataExplorer</a> is declared in <a class="el" href="pearl-data-explorer_8ipf.html">pearl-data-explorer.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_data_explorer.html">PearlDataExplorer</a></li>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 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>
</ul>
</div>
</body>
</html>

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: PearlElog Namespace 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('namespace_pearl_elog.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_elog.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_elog.html','');});
<div class="contents">
<p>interface for writing ELOG entries with Igor graphs as attachment.
<a href="#details">More...</a></p>
<a href="namespace_pearl_elog.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>interface for writing ELOG entries with Igor graphs as attachment. </p>
<p><a class="el" href="namespace_pearl_elog.html" title="interface for writing ELOG entries with Igor graphs as attachment. ">PearlElog</a> is declared in <a class="el" href="pearl-elog_8ipf.html">pearl-elog.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_elog.html" title="interface for writing ELOG entries with Igor graphs as attachment.">PearlElog</a> is declared in <a class="el" href="pearl-elog_8ipf.html">pearl-elog.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_elog.html">PearlElog</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>

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: PearlFitFuncs Namespace 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('namespace_pearl_fit_funcs.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_fit_funcs.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_fit_funcs.html','');})
<div class="contents">
<p>various fit functions for photoelectron spectroscopy.
<a href="#details">More...</a></p>
<a href="namespace_pearl_fit_funcs.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>various fit functions for photoelectron spectroscopy. </p>
<p><a class="el" href="namespace_pearl_fit_funcs.html" title="various fit functions for photoelectron spectroscopy. ">PearlFitFuncs</a> is declared in <a class="el" href="pearl-fitfuncs_8ipf.html">pearl-fitfuncs.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_fit_funcs.html" title="various fit functions for photoelectron spectroscopy.">PearlFitFuncs</a> is declared in <a class="el" href="pearl-fitfuncs_8ipf.html">pearl-fitfuncs.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_fit_funcs.html">PearlFitFuncs</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>

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: PearlMatrixImport Namespace 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('namespace_pearl_matrix_import.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_matrix_import.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_matrix_import.html',''
<div class="contents">
<p>data file import for omicron matrix (STM) files
<a href="#details">More...</a></p>
<a href="namespace_pearl_matrix_import.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>data file import for omicron matrix (STM) files </p>
<p><a class="el" href="namespace_pearl_matrix_import.html" title="data file import for omicron matrix (STM) files ">PearlMatrixImport</a> is declared in <a class="el" href="pearl-matrix-import_8ipf.html">pearl-matrix-import.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_matrix_import.html" title="data file import for omicron matrix (STM) files">PearlMatrixImport</a> is declared in <a class="el" href="pearl-matrix-import_8ipf.html">pearl-matrix-import.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_matrix_import.html">PearlMatrixImport</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>

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: PearlPShellImport Namespace 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('namespace_pearl_p_shell_import.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_p_shell_import.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_p_shell_import.html','
<div class="contents">
<p>import data from PShell
<a href="#details">More...</a></p>
<a href="namespace_pearl_p_shell_import.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>import data from PShell </p>
<p><a class="el" href="namespace_pearl_p_shell_import.html" title="import data from PShell ">PearlPShellImport</a> is declared in <a class="el" href="pearl-pshell-import_8ipf.html">pearl-pshell-import.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_p_shell_import.html" title="import data from PShell">PearlPShellImport</a> is declared in <a class="el" href="pearl-pshell-import_8ipf.html">pearl-pshell-import.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_p_shell_import.html">PearlPShellImport</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>

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: PearlPmscoImport Namespace 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('namespace_pearl_pmsco_import.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_pmsco_import.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_pmsco_import.html','')
<div class="contents">
<p>data import/export procedures for multiple scattering calculations.
<a href="#details">More...</a></p>
<a href="namespace_pearl_pmsco_import.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>data import/export procedures for multiple scattering calculations. </p>
<p><a class="el" href="namespace_pearl_pmsco_import.html" title="data import/export procedures for multiple scattering calculations. ">PearlPmscoImport</a> is declared in <a class="el" href="pearl-pmsco-import_8ipf.html">pearl-pmsco-import.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_pmsco_import.html" title="data import/export procedures for multiple scattering calculations.">PearlPmscoImport</a> is declared in <a class="el" href="pearl-pmsco-import_8ipf.html">pearl-pmsco-import.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_pmsco_import.html">PearlPmscoImport</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>

View File

@ -1,106 +0,0 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://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="viewport" content="width=device-width, initial-scale=1"/>
<title>PEARL Procedures: PearlScientaCountrate Namespace Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript" src="dynsections.js"></script>
<link href="navtree.css" rel="stylesheet" type="text/css"/>
<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>
<link href="doxygen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="top"><!-- do not remove this div, it is closed by doxygen! -->
<div id="titlearea">
<table cellspacing="0" cellpadding="0">
<tbody>
<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>
</div>
<div id="projectbrief">Igor procedures for the analysis of PEARL data</div>
</td>
</tr>
</tbody>
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.8.13 -->
<script type="text/javascript">
var searchBox = new SearchBox("searchBox", "search",false,'Search');
</script>
<script type="text/javascript" src="menudata.js"></script>
<script type="text/javascript" src="menu.js"></script>
<script type="text/javascript">
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
</script>
<div id="main-nav"></div>
</div><!-- top -->
<div id="side-nav" class="ui-resizable side-nav-resizable">
<div id="nav-tree">
<div id="nav-tree-contents">
<div id="nav-sync" class="sync"></div>
</div>
</div>
<div id="splitbar" style="-moz-user-select:none;"
class="ui-resizable-handle">
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){initNavTree('namespace_pearl_scienta_countrate.html','');});
</script>
<div id="doc-content">
<!-- window showing the filter options -->
<div id="MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
</div>
<!-- iframe showing the search results (closed by default) -->
<div id="MSearchResultsWindow">
<iframe src="javascript:void(0)" frameborder="0"
name="MSearchResults" id="MSearchResults">
</iframe>
</div>
<div class="header">
<div class="headertitle">
<div class="title">PearlScientaCountrate Namespace Reference</div> </div>
</div><!--header-->
<div class="contents">
<p>count rate functions for Scienta detector images.
<a href="#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>count rate functions for Scienta detector images. </p>
<p><a class="el" href="namespace_pearl_scienta_countrate.html" title="count rate functions for Scienta detector images. ">PearlScientaCountrate</a> is declared in <a class="el" href="pearl-scienta-countrate_8ipf.html">pearl-scienta-countrate.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_scienta_countrate.html">PearlScientaCountrate</a></li>
<li class="footer">Generated on Tue Jun 16 2020 14:32:36 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>
</ul>
</div>
</body>
</html>

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: PearlScientaPreprocess Namespace 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('namespace_pearl_scienta_preprocess.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_scienta_preprocess.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_scienta_preprocess.htm
<div class="contents">
<p>preprocessing functions for Scienta detector images.
<a href="#details">More...</a></p>
<a href="namespace_pearl_scienta_preprocess.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>preprocessing functions for Scienta detector images. </p>
<p><a class="el" href="namespace_pearl_scienta_preprocess.html" title="preprocessing functions for Scienta detector images. ">PearlScientaPreprocess</a> is declared in <a class="el" href="pearl-scienta-preprocess_8ipf.html">pearl-scienta-preprocess.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_scienta_preprocess.html" title="preprocessing functions for Scienta detector images.">PearlScientaPreprocess</a> is declared in <a class="el" href="pearl-scienta-preprocess_8ipf.html">pearl-scienta-preprocess.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_scienta_preprocess.html">PearlScientaPreprocess</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>

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: PearlVectorOperations Namespace 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('namespace_pearl_vector_operations.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespace_pearl_vector_operations.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,19 +89,19 @@ $(document).ready(function(){initNavTree('namespace_pearl_vector_operations.html
<div class="contents">
<p>basic vector geometry operations.
<a href="#details">More...</a></p>
<a href="namespace_pearl_vector_operations.html#details">More...</a></p>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>basic vector geometry operations. </p>
<p><a class="el" href="namespace_pearl_vector_operations.html" title="basic vector geometry operations. ">PearlVectorOperations</a> is declared in <a class="el" href="pearl-vector-operations_8ipf.html">pearl-vector-operations.ipf</a>. </p>
<p><a class="el" href="namespace_pearl_vector_operations.html" title="basic vector geometry operations.">PearlVectorOperations</a> is declared in <a class="el" href="pearl-vector-operations_8ipf.html">pearl-vector-operations.ipf</a>. </p>
</div></div><!-- contents -->
</div><!-- doc-content -->
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
<li class="navelem"><a class="el" href="namespace_pearl_vector_operations.html">PearlVectorOperations</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>

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: Namespace 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('namespaces.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('namespaces.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -94,15 +96,14 @@ $(document).ready(function(){initNavTree('namespaces.html','');});
<tr id="row_4_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_area_profiles.html" target="_self">PearlAreaProfiles</a></td><td class="desc">Profile extraction for multi-dimensional datasets acquired from area detectors </td></tr>
<tr id="row_5_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_arpes.html" target="_self">PearlArpes</a></td><td class="desc">Data acquisition and analysis package for ARPES at PEARL </td></tr>
<tr id="row_6_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_compat.html" target="_self">PearlCompat</a></td><td class="desc">Compatibility procedures for igor 8 </td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_data_explorer.html" target="_self">PearlDataExplorer</a></td><td class="desc">Preview and import panel for PEARL data </td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_elog.html" target="_self">PearlElog</a></td><td class="desc">Interface for writing ELOG entries with Igor graphs as attachment </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_fit_funcs.html" target="_self">PearlFitFuncs</a></td><td class="desc">Various fit functions for photoelectron spectroscopy </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_matrix_import.html" target="_self">PearlMatrixImport</a></td><td class="desc">Data file import for omicron matrix (STM) files </td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_pmsco_import.html" target="_self">PearlPmscoImport</a></td><td class="desc">Data import/export procedures for multiple scattering calculations </td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_p_shell_import.html" target="_self">PearlPShellImport</a></td><td class="desc">Import data from PShell </td></tr>
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_scienta_countrate.html" target="_self">PearlScientaCountrate</a></td><td class="desc">Count rate functions for Scienta detector images </td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_scienta_preprocess.html" target="_self">PearlScientaPreprocess</a></td><td class="desc">Preprocessing functions for Scienta detector images </td></tr>
<tr id="row_15_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_vector_operations.html" target="_self">PearlVectorOperations</a></td><td class="desc">Basic vector geometry operations </td></tr>
<tr id="row_7_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_elog.html" target="_self">PearlElog</a></td><td class="desc">Interface for writing ELOG entries with Igor graphs as attachment </td></tr>
<tr id="row_8_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_fit_funcs.html" target="_self">PearlFitFuncs</a></td><td class="desc">Various fit functions for photoelectron spectroscopy </td></tr>
<tr id="row_9_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_matrix_import.html" target="_self">PearlMatrixImport</a></td><td class="desc">Data file import for omicron matrix (STM) files </td></tr>
<tr id="row_10_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_pmsco_import.html" target="_self">PearlPmscoImport</a></td><td class="desc">Data import/export procedures for multiple scattering calculations </td></tr>
<tr id="row_11_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_p_shell_import.html" target="_self">PearlPShellImport</a></td><td class="desc">Import data from PShell </td></tr>
<tr id="row_12_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_scienta_live.html" target="_self">PearlScientaLive</a></td><td class="desc">Utility functions for operating the Scienta analyser </td></tr>
<tr id="row_13_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_scienta_preprocess.html" target="_self">PearlScientaPreprocess</a></td><td class="desc">Preprocessing functions for Scienta detector images </td></tr>
<tr id="row_14_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><span class="icona"><span class="icon">N</span></span><a class="el" href="namespace_pearl_vector_operations.html" target="_self">PearlVectorOperations</a></td><td class="desc">Basic vector geometry operations </td></tr>
</table>
</div><!-- directory -->
</div><!-- contents -->
@ -110,9 +111,9 @@ $(document).ready(function(){initNavTree('namespaces.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>

View File

@ -1,19 +0,0 @@
var namespaces =
[
[ "PearlAnglescanPanel", "namespace_pearl_anglescan_panel.html", null ],
[ "PearlAnglescanProcess", "namespace_pearl_anglescan_process.html", null ],
[ "PearlAreaDisplay", "namespace_pearl_area_display.html", null ],
[ "PearlAreaImport", "namespace_pearl_area_import.html", null ],
[ "PearlAreaProfiles", "namespace_pearl_area_profiles.html", null ],
[ "PearlArpes", "namespace_pearl_arpes.html", null ],
[ "PearlCompat", "namespace_pearl_compat.html", null ],
[ "PearlDataExplorer", "namespace_pearl_data_explorer.html", null ],
[ "PearlElog", "namespace_pearl_elog.html", null ],
[ "PearlFitFuncs", "namespace_pearl_fit_funcs.html", null ],
[ "PearlMatrixImport", "namespace_pearl_matrix_import.html", null ],
[ "PearlPmscoImport", "namespace_pearl_pmsco_import.html", null ],
[ "PearlPShellImport", "namespace_pearl_p_shell_import.html", null ],
[ "PearlScientaCountrate", "namespace_pearl_scienta_countrate.html", null ],
[ "PearlScientaPreprocess", "namespace_pearl_scienta_preprocess.html", null ],
[ "PearlVectorOperations", "namespace_pearl_vector_operations.html", null ]
];

View File

@ -96,7 +96,7 @@
.ui-resizable-e {
background-image:url("splitbar.png");
background-size:100%;
background-repeat:no-repeat;
background-repeat:repeat-y;
background-attachment: scroll;
cursor:ew-resize;
height:100%;

View File

@ -1,3 +1,25 @@
/*
@licstart The following is the entire license notice for the
JavaScript code in this file.
Copyright (C) 1997-2019 by Dimitri van Heesch
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as
published by the Free Software Foundation.
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
*/
var navTreeSubIndices = new Array();
var arrowDown = '&#9660;';
var arrowRight = '&#9658;';
@ -47,7 +69,6 @@ function localStorageSupported()
}
}
function storeLink(link)
{
if (!$("#nav-sync").hasClass('sync') && localStorageSupported()) {
@ -79,15 +100,7 @@ function getScript(scriptName,func,show)
script.type = 'text/javascript';
script.onload = func;
script.src = scriptName+'.js';
if ($.browser.msie && $.browser.version<=8) {
// script.onload does not work with older versions of IE
script.onreadystatechange = function() {
if (script.readyState=='complete' || script.readyState=='loaded') {
func(); if (show) showRoot();
}
}
}
head.appendChild(script);
head.appendChild(script);
}
function createIndent(o,domNode,node,level)
@ -130,6 +143,7 @@ function gotoAnchor(anchor,aname,updateLocation)
var pos, docContent = $('#doc-content');
var ancParent = $(anchor.parent());
if (ancParent.hasClass('memItemLeft') ||
ancParent.hasClass('memtitle') ||
ancParent.hasClass('fieldname') ||
ancParent.hasClass('fieldtype') ||
ancParent.is(':header'))
@ -242,7 +256,7 @@ function showRoot()
(function (){ // retry until we can scroll to the selected item
try {
var navtree=$('#nav-tree');
navtree.scrollTo('#selected',0,{offset:-windowHeight/2});
navtree.scrollTo('#selected',100,{offset:-windowHeight/2});
} catch (err) {
setTimeout(arguments.callee, 0);
}
@ -261,12 +275,8 @@ function expandNode(o, node, imm, showRoot)
} else {
if (!node.childrenVisited) {
getNode(o, node);
} if (imm || ($.browser.msie && $.browser.version>8)) {
// somehow slideDown jumps to the start of tree for IE9 :-(
$(node.getChildrenUL()).show();
} else {
$(node.getChildrenUL()).slideDown("fast");
}
$(node.getChildrenUL()).slideDown("fast");
node.plus_img.innerHTML = arrowDown;
node.expanded = true;
}
@ -296,7 +306,6 @@ function highlightAnchor()
} else {
glowEffect(anchor.next(),1000); // normal member
}
gotoAnchor(anchor,aname,false);
}
function selectAndHighlight(hash,n)
@ -458,6 +467,18 @@ function toggleSyncButton(relpath)
}
}
var loadTriggered = false;
var readyTriggered = false;
var loadObject,loadToRoot,loadUrl,loadRelPath;
$(window).on('load',function(){
if (readyTriggered) { // ready first
navTo(loadObject,loadToRoot,loadUrl,loadRelPath);
showRoot();
}
loadTriggered=true;
});
function initNavTree(toroot,relpath)
{
var o = new Object();
@ -488,10 +509,16 @@ function initNavTree(toroot,relpath)
navSync.click(function(){ toggleSyncButton(relpath); });
}
$(window).load(function(){
if (loadTriggered) { // load before ready
navTo(o,toroot,hashUrl(),relpath);
showRoot();
});
} else { // ready before load
loadObject = o;
loadToRoot = toroot;
loadUrl = hashUrl();
loadRelPath = relpath;
readyTriggered=true;
}
$(window).bind('hashchange', function(){
if (window.location.hash && window.location.hash.length>1){
@ -514,4 +541,4 @@ function initNavTree(toroot,relpath)
}
})
}
/* @license-end */

View File

@ -1,3 +1,25 @@
/*
@licstart The following is the entire license notice for the
JavaScript code in this file.
Copyright (C) 1997-2019 by Dimitri van Heesch
This program is free software; you can redistribute it and/or modify
it under the terms of version 2 of the GNU General Public License as published by
the Free Software Foundation
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
*/
var NAVTREE =
[
[ "PEARL Procedures", "index.html", [
@ -36,8 +58,8 @@ var NAVTREE =
] ],
[ "Todo List", "todo.html", null ],
[ "Packages", "modules.html", "modules" ],
[ "Namespaces", null, [
[ "Namespace List", "namespaces.html", "namespaces" ]
[ "Namespaces", "namespaces.html", [
[ "Namespace List", "namespaces.html", "namespaces_dup" ]
] ],
[ "Data Structures", "annotated.html", "annotated" ],
[ "Data Structure Index", "classes.html", null ],
@ -45,8 +67,8 @@ var NAVTREE =
[ "All", "functions.html", null ],
[ "Variables", "functions_vars.html", null ]
] ],
[ "Files", null, [
[ "File List", "files.html", "files" ],
[ "Files", "files.html", [
[ "File List", "files.html", "files_dup" ],
[ "Globals", "globals.html", [
[ "All", "globals.html", "globals_dup" ],
[ "Functions", "globals_func.html", "globals_func" ],
@ -59,8 +81,8 @@ var NAVTREE =
var NAVTREEINDEX =
[
"_page_projections.html",
"pearl-anglescan-tracker_8ipf.html#a35a5cd8a21b48be8d726c69eb5fca134",
"pearl-elog_8ipf_source.html"
"pearl-anglescan-tracker_8ipf.html#a33e84ae8e13f405d466b28e83f608cb9",
"pearl-elog_8ipf.html#acbba78d869a543edf7c2b80d7a8d2344"
];
var SYNCONMSG = 'click to disable panel synchronisation';

View File

@ -4,18 +4,17 @@ var NAVTREEINDEX0 =
"annotated.html":[6],
"classes.html":[7],
"fermi-edge-analysis_8ipf.html":[9,0,0],
"fermi-edge-analysis_8ipf.html#a09f26b0a0fd940a3d8c6f92aa769c8bc":[9,0,0,11],
"fermi-edge-analysis_8ipf.html#a0cb8da36beae05c79fe5b1da918d3897":[9,0,0,8],
"fermi-edge-analysis_8ipf.html#a09f26b0a0fd940a3d8c6f92aa769c8bc":[9,0,0,10],
"fermi-edge-analysis_8ipf.html#a0cb8da36beae05c79fe5b1da918d3897":[9,0,0,7],
"fermi-edge-analysis_8ipf.html#a1c4a805435a1d43c2b6dfb6deb633894":[9,0,0,0],
"fermi-edge-analysis_8ipf.html#a27f000c3a3ea74c49db31716be3396d4":[9,0,0,7],
"fermi-edge-analysis_8ipf.html#a2a1d7b49c1f88f29ee6d49f6a6f4fbf8":[9,0,0,3],
"fermi-edge-analysis_8ipf.html#a4749b9bce3e1d0381bd9daeb97c9754c":[9,0,0,9],
"fermi-edge-analysis_8ipf.html#a4cec596c8fd2b21953cb45d6d347211d":[9,0,0,6],
"fermi-edge-analysis_8ipf.html#a4dcc00b93822f1663be2908b10d2ad3e":[9,0,0,10],
"fermi-edge-analysis_8ipf.html#a520d8de9fbc4276c19fb417861f05b0d":[9,0,0,2],
"fermi-edge-analysis_8ipf.html#aac6bac1ee0582caa0676bdc9c2d254f0":[9,0,0,4],
"fermi-edge-analysis_8ipf.html#acf72d644b8d37b6c26b1e070edba4e30":[9,0,0,5],
"fermi-edge-analysis_8ipf.html#ad23de34bb698589e2576ce2836b89d55":[9,0,0,1],
"fermi-edge-analysis_8ipf.html#a27f000c3a3ea74c49db31716be3396d4":[9,0,0,6],
"fermi-edge-analysis_8ipf.html#a2a1d7b49c1f88f29ee6d49f6a6f4fbf8":[9,0,0,2],
"fermi-edge-analysis_8ipf.html#a4749b9bce3e1d0381bd9daeb97c9754c":[9,0,0,8],
"fermi-edge-analysis_8ipf.html#a4cec596c8fd2b21953cb45d6d347211d":[9,0,0,5],
"fermi-edge-analysis_8ipf.html#a4dcc00b93822f1663be2908b10d2ad3e":[9,0,0,9],
"fermi-edge-analysis_8ipf.html#a520d8de9fbc4276c19fb417861f05b0d":[9,0,0,1],
"fermi-edge-analysis_8ipf.html#aac6bac1ee0582caa0676bdc9c2d254f0":[9,0,0,3],
"fermi-edge-analysis_8ipf.html#acf72d644b8d37b6c26b1e070edba4e30":[9,0,0,4],
"fermi-edge-analysis_8ipf_source.html":[9,0,0],
"files.html":[9,0],
"functions.html":[8,0],
@ -80,15 +79,14 @@ var NAVTREEINDEX0 =
"namespace_pearl_area_profiles.html":[5,0,4],
"namespace_pearl_arpes.html":[5,0,5],
"namespace_pearl_compat.html":[5,0,6],
"namespace_pearl_data_explorer.html":[5,0,7],
"namespace_pearl_elog.html":[5,0,8],
"namespace_pearl_fit_funcs.html":[5,0,9],
"namespace_pearl_matrix_import.html":[5,0,10],
"namespace_pearl_p_shell_import.html":[5,0,12],
"namespace_pearl_pmsco_import.html":[5,0,11],
"namespace_pearl_scienta_countrate.html":[5,0,13],
"namespace_pearl_scienta_preprocess.html":[5,0,14],
"namespace_pearl_vector_operations.html":[5,0,15],
"namespace_pearl_elog.html":[5,0,7],
"namespace_pearl_fit_funcs.html":[5,0,8],
"namespace_pearl_matrix_import.html":[5,0,9],
"namespace_pearl_p_shell_import.html":[5,0,11],
"namespace_pearl_pmsco_import.html":[5,0,10],
"namespace_pearl_scienta_live.html":[5,0,12],
"namespace_pearl_scienta_preprocess.html":[5,0,13],
"namespace_pearl_vector_operations.html":[5,0,14],
"namespaces.html":[5,0],
"pag_anglescan_processing.html":[2],
"pag_anglescan_processing.html#sec_anglescan_intro":[2,0],
@ -177,67 +175,70 @@ var NAVTREEINDEX0 =
"pearl-anglescan-panel_8ipf.html#af83bfcf48723e7f6eeb78b4e0d84277d":[9,0,1,47],
"pearl-anglescan-panel_8ipf_source.html":[9,0,1],
"pearl-anglescan-process_8ipf.html":[9,0,2],
"pearl-anglescan-process_8ipf.html#a01bac9e7d4ba743c3c34177a05070466":[9,0,2,47],
"pearl-anglescan-process_8ipf.html#a04e75675884236b6ed8244d7575d3a13":[9,0,2,56],
"pearl-anglescan-process_8ipf.html#a0b9e2b025e1d55d2a064edccf6c1c3e3":[9,0,2,42],
"pearl-anglescan-process_8ipf.html#a13e0d37ae23f68cdc5da3d84cb4beed8":[9,0,2,48],
"pearl-anglescan-process_8ipf.html#a1442bc23122d52ba9c77e0f9baaad1da":[9,0,2,22],
"pearl-anglescan-process_8ipf.html#a1baaa3ffd9495ed427b43cbfe6e1edf8":[9,0,2,50],
"pearl-anglescan-process_8ipf.html#a1f4f74a8ae557c56e1e3aacd0b45f3f1":[9,0,2,16],
"pearl-anglescan-process_8ipf.html#a1fb6aa7870dfbf0ed92660b7aae579e0":[9,0,2,6],
"pearl-anglescan-process_8ipf.html#a207c56ac03cc18bf1bfde88dbfe2666f":[9,0,2,51],
"pearl-anglescan-process_8ipf.html#a229770447193d4fd12032b235aab4d28":[9,0,2,39],
"pearl-anglescan-process_8ipf.html#a2b38c6c9b6e60593ba69d3773b6bc779":[9,0,2,11],
"pearl-anglescan-process_8ipf.html#a2e1ed05781f9eb4be5e77695ef049962":[9,0,2,8],
"pearl-anglescan-process_8ipf.html#a3b3bd11c35d5f850b34937ab6c45f659":[9,0,2,54],
"pearl-anglescan-process_8ipf.html#a3cc7eddf5c6b0658260cfb32dd2c026d":[9,0,2,10],
"pearl-anglescan-process_8ipf.html#a3ec6935a5903d0974c93a2072d743013":[9,0,2,9],
"pearl-anglescan-process_8ipf.html#a4641c716180d737700c6df87f5f8974e":[9,0,2,24],
"pearl-anglescan-process_8ipf.html#a46fd99d35a43601c39af6096d4e4f770":[9,0,2,15],
"pearl-anglescan-process_8ipf.html#a48b7d774ed8d3f4329e9923e18e580e8":[9,0,2,37],
"pearl-anglescan-process_8ipf.html#a48cbd596656bc6d849c53afb4c58b90d":[9,0,2,44],
"pearl-anglescan-process_8ipf.html#a4952bc53e3d6d272d25b5e35e91696b5":[9,0,2,23],
"pearl-anglescan-process_8ipf.html#a4a40c73c0e03545e0050ea370e9c57d3":[9,0,2,53],
"pearl-anglescan-process_8ipf.html#a4fc744e24e3e9c5efb17f14ab622bcae":[9,0,2,1],
"pearl-anglescan-process_8ipf.html#a5162488b366e217195d8f8bd7cdde0ce":[9,0,2,43],
"pearl-anglescan-process_8ipf.html#a5265fd61f86eb72dd877e4190bfb4adf":[9,0,2,27],
"pearl-anglescan-process_8ipf.html#a5dc0cc7db9d3d7a6b3fa3f1b04d84a5e":[9,0,2,49],
"pearl-anglescan-process_8ipf.html#a666dab03bb2e97ffef81cea450184d42":[9,0,2,45],
"pearl-anglescan-process_8ipf.html#a70b0e243bcbd549e2b1da74aab605629":[9,0,2,46],
"pearl-anglescan-process_8ipf.html#a75219b38ea58012abcffc848d536faa4":[9,0,2,3],
"pearl-anglescan-process_8ipf.html#a89f73edcd51a675f4c3933cd0242484e":[9,0,2,30],
"pearl-anglescan-process_8ipf.html#a902ac3a24e33f651e83ee03d31707da7":[9,0,2,31],
"pearl-anglescan-process_8ipf.html#a9624070f3e938378631432430d47a389":[9,0,2,4],
"pearl-anglescan-process_8ipf.html#a987811346894d8d81fc590b2f5ccec49":[9,0,2,21],
"pearl-anglescan-process_8ipf.html#a992920d621023e6b483ff51eee68b508":[9,0,2,35],
"pearl-anglescan-process_8ipf.html#a999a9cd7d00d3e1ec8e768228a664ad1":[9,0,2,5],
"pearl-anglescan-process_8ipf.html#a9b56897bd92d926d65f4c67bef1d41bb":[9,0,2,34],
"pearl-anglescan-process_8ipf.html#aa26c9ed4c4d703e07788d980edc2406d":[9,0,2,20],
"pearl-anglescan-process_8ipf.html#aa486e16909d01e2251eeb4d635b972b1":[9,0,2,26],
"pearl-anglescan-process_8ipf.html#aa5487fdee22e0da61a511c14239262f5":[9,0,2,58],
"pearl-anglescan-process_8ipf.html#aa54a550eccad2c8ccd82d2b4167f7a92":[9,0,2,29],
"pearl-anglescan-process_8ipf.html#aa5b1e2ab1dd43a73b7157406b803887e":[9,0,2,19],
"pearl-anglescan-process_8ipf.html#aa79c0ff6073bd42e202b9fa3f8c00b9f":[9,0,2,13],
"pearl-anglescan-process_8ipf.html#aaa734fddecdd75c7cabe20ba777b41b9":[9,0,2,33],
"pearl-anglescan-process_8ipf.html#aae45cc49d67f79dcedc4420f82acea4c":[9,0,2,52],
"pearl-anglescan-process_8ipf.html#ab65d25af7476ed18f7bf7359614a912b":[9,0,2,12],
"pearl-anglescan-process_8ipf.html#ab6670abb621d01994c0b9974f58be843":[9,0,2,57],
"pearl-anglescan-process_8ipf.html#ab6ac1268de338040028dca8d0ddc967c":[9,0,2,25],
"pearl-anglescan-process_8ipf.html#ac0def1ded61f9cd758df0c99f4ff9470":[9,0,2,7],
"pearl-anglescan-process_8ipf.html#ac151c6f989d6a568fdef0acb791f84db":[9,0,2,60],
"pearl-anglescan-process_8ipf.html#ac15ebd5a19c558dde666ab36aeb9906f":[9,0,2,41],
"pearl-anglescan-process_8ipf.html#ac4dbd1ece37b2cf22fa976a153977288":[9,0,2,40],
"pearl-anglescan-process_8ipf.html#ac617c3b400488b656493af8ca08f1791":[9,0,2,32],
"pearl-anglescan-process_8ipf.html#acca0130cccf2286863bbf5b7f91c5b3b":[9,0,2,28],
"pearl-anglescan-process_8ipf.html#acf6fddb73624fe2d21429e38c4994088":[9,0,2,0],
"pearl-anglescan-process_8ipf.html#ad0a93367d2e9b66bb7b81697e87adfaf":[9,0,2,36],
"pearl-anglescan-process_8ipf.html#ae2b036a06ffac8d2bb292a65401f8a9a":[9,0,2,2],
"pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2":[9,0,2,14],
"pearl-anglescan-process_8ipf.html#aed66bda9701d8a69b2174fac974aa665":[9,0,2,59],
"pearl-anglescan-process_8ipf.html#af00d9061e410ad033a9fd1f0ca561e0d":[9,0,2,18],
"pearl-anglescan-process_8ipf.html#afa14187803f5b428a96c8234e04ab217":[9,0,2,55],
"pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965":[9,0,2,38],
"pearl-anglescan-process_8ipf.html#afedad38a418cee5d1fb9e08aae2160a0":[9,0,2,17],
"pearl-anglescan-process_8ipf.html#a01bac9e7d4ba743c3c34177a05070466":[9,0,2,49],
"pearl-anglescan-process_8ipf.html#a04e75675884236b6ed8244d7575d3a13":[9,0,2,59],
"pearl-anglescan-process_8ipf.html#a0b9e2b025e1d55d2a064edccf6c1c3e3":[9,0,2,44],
"pearl-anglescan-process_8ipf.html#a13e0d37ae23f68cdc5da3d84cb4beed8":[9,0,2,51],
"pearl-anglescan-process_8ipf.html#a1442bc23122d52ba9c77e0f9baaad1da":[9,0,2,24],
"pearl-anglescan-process_8ipf.html#a1baaa3ffd9495ed427b43cbfe6e1edf8":[9,0,2,53],
"pearl-anglescan-process_8ipf.html#a1f4f74a8ae557c56e1e3aacd0b45f3f1":[9,0,2,18],
"pearl-anglescan-process_8ipf.html#a1fb6aa7870dfbf0ed92660b7aae579e0":[9,0,2,8],
"pearl-anglescan-process_8ipf.html#a207c56ac03cc18bf1bfde88dbfe2666f":[9,0,2,54],
"pearl-anglescan-process_8ipf.html#a229770447193d4fd12032b235aab4d28":[9,0,2,41],
"pearl-anglescan-process_8ipf.html#a2b38c6c9b6e60593ba69d3773b6bc779":[9,0,2,13],
"pearl-anglescan-process_8ipf.html#a3b3bd11c35d5f850b34937ab6c45f659":[9,0,2,57],
"pearl-anglescan-process_8ipf.html#a3cc7eddf5c6b0658260cfb32dd2c026d":[9,0,2,12],
"pearl-anglescan-process_8ipf.html#a3ec6935a5903d0974c93a2072d743013":[9,0,2,11],
"pearl-anglescan-process_8ipf.html#a4641c716180d737700c6df87f5f8974e":[9,0,2,26],
"pearl-anglescan-process_8ipf.html#a46fd99d35a43601c39af6096d4e4f770":[9,0,2,17],
"pearl-anglescan-process_8ipf.html#a48b7d774ed8d3f4329e9923e18e580e8":[9,0,2,39],
"pearl-anglescan-process_8ipf.html#a48cbd596656bc6d849c53afb4c58b90d":[9,0,2,46],
"pearl-anglescan-process_8ipf.html#a4952bc53e3d6d272d25b5e35e91696b5":[9,0,2,25],
"pearl-anglescan-process_8ipf.html#a4a40c73c0e03545e0050ea370e9c57d3":[9,0,2,56],
"pearl-anglescan-process_8ipf.html#a4fc744e24e3e9c5efb17f14ab622bcae":[9,0,2,3],
"pearl-anglescan-process_8ipf.html#a5162488b366e217195d8f8bd7cdde0ce":[9,0,2,45],
"pearl-anglescan-process_8ipf.html#a5265fd61f86eb72dd877e4190bfb4adf":[9,0,2,29],
"pearl-anglescan-process_8ipf.html#a5dc0cc7db9d3d7a6b3fa3f1b04d84a5e":[9,0,2,52],
"pearl-anglescan-process_8ipf.html#a67d53a1c362d7e5bbeccf1c9c12ae0c2":[9,0,2,10],
"pearl-anglescan-process_8ipf.html#a70b0e243bcbd549e2b1da74aab605629":[9,0,2,48],
"pearl-anglescan-process_8ipf.html#a75219b38ea58012abcffc848d536faa4":[9,0,2,5],
"pearl-anglescan-process_8ipf.html#a89f73edcd51a675f4c3933cd0242484e":[9,0,2,32],
"pearl-anglescan-process_8ipf.html#a8c83a187e371783dea62c9f2bc97c52c":[9,0,2,0],
"pearl-anglescan-process_8ipf.html#a8eabc7feca73f9e0db2109a78ee382cb":[9,0,2,1],
"pearl-anglescan-process_8ipf.html#a902ac3a24e33f651e83ee03d31707da7":[9,0,2,33],
"pearl-anglescan-process_8ipf.html#a9624070f3e938378631432430d47a389":[9,0,2,6],
"pearl-anglescan-process_8ipf.html#a987811346894d8d81fc590b2f5ccec49":[9,0,2,23],
"pearl-anglescan-process_8ipf.html#a992920d621023e6b483ff51eee68b508":[9,0,2,37],
"pearl-anglescan-process_8ipf.html#a999a9cd7d00d3e1ec8e768228a664ad1":[9,0,2,7],
"pearl-anglescan-process_8ipf.html#a9b56897bd92d926d65f4c67bef1d41bb":[9,0,2,36],
"pearl-anglescan-process_8ipf.html#aa26c9ed4c4d703e07788d980edc2406d":[9,0,2,22],
"pearl-anglescan-process_8ipf.html#aa486e16909d01e2251eeb4d635b972b1":[9,0,2,28],
"pearl-anglescan-process_8ipf.html#aa5487fdee22e0da61a511c14239262f5":[9,0,2,61],
"pearl-anglescan-process_8ipf.html#aa54a550eccad2c8ccd82d2b4167f7a92":[9,0,2,31],
"pearl-anglescan-process_8ipf.html#aa5b1e2ab1dd43a73b7157406b803887e":[9,0,2,21],
"pearl-anglescan-process_8ipf.html#aa79c0ff6073bd42e202b9fa3f8c00b9f":[9,0,2,15],
"pearl-anglescan-process_8ipf.html#aaa734fddecdd75c7cabe20ba777b41b9":[9,0,2,35],
"pearl-anglescan-process_8ipf.html#aae45cc49d67f79dcedc4420f82acea4c":[9,0,2,55],
"pearl-anglescan-process_8ipf.html#ab65d25af7476ed18f7bf7359614a912b":[9,0,2,14],
"pearl-anglescan-process_8ipf.html#ab6670abb621d01994c0b9974f58be843":[9,0,2,60],
"pearl-anglescan-process_8ipf.html#ab6ac1268de338040028dca8d0ddc967c":[9,0,2,27],
"pearl-anglescan-process_8ipf.html#ab97a936bc0fa6137b6d0b43cb61d39a1":[9,0,2,50],
"pearl-anglescan-process_8ipf.html#ac0def1ded61f9cd758df0c99f4ff9470":[9,0,2,9],
"pearl-anglescan-process_8ipf.html#ac151c6f989d6a568fdef0acb791f84db":[9,0,2,63],
"pearl-anglescan-process_8ipf.html#ac15ebd5a19c558dde666ab36aeb9906f":[9,0,2,43],
"pearl-anglescan-process_8ipf.html#ac4dbd1ece37b2cf22fa976a153977288":[9,0,2,42],
"pearl-anglescan-process_8ipf.html#ac617c3b400488b656493af8ca08f1791":[9,0,2,34],
"pearl-anglescan-process_8ipf.html#acca0130cccf2286863bbf5b7f91c5b3b":[9,0,2,30],
"pearl-anglescan-process_8ipf.html#acf6fddb73624fe2d21429e38c4994088":[9,0,2,2],
"pearl-anglescan-process_8ipf.html#ad0a93367d2e9b66bb7b81697e87adfaf":[9,0,2,38],
"pearl-anglescan-process_8ipf.html#ae2b036a06ffac8d2bb292a65401f8a9a":[9,0,2,4],
"pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2":[9,0,2,16],
"pearl-anglescan-process_8ipf.html#aed66bda9701d8a69b2174fac974aa665":[9,0,2,62],
"pearl-anglescan-process_8ipf.html#af00d9061e410ad033a9fd1f0ca561e0d":[9,0,2,20],
"pearl-anglescan-process_8ipf.html#af9874b5c1ce1d216741c7880a5fdcfcc":[9,0,2,47],
"pearl-anglescan-process_8ipf.html#afa14187803f5b428a96c8234e04ab217":[9,0,2,58],
"pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965":[9,0,2,40],
"pearl-anglescan-process_8ipf.html#afedad38a418cee5d1fb9e08aae2160a0":[9,0,2,19],
"pearl-anglescan-process_8ipf_source.html":[9,0,2],
"pearl-anglescan-tracker_8ipf.html":[9,0,3],
"pearl-anglescan-tracker_8ipf.html#a02271bf812a3e3f87c958f4c58e9f71b":[9,0,3,10],
@ -248,6 +249,5 @@ var NAVTREEINDEX0 =
"pearl-anglescan-tracker_8ipf.html#a0b8ff36cf3c20b1c0db3217d9065f7cf":[9,0,3,39],
"pearl-anglescan-tracker_8ipf.html#a150243e26e8adf8b354b8afde064136d":[9,0,3,12],
"pearl-anglescan-tracker_8ipf.html#a20720748c82a7eaa4b02d4084a4219b2":[9,0,3,43],
"pearl-anglescan-tracker_8ipf.html#a306b168cab2f9c4146cee87009e69f6d":[9,0,3,17],
"pearl-anglescan-tracker_8ipf.html#a33e84ae8e13f405d466b28e83f608cb9":[9,0,3,13]
"pearl-anglescan-tracker_8ipf.html#a306b168cab2f9c4146cee87009e69f6d":[9,0,3,17]
};

View File

@ -1,5 +1,6 @@
var NAVTREEINDEX1 =
{
"pearl-anglescan-tracker_8ipf.html#a33e84ae8e13f405d466b28e83f608cb9":[9,0,3,13],
"pearl-anglescan-tracker_8ipf.html#a35a5cd8a21b48be8d726c69eb5fca134":[9,0,3,0],
"pearl-anglescan-tracker_8ipf.html#a37aaf2f08c3910bed554a10dd82616ec":[9,0,3,15],
"pearl-anglescan-tracker_8ipf.html#a3844e7fd93b4f54aa52f084687c2106c":[9,0,3,16],
@ -131,62 +132,74 @@ var NAVTREEINDEX1 =
"pearl-compat_8ipf.html#aa1f59acc532c7eee75c83b70ee1feaa9":[9,0,8,0],
"pearl-compat_8ipf_source.html":[9,0,8],
"pearl-data-explorer_8ipf.html":[9,0,9],
"pearl-data-explorer_8ipf.html#a001074020ad32b290d390a450a389c69":[9,0,9,16],
"pearl-data-explorer_8ipf.html#a00bf5267a40b2b3d760c64d73e139878":[9,0,9,53],
"pearl-data-explorer_8ipf.html#a001074020ad32b290d390a450a389c69":[9,0,9,15],
"pearl-data-explorer_8ipf.html#a00307dffd6f272f13acfe4dea99a81d4":[9,0,9,57],
"pearl-data-explorer_8ipf.html#a00bf5267a40b2b3d760c64d73e139878":[9,0,9,65],
"pearl-data-explorer_8ipf.html#a01e48e67a22dc56851447bd77abecbe1":[9,0,9,7],
"pearl-data-explorer_8ipf.html#a02a64144b7ed2c1bc230e265c55e81a1":[9,0,9,2],
"pearl-data-explorer_8ipf.html#a04cc0b9d5e3a649ba3514fcbf126eefe":[9,0,9,49],
"pearl-data-explorer_8ipf.html#a04cc0b9d5e3a649ba3514fcbf126eefe":[9,0,9,61],
"pearl-data-explorer_8ipf.html#a0adc1b370fd3bf230b61b094b3c0accb":[9,0,9,17],
"pearl-data-explorer_8ipf.html#a0c162346b59b0f66d34ee26ce5fe1e52":[9,0,9,29],
"pearl-data-explorer_8ipf.html#a0c839d5f8f49e6937a6532bba3ef3714":[9,0,9,23],
"pearl-data-explorer_8ipf.html#a1731f8e1507d90e285885723ae32ba13":[9,0,9,37],
"pearl-data-explorer_8ipf.html#a181ccce237172811baf3de5a7a06370d":[9,0,9,50],
"pearl-data-explorer_8ipf.html#a1868754e64cb1448e564c0936e78574d":[9,0,9,11],
"pearl-data-explorer_8ipf.html#a1bbf3e1592f3344f3628526fa549dfdf":[9,0,9,22],
"pearl-data-explorer_8ipf.html#a1d7f4ad59b81ecd84bb63cfabd9f24dc":[9,0,9,43],
"pearl-data-explorer_8ipf.html#a200e7ba052fbce4614fb4254701646ab":[9,0,9,44],
"pearl-data-explorer_8ipf.html#a2178d5acf21fe4372ecc06224bec28ba":[9,0,9,28],
"pearl-data-explorer_8ipf.html#a26f2f2bf5efc39dabb2a01abcc559e3e":[9,0,9,24],
"pearl-data-explorer_8ipf.html#a3232c51a8c19eaf86b9bc67352967a9f":[9,0,9,36],
"pearl-data-explorer_8ipf.html#a340f334c6caa966ee1eb891614e57b5b":[9,0,9,39],
"pearl-data-explorer_8ipf.html#a3bbb332e319ef7ec5f0fe2d16afaf005":[9,0,9,5],
"pearl-data-explorer_8ipf.html#a415e4867be1ee37d84fd609b06f6dcb8":[9,0,9,33],
"pearl-data-explorer_8ipf.html#a457d2257ffd5880ab858fa583a5d1c99":[9,0,9,40],
"pearl-data-explorer_8ipf.html#a45be265789a5260e3daa05eca0ec309e":[9,0,9,14],
"pearl-data-explorer_8ipf.html#a45e930b8eadd7cf6a5f664befd87d725":[9,0,9,18],
"pearl-data-explorer_8ipf.html#a4633885afab755fbc5d262178b9ddcb8":[9,0,9,38],
"pearl-data-explorer_8ipf.html#a4db79d04c74beb1af71b72916f8f0362":[9,0,9,46],
"pearl-data-explorer_8ipf.html#a0c162346b59b0f66d34ee26ce5fe1e52":[9,0,9,38],
"pearl-data-explorer_8ipf.html#a0e1e23060294bd4b18980e59229c70ed":[9,0,9,36],
"pearl-data-explorer_8ipf.html#a0f7473343cf773af9efedee1a18ac5db":[9,0,9,3],
"pearl-data-explorer_8ipf.html#a166273677188a66c25a84616c6f4baa9":[9,0,9,43],
"pearl-data-explorer_8ipf.html#a1731f8e1507d90e285885723ae32ba13":[9,0,9,46],
"pearl-data-explorer_8ipf.html#a181ccce237172811baf3de5a7a06370d":[9,0,9,63],
"pearl-data-explorer_8ipf.html#a1868754e64cb1448e564c0936e78574d":[9,0,9,9],
"pearl-data-explorer_8ipf.html#a1d7f4ad59b81ecd84bb63cfabd9f24dc":[9,0,9,51],
"pearl-data-explorer_8ipf.html#a200e7ba052fbce4614fb4254701646ab":[9,0,9,52],
"pearl-data-explorer_8ipf.html#a2178d5acf21fe4372ecc06224bec28ba":[9,0,9,37],
"pearl-data-explorer_8ipf.html#a28921b185d4e6fbe9a7a689757269f19":[9,0,9,19],
"pearl-data-explorer_8ipf.html#a3232c51a8c19eaf86b9bc67352967a9f":[9,0,9,45],
"pearl-data-explorer_8ipf.html#a36fd730f2d057513179dd59f8fddaf75":[9,0,9,27],
"pearl-data-explorer_8ipf.html#a384a37c2865baf5c21b63cff2488c3b3":[9,0,9,26],
"pearl-data-explorer_8ipf.html#a3fd06ac9aa62de7f00e10ce749ba12c9":[9,0,9,8],
"pearl-data-explorer_8ipf.html#a435adef620193e09110ff69ca8d106de":[9,0,9,32],
"pearl-data-explorer_8ipf.html#a457d2257ffd5880ab858fa583a5d1c99":[9,0,9,48],
"pearl-data-explorer_8ipf.html#a45be265789a5260e3daa05eca0ec309e":[9,0,9,12],
"pearl-data-explorer_8ipf.html#a45e930b8eadd7cf6a5f664befd87d725":[9,0,9,29],
"pearl-data-explorer_8ipf.html#a4633885afab755fbc5d262178b9ddcb8":[9,0,9,47],
"pearl-data-explorer_8ipf.html#a4c7a521b8f1a0769c09bfa4a1fca7dab":[9,0,9,67],
"pearl-data-explorer_8ipf.html#a4db79d04c74beb1af71b72916f8f0362":[9,0,9,58],
"pearl-data-explorer_8ipf.html#a4ef196f752bb5780ed4f4a588f9ebc81":[9,0,9,1],
"pearl-data-explorer_8ipf.html#a505ebda6bdecc4120e01766d7aedaf5d":[9,0,9,42],
"pearl-data-explorer_8ipf.html#a53af8689144e3aeb27ca177db5dd0c22":[9,0,9,51],
"pearl-data-explorer_8ipf.html#a5660c6f5f78d880b0805bad4eefed1d5":[9,0,9,3],
"pearl-data-explorer_8ipf.html#a5a7d3c00360944c00f236900b992694d":[9,0,9,41],
"pearl-data-explorer_8ipf.html#a5b824531904179a94e0eaa3ffa09172e":[9,0,9,32],
"pearl-data-explorer_8ipf.html#a614e89b9c06511144ccb380e61cc7bd6":[9,0,9,21],
"pearl-data-explorer_8ipf.html#a68d38e9464f7d13520ec040cffdf5c3b":[9,0,9,35],
"pearl-data-explorer_8ipf.html#a6aa44ff12b8530adbaaaf7405b1a68ba":[9,0,9,8],
"pearl-data-explorer_8ipf.html#a6b5e9729ee6dedbb217c741639a168ed":[9,0,9,19],
"pearl-data-explorer_8ipf.html#a6b642da731bde1029e0fa2ff69d5fb06":[9,0,9,4],
"pearl-data-explorer_8ipf.html#a6e8eaf8c092f5da60bd425f9bd8bf178":[9,0,9,34],
"pearl-data-explorer_8ipf.html#a71f9c277d310c3f4e7739be69dad0ab5":[9,0,9,47],
"pearl-data-explorer_8ipf.html#a742902dfaf2246f10b70f52805c6df1f":[9,0,9,9],
"pearl-data-explorer_8ipf.html#a74c69e870329c5dd3b08f92bdeb21d87":[9,0,9,27],
"pearl-data-explorer_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b":[9,0,9,55],
"pearl-data-explorer_8ipf.html#a8a923d7095071e7e6f99018379807732":[9,0,9,31],
"pearl-data-explorer_8ipf.html#a8ec37ab6c651003957d7e1ba728de89e":[9,0,9,20],
"pearl-data-explorer_8ipf.html#a92c27964d49ab8bcd7afc858ebe214a3":[9,0,9,26],
"pearl-data-explorer_8ipf.html#a98e327fa65bbcb3cd7c97545f7201afe":[9,0,9,25],
"pearl-data-explorer_8ipf.html#a9cefcdc49b2169e99c743b0a683ed3a6":[9,0,9,7],
"pearl-data-explorer_8ipf.html#ab7e3b3a0a901f7559ee9f5affb9a6fca":[9,0,9,30],
"pearl-data-explorer_8ipf.html#ac729557a307bddd2f2ad298199976c01":[9,0,9,45],
"pearl-data-explorer_8ipf.html#aca457d1f4414d20a911254b1de13ebbb":[9,0,9,54],
"pearl-data-explorer_8ipf.html#ad50f4c430d8bfe0fb5a1356cd9b84bf4":[9,0,9,48],
"pearl-data-explorer_8ipf.html#ad61aa85dcf24dbf7e093dac3d0bf6f19":[9,0,9,10],
"pearl-data-explorer_8ipf.html#ad6cfb2c00d5112add84542a25eb68b19":[9,0,9,0],
"pearl-data-explorer_8ipf.html#ad720655ff881ddecae2e1b8afed58fa0":[9,0,9,52],
"pearl-data-explorer_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5":[9,0,9,12],
"pearl-data-explorer_8ipf.html#add62ff5193206c9f207952bcd72dac88":[9,0,9,6],
"pearl-data-explorer_8ipf.html#ae79a57a41c734ce8836f427b81011b5d":[9,0,9,15],
"pearl-data-explorer_8ipf.html#af9f8769ca2989f152f23d976d1467a48":[9,0,9,13],
"pearl-data-explorer_8ipf.html#a505ebda6bdecc4120e01766d7aedaf5d":[9,0,9,50],
"pearl-data-explorer_8ipf.html#a53af8689144e3aeb27ca177db5dd0c22":[9,0,9,64],
"pearl-data-explorer_8ipf.html#a54be4e40b17906c281cdf649d6ce537e":[9,0,9,21],
"pearl-data-explorer_8ipf.html#a57e21bffee4cd64f2ea1efd9cc958bf1":[9,0,9,60],
"pearl-data-explorer_8ipf.html#a5a7d3c00360944c00f236900b992694d":[9,0,9,49],
"pearl-data-explorer_8ipf.html#a5b824531904179a94e0eaa3ffa09172e":[9,0,9,41],
"pearl-data-explorer_8ipf.html#a5d0c796365e8a24683c73e2b29571018":[9,0,9,25],
"pearl-data-explorer_8ipf.html#a614e89b9c06511144ccb380e61cc7bd6":[9,0,9,31],
"pearl-data-explorer_8ipf.html#a638a13044aede37cabe0c2c7a7c0cb06":[9,0,9,42],
"pearl-data-explorer_8ipf.html#a64bd3e5e68b30c94db00c58fa3be3f0d":[9,0,9,4],
"pearl-data-explorer_8ipf.html#a66043ccbe2e8dda258e639cb7a231537":[9,0,9,18],
"pearl-data-explorer_8ipf.html#a67cd1a025e5428d443027c1f57eaec09":[9,0,9,14],
"pearl-data-explorer_8ipf.html#a6aa44ff12b8530adbaaaf7405b1a68ba":[9,0,9,6],
"pearl-data-explorer_8ipf.html#a6b5e9729ee6dedbb217c741639a168ed":[9,0,9,30],
"pearl-data-explorer_8ipf.html#a6e8eaf8c092f5da60bd425f9bd8bf178":[9,0,9,44],
"pearl-data-explorer_8ipf.html#a70150946799d759473b409b3371e3ae2":[9,0,9,10],
"pearl-data-explorer_8ipf.html#a71f9c277d310c3f4e7739be69dad0ab5":[9,0,9,59],
"pearl-data-explorer_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b":[9,0,9,66],
"pearl-data-explorer_8ipf.html#a77047115739da6d28055f7fd44c9fd2c":[9,0,9,13],
"pearl-data-explorer_8ipf.html#a7c36ce6ccfaa77cf7a6b68b9014c1b9b":[9,0,9,24],
"pearl-data-explorer_8ipf.html#a844467a592e5b26b2324326f22b7da89":[9,0,9,0],
"pearl-data-explorer_8ipf.html#a896081071fffecdeff09ae4c9d6e84cb":[9,0,9,20],
"pearl-data-explorer_8ipf.html#a8a923d7095071e7e6f99018379807732":[9,0,9,40],
"pearl-data-explorer_8ipf.html#a92c27964d49ab8bcd7afc858ebe214a3":[9,0,9,35],
"pearl-data-explorer_8ipf.html#a93c61109535e1644f5e53aabb895b48a":[9,0,9,56],
"pearl-data-explorer_8ipf.html#a96a3ef643cc29948ba57a3bfa1339c4d":[9,0,9,33],
"pearl-data-explorer_8ipf.html#a9cefcdc49b2169e99c743b0a683ed3a6":[9,0,9,5],
"pearl-data-explorer_8ipf.html#aac8d96d9ccaeddab1cb0f463b01616cb":[9,0,9,55],
"pearl-data-explorer_8ipf.html#ab7e3b3a0a901f7559ee9f5affb9a6fca":[9,0,9,39],
"pearl-data-explorer_8ipf.html#aba2f8be504e49469194cc4b562be3a9c":[9,0,9,23],
"pearl-data-explorer_8ipf.html#ababd5be120b526ca410c53b4a2ba3f8d":[9,0,9,34],
"pearl-data-explorer_8ipf.html#ac477142f1949dc32d86663f1de4384e5":[9,0,9,54],
"pearl-data-explorer_8ipf.html#ac729557a307bddd2f2ad298199976c01":[9,0,9,53],
"pearl-data-explorer_8ipf.html#ad8a01428a137278a31d4f1f4f9c634c5":[9,0,9,11],
"pearl-data-explorer_8ipf.html#ad95697e197428ff73a1a258ea3bb79b2":[9,0,9,22],
"pearl-data-explorer_8ipf.html#ae02b954d90dc8f43c007cc3fb1a1ee16":[9,0,9,62],
"pearl-data-explorer_8ipf.html#af4474f34647ec24f27f900226c6bb3bd":[9,0,9,16],
"pearl-data-explorer_8ipf.html#af616e37167d5753b11e513bd03685ab8":[9,0,9,28],
"pearl-data-explorer_8ipf_source.html":[9,0,9],
"pearl-elog_8ipf.html":[9,0,10],
"pearl-elog_8ipf.html#a05301d497e4796e5fb5adde3728ba971":[9,0,10,16],
@ -236,18 +249,5 @@ var NAVTREEINDEX1 =
"pearl-elog_8ipf.html#ac45196cb9ce8b43b76c9daf67689c49a":[9,0,10,27],
"pearl-elog_8ipf.html#ac729557a307bddd2f2ad298199976c01":[9,0,10,45],
"pearl-elog_8ipf.html#ac8b61eefed231018cc36d47e95bd8c22":[9,0,10,11],
"pearl-elog_8ipf.html#aca457d1f4414d20a911254b1de13ebbb":[9,0,10,59],
"pearl-elog_8ipf.html#acbba78d869a543edf7c2b80d7a8d2344":[9,0,10,1],
"pearl-elog_8ipf.html#ace94356f691cbe343761aabd67ced23c":[9,0,10,30],
"pearl-elog_8ipf.html#acedf0c8ae34e9ebadd6fa0d9d1353aa4":[9,0,10,22],
"pearl-elog_8ipf.html#ad1a72c63f269b2e22b21a72d1ef3b279":[9,0,10,28],
"pearl-elog_8ipf.html#ad4472ea917691c41ad0b4ea6f36010a5":[9,0,10,7],
"pearl-elog_8ipf.html#ad7640d06f004ecd4a8980ea29d24dcbe":[9,0,10,10],
"pearl-elog_8ipf.html#addbdec64930e9c1e417b16b25df8c723":[9,0,10,52],
"pearl-elog_8ipf.html#adeff6678e57313cb218824f06d32b5ec":[9,0,10,9],
"pearl-elog_8ipf.html#ae824bbf81f8b7d16b36b53e3f3d85f69":[9,0,10,33],
"pearl-elog_8ipf.html#af34e46263aa50843f98f755988f9ab5c":[9,0,10,56],
"pearl-elog_8ipf.html#af652f6f257be1ee749fe788d1b03f75f":[9,0,10,13],
"pearl-elog_8ipf.html#af8b1ea711208bcc2cd1647abe04131dc":[9,0,10,21],
"pearl-elog_8ipf.html#afbace5ffc3167b42b09657ce6cc854ca":[9,0,10,23]
"pearl-elog_8ipf.html#aca457d1f4414d20a911254b1de13ebbb":[9,0,10,59]
};

View File

@ -1,27 +1,42 @@
var NAVTREEINDEX2 =
{
"pearl-elog_8ipf.html#acbba78d869a543edf7c2b80d7a8d2344":[9,0,10,1],
"pearl-elog_8ipf.html#ace94356f691cbe343761aabd67ced23c":[9,0,10,30],
"pearl-elog_8ipf.html#acedf0c8ae34e9ebadd6fa0d9d1353aa4":[9,0,10,22],
"pearl-elog_8ipf.html#ad1a72c63f269b2e22b21a72d1ef3b279":[9,0,10,28],
"pearl-elog_8ipf.html#ad4472ea917691c41ad0b4ea6f36010a5":[9,0,10,7],
"pearl-elog_8ipf.html#ad7640d06f004ecd4a8980ea29d24dcbe":[9,0,10,10],
"pearl-elog_8ipf.html#addbdec64930e9c1e417b16b25df8c723":[9,0,10,52],
"pearl-elog_8ipf.html#adeff6678e57313cb218824f06d32b5ec":[9,0,10,9],
"pearl-elog_8ipf.html#ae824bbf81f8b7d16b36b53e3f3d85f69":[9,0,10,33],
"pearl-elog_8ipf.html#af34e46263aa50843f98f755988f9ab5c":[9,0,10,56],
"pearl-elog_8ipf.html#af652f6f257be1ee749fe788d1b03f75f":[9,0,10,13],
"pearl-elog_8ipf.html#af8b1ea711208bcc2cd1647abe04131dc":[9,0,10,21],
"pearl-elog_8ipf.html#afbace5ffc3167b42b09657ce6cc854ca":[9,0,10,23],
"pearl-elog_8ipf_source.html":[9,0,10],
"pearl-fitfuncs_8ipf.html":[9,0,11],
"pearl-fitfuncs_8ipf.html#a02368cc4adfbd746cd2f1e7d73884a61":[9,0,11,21],
"pearl-fitfuncs_8ipf.html#a02368cc4adfbd746cd2f1e7d73884a61":[9,0,11,23],
"pearl-fitfuncs_8ipf.html#a13a5ee22049d9a3379cd6e55654e70a3":[9,0,11,1],
"pearl-fitfuncs_8ipf.html#a1520bd078ef77fd16ba20e95dbc6829d":[9,0,11,15],
"pearl-fitfuncs_8ipf.html#a1e729418252bf0d05ea6ec5cbd65b834":[9,0,11,10],
"pearl-fitfuncs_8ipf.html#a1e729418252bf0d05ea6ec5cbd65b834":[9,0,11,11],
"pearl-fitfuncs_8ipf.html#a24cd6a0c96ef8c720e371bb31ac0a479":[9,0,11,2],
"pearl-fitfuncs_8ipf.html#a2c6547164c0b46efecf4d372ea04c263":[9,0,11,17],
"pearl-fitfuncs_8ipf.html#a3a94468da285a31eed5e990cd90e5cdf":[9,0,11,18],
"pearl-fitfuncs_8ipf.html#a4d20215153c0e0cee3870dfceded8bc9":[9,0,11,13],
"pearl-fitfuncs_8ipf.html#a5a2a03026b88f3dd99214ab1b26e6f80":[9,0,11,12],
"pearl-fitfuncs_8ipf.html#a2c6547164c0b46efecf4d372ea04c263":[9,0,11,18],
"pearl-fitfuncs_8ipf.html#a4d20215153c0e0cee3870dfceded8bc9":[9,0,11,14],
"pearl-fitfuncs_8ipf.html#a5a2a03026b88f3dd99214ab1b26e6f80":[9,0,11,13],
"pearl-fitfuncs_8ipf.html#a704de4b170620d07b75f2093fe052272":[9,0,11,19],
"pearl-fitfuncs_8ipf.html#a709f7c4585b1d850ea8aae1885ac18cb":[9,0,11,3],
"pearl-fitfuncs_8ipf.html#a819902ab9f541b75a0fd33a7b52465d0":[9,0,11,14],
"pearl-fitfuncs_8ipf.html#a84a0278284332631682ce032018d1716":[9,0,11,20],
"pearl-fitfuncs_8ipf.html#a9d110819fa3cd2173f3103724e394fdf":[9,0,11,7],
"pearl-fitfuncs_8ipf.html#aaa48428994f8720a12e7237ef43e86ea":[9,0,11,5],
"pearl-fitfuncs_8ipf.html#aad1418e71830c1ec71d7dd62b2ecf9ba":[9,0,11,16],
"pearl-fitfuncs_8ipf.html#ab32134566b2573672ac674565deebd36":[9,0,11,11],
"pearl-fitfuncs_8ipf.html#adb438f665e51a8dd104a37cfead04f27":[9,0,11,8],
"pearl-fitfuncs_8ipf.html#ae2d138beb7cb39e8042487893095b461":[9,0,11,6],
"pearl-fitfuncs_8ipf.html#af07f887f3ba8e3e35c9214df8bb6a49f":[9,0,11,19],
"pearl-fitfuncs_8ipf.html#af62cb65b7444ff60e956a45bd5d0ec27":[9,0,11,9],
"pearl-fitfuncs_8ipf.html#a819902ab9f541b75a0fd33a7b52465d0":[9,0,11,15],
"pearl-fitfuncs_8ipf.html#a81da09e30e2800703dd178248f0c55be":[9,0,11,20],
"pearl-fitfuncs_8ipf.html#a84a0278284332631682ce032018d1716":[9,0,11,22],
"pearl-fitfuncs_8ipf.html#a9d110819fa3cd2173f3103724e394fdf":[9,0,11,8],
"pearl-fitfuncs_8ipf.html#aaa48428994f8720a12e7237ef43e86ea":[9,0,11,6],
"pearl-fitfuncs_8ipf.html#aad1418e71830c1ec71d7dd62b2ecf9ba":[9,0,11,17],
"pearl-fitfuncs_8ipf.html#ab32134566b2573672ac674565deebd36":[9,0,11,12],
"pearl-fitfuncs_8ipf.html#aca0bf4ff35794a459e15a3b358dbfa04":[9,0,11,5],
"pearl-fitfuncs_8ipf.html#adb438f665e51a8dd104a37cfead04f27":[9,0,11,9],
"pearl-fitfuncs_8ipf.html#ae2d138beb7cb39e8042487893095b461":[9,0,11,7],
"pearl-fitfuncs_8ipf.html#af07f887f3ba8e3e35c9214df8bb6a49f":[9,0,11,21],
"pearl-fitfuncs_8ipf.html#af62cb65b7444ff60e956a45bd5d0ec27":[9,0,11,10],
"pearl-fitfuncs_8ipf.html#af669aa08d0c32d3647007155f4b7ea3c":[9,0,11,16],
"pearl-fitfuncs_8ipf.html#aff8e8b103c32c8e723b57ce7ad5ef0f5":[9,0,11,4],
"pearl-fitfuncs_8ipf_source.html":[9,0,11],
"pearl-gui-tools_8ipf.html":[9,0,12],
@ -80,9 +95,11 @@ var NAVTREEINDEX2 =
"pearl-otf-import_8ipf.html#ae2640256d7d07c11b41621430279cef6":[9,0,15,0],
"pearl-otf-import_8ipf_source.html":[9,0,15],
"pearl-pmsco-import_8ipf.html":[9,0,16],
"pearl-pmsco-import_8ipf.html#a0a53a4686b482d62fe1797932a1708db":[9,0,16,2],
"pearl-pmsco-import_8ipf.html#aa31bbaa2fc77b447e6c6f386b23abdd9":[9,0,16,1],
"pearl-pmsco-import_8ipf.html#ab3421c7f54aa64e5e493b267d700c0c8":[9,0,16,0],
"pearl-pmsco-import_8ipf.html#a0a53a4686b482d62fe1797932a1708db":[9,0,16,4],
"pearl-pmsco-import_8ipf.html#a98bbe8db14dba5aea9588a1b433baca7":[9,0,16,1],
"pearl-pmsco-import_8ipf.html#aa31bbaa2fc77b447e6c6f386b23abdd9":[9,0,16,3],
"pearl-pmsco-import_8ipf.html#ab3421c7f54aa64e5e493b267d700c0c8":[9,0,16,2],
"pearl-pmsco-import_8ipf.html#afae0650a37e89f18c9c54f8adc9eafb2":[9,0,16,0],
"pearl-pmsco-import_8ipf_source.html":[9,0,16],
"pearl-polar-coordinates_8ipf.html":[9,0,17],
"pearl-polar-coordinates_8ipf.html#a58139e6ebfba242b6b2ba3533b865a9a":[9,0,17,4],
@ -92,65 +109,82 @@ var NAVTREEINDEX2 =
"pearl-polar-coordinates_8ipf.html#adfc1f0b3cddf672b0ccdb6a22b97ba9e":[9,0,17,1],
"pearl-polar-coordinates_8ipf_source.html":[9,0,17],
"pearl-pshell-import_8ipf.html":[9,0,18],
"pearl-pshell-import_8ipf.html#a035a4df9f4508144149abdb0b46c87d1":[9,0,18,17],
"pearl-pshell-import_8ipf.html#a03f00b3299bc3df671fcc239f7dd5418":[9,0,18,41],
"pearl-pshell-import_8ipf.html#a0a02f87e19e825964aa17c46ed51df8c":[9,0,18,23],
"pearl-pshell-import_8ipf.html#a0f2c168c04d075734edb995361aefb82":[9,0,18,42],
"pearl-pshell-import_8ipf.html#a13a45e8618c1ab7406e1aa5e608e21fe":[9,0,18,16],
"pearl-pshell-import_8ipf.html#a1dc6c971120749b378014f1f63cb6668":[9,0,18,20],
"pearl-pshell-import_8ipf.html#a2152f7c39a187b740cf9890767ffac3f":[9,0,18,12],
"pearl-pshell-import_8ipf.html#a277cd450cca7832aa44f8097934e6acb":[9,0,18,36],
"pearl-pshell-import_8ipf.html#a2972587ec82cc2a261b8119a582b4215":[9,0,18,18],
"pearl-pshell-import_8ipf.html#a2c456397c36d4116bfddca452eff5954":[9,0,18,5],
"pearl-pshell-import_8ipf.html#a2fc497747287d6fe40c6de997ed4a90d":[9,0,18,9],
"pearl-pshell-import_8ipf.html#a33f8faf117450af1d6dae9ef48786cd6":[9,0,18,31],
"pearl-pshell-import_8ipf.html#a3c72087695969f42ea91c000de47b26e":[9,0,18,39],
"pearl-pshell-import_8ipf.html#a3eefc2f84a09f2ce29893c71ef44ae32":[9,0,18,21],
"pearl-pshell-import_8ipf.html#a412b4753ceb753d705a113a26c018b22":[9,0,18,40],
"pearl-pshell-import_8ipf.html#a41bf534983b0662ec2609b136c395f14":[9,0,18,0],
"pearl-pshell-import_8ipf.html#a44d495fba0dd2b82dec13760a07fd226":[9,0,18,30],
"pearl-pshell-import_8ipf.html#a4508bd507c4c935bd8463d9b2b84c6fc":[9,0,18,10],
"pearl-pshell-import_8ipf.html#a5745428740b64cd66394a7fcd78b86f1":[9,0,18,37],
"pearl-pshell-import_8ipf.html#a5ad52cb10171572c454f9426d3a9be21":[9,0,18,38],
"pearl-pshell-import_8ipf.html#a79ac37bb666b42c3332e9984196ccfe7":[9,0,18,25],
"pearl-pshell-import_8ipf.html#a79b968d7439dfbfbc38c05f933071489":[9,0,18,2],
"pearl-pshell-import_8ipf.html#a83804ba9637debed6ef8b13e7b9b19e0":[9,0,18,28],
"pearl-pshell-import_8ipf.html#a83930d4384b0238fc8416ba03dbc0386":[9,0,18,35],
"pearl-pshell-import_8ipf.html#a8704627410409bcd27a1adeda4082c47":[9,0,18,8],
"pearl-pshell-import_8ipf.html#a8a5ce6c2767607de194b4c148ee98c27":[9,0,18,13],
"pearl-pshell-import_8ipf.html#a92a18d6e81c3f521ba3bb240eaf578a9":[9,0,18,33],
"pearl-pshell-import_8ipf.html#aa14b28120a07a8213e5a692930704a4b":[9,0,18,19],
"pearl-pshell-import_8ipf.html#aa56c25d64b3e59f74d6dd92a599cce4f":[9,0,18,26],
"pearl-pshell-import_8ipf.html#aa6dc3e3f7dc1ca4346132635a90fc447":[9,0,18,34],
"pearl-pshell-import_8ipf.html#aba25eb98e4c6cc9066c46ef6be1cde15":[9,0,18,7],
"pearl-pshell-import_8ipf.html#abb4afdef6ae4476c25a1ff77b17266c3":[9,0,18,32],
"pearl-pshell-import_8ipf.html#ac4dfb90b951d29b56501e904f5cc38aa":[9,0,18,14],
"pearl-pshell-import_8ipf.html#acb317b57ef137d4d5da5938013dbe442":[9,0,18,11],
"pearl-pshell-import_8ipf.html#acba7f4b98f67cc112c02dfeefe3e5acd":[9,0,18,3],
"pearl-pshell-import_8ipf.html#accc20b0fc6bda95ba0cd0aea6633086f":[9,0,18,29],
"pearl-pshell-import_8ipf.html#acfb01ee360b66f286225f6e9c7220ba2":[9,0,18,1],
"pearl-pshell-import_8ipf.html#ad26b0b56d7ccd23547535091c9430569":[9,0,18,24],
"pearl-pshell-import_8ipf.html#ad3b9354b137ba4f1bc3ed2e74f24dc88":[9,0,18,27],
"pearl-pshell-import_8ipf.html#adc11ea797562b3d99c247f4866618d39":[9,0,18,4],
"pearl-pshell-import_8ipf.html#aec191d0167bbf606d24396f4658104b5":[9,0,18,22],
"pearl-pshell-import_8ipf.html#af08a467036c64f70ca3dfe644fcc457c":[9,0,18,6],
"pearl-pshell-import_8ipf.html#afde787a00a18dc8c63b100d8ac7d992f":[9,0,18,15],
"pearl-pshell-import_8ipf.html#a03f00b3299bc3df671fcc239f7dd5418":[9,0,18,56],
"pearl-pshell-import_8ipf.html#a0f2c168c04d075734edb995361aefb82":[9,0,18,57],
"pearl-pshell-import_8ipf.html#a10224f615973777a43fefae8eb1a39f2":[9,0,18,40],
"pearl-pshell-import_8ipf.html#a113622ae05611e5051a97d223fae59d0":[9,0,18,17],
"pearl-pshell-import_8ipf.html#a237e95f14b988f58e2d4c37659f17347":[9,0,18,39],
"pearl-pshell-import_8ipf.html#a23a2e4cb2dc5364bfdbab4367ed6f234":[9,0,18,27],
"pearl-pshell-import_8ipf.html#a24afba76ed5323d8cd0abc3c7b0d9912":[9,0,18,30],
"pearl-pshell-import_8ipf.html#a277cd450cca7832aa44f8097934e6acb":[9,0,18,38],
"pearl-pshell-import_8ipf.html#a2c456397c36d4116bfddca452eff5954":[9,0,18,7],
"pearl-pshell-import_8ipf.html#a2f39f9379e66ead0d25c33adfbe05ee9":[9,0,18,3],
"pearl-pshell-import_8ipf.html#a300847a8e08161a64a199a6e7ef165c8":[9,0,18,45],
"pearl-pshell-import_8ipf.html#a3236744797a780eb144a684b0bd41d4a":[9,0,18,51],
"pearl-pshell-import_8ipf.html#a33f8faf117450af1d6dae9ef48786cd6":[9,0,18,33],
"pearl-pshell-import_8ipf.html#a3c72087695969f42ea91c000de47b26e":[9,0,18,54],
"pearl-pshell-import_8ipf.html#a412b4753ceb753d705a113a26c018b22":[9,0,18,55],
"pearl-pshell-import_8ipf.html#a47513a1db5693f88d64739a5b28926b2":[9,0,18,11],
"pearl-pshell-import_8ipf.html#a476f19c72d6e54787535ab6989ee778d":[9,0,18,2],
"pearl-pshell-import_8ipf.html#a48f07030482af8315447ac2c598edd0d":[9,0,18,49],
"pearl-pshell-import_8ipf.html#a4f5d11063bd50ded36ca013a2656b539":[9,0,18,14],
"pearl-pshell-import_8ipf.html#a513091ea9a4e23f76765aa37f1d34055":[9,0,18,4],
"pearl-pshell-import_8ipf.html#a5a1961e05ea900e72d6a886ac5744f2d":[9,0,18,8],
"pearl-pshell-import_8ipf.html#a5ad52cb10171572c454f9426d3a9be21":[9,0,18,52],
"pearl-pshell-import_8ipf.html#a654f0b9fe8770a8bd09a6da4182ca3bc":[9,0,18,48],
"pearl-pshell-import_8ipf.html#a712ea7a6f18ce4178fd06b07d2d05a9f":[9,0,18,44],
"pearl-pshell-import_8ipf.html#a72465006d4e8379fad08d1a1064de2a3":[9,0,18,31],
"pearl-pshell-import_8ipf.html#a7c191ea7367f2f328333b9986c7dd538":[9,0,18,16],
"pearl-pshell-import_8ipf.html#a7c5aaa2f133862ae16ddd735df1ab73d":[9,0,18,41],
"pearl-pshell-import_8ipf.html#a7d7b67c9f983d3446c5c6f274284b82a":[9,0,18,5],
"pearl-pshell-import_8ipf.html#a8089a75744ffc3626305406e925d320a":[9,0,18,32],
"pearl-pshell-import_8ipf.html#a83930d4384b0238fc8416ba03dbc0386":[9,0,18,37],
"pearl-pshell-import_8ipf.html#a85c1fbd2aefff2028e084ea61314dc67":[9,0,18,19],
"pearl-pshell-import_8ipf.html#a8704627410409bcd27a1adeda4082c47":[9,0,18,10],
"pearl-pshell-import_8ipf.html#a92a18d6e81c3f521ba3bb240eaf578a9":[9,0,18,34],
"pearl-pshell-import_8ipf.html#a972bf23d6da0bb33e9f12e50c9d7f5e5":[9,0,18,0],
"pearl-pshell-import_8ipf.html#aa6dc3e3f7dc1ca4346132635a90fc447":[9,0,18,36],
"pearl-pshell-import_8ipf.html#aa7a48b65e465abde9aad80377605ae59":[9,0,18,12],
"pearl-pshell-import_8ipf.html#ab0bc752ab76659b492cf88c75935336b":[9,0,18,53],
"pearl-pshell-import_8ipf.html#ab41e955a4ff70f9c78571faad1b43d7b":[9,0,18,20],
"pearl-pshell-import_8ipf.html#ab684c44d5f0668631e42d9c9c9dfea9e":[9,0,18,29],
"pearl-pshell-import_8ipf.html#ab7c2cc8687f6d4550ef90c538b938dad":[9,0,18,50],
"pearl-pshell-import_8ipf.html#ab86e42bb6f9ff20f685ad5627b446b77":[9,0,18,15],
"pearl-pshell-import_8ipf.html#aba25eb98e4c6cc9066c46ef6be1cde15":[9,0,18,9],
"pearl-pshell-import_8ipf.html#abcf01e205858a512aa713da914eaf966":[9,0,18,22],
"pearl-pshell-import_8ipf.html#ac782084655d44d222742e3397051619d":[9,0,18,26],
"pearl-pshell-import_8ipf.html#ac81d8f4276cf7bb86a74796cc7199e42":[9,0,18,46],
"pearl-pshell-import_8ipf.html#acda8bf0493a2e8ba1955f12de08e28f2":[9,0,18,13],
"pearl-pshell-import_8ipf.html#ad2275b0b8a0a1ed05afc50ef50564243":[9,0,18,1],
"pearl-pshell-import_8ipf.html#ad811542ccfc7c73156c2a107faa93d87":[9,0,18,18],
"pearl-pshell-import_8ipf.html#adc11ea797562b3d99c247f4866618d39":[9,0,18,6],
"pearl-pshell-import_8ipf.html#adf778206fa825ab5006bd553c64a8760":[9,0,18,42],
"pearl-pshell-import_8ipf.html#ae2aedcb7028cccdb683c43411cc8f1e2":[9,0,18,35],
"pearl-pshell-import_8ipf.html#ae539a7501119cb2349707e2027f0f759":[9,0,18,25],
"pearl-pshell-import_8ipf.html#aeb9a7f56922ff3c862e8b29b5090c01a":[9,0,18,47],
"pearl-pshell-import_8ipf.html#aebf53e3de392d631b340ee0747b8bbbf":[9,0,18,43],
"pearl-pshell-import_8ipf.html#af3b5005859915f410ec27a31ac9519ca":[9,0,18,28],
"pearl-pshell-import_8ipf.html#af662500c4f992ef7b956f37ed463513d":[9,0,18,23],
"pearl-pshell-import_8ipf.html#af7a6eefbda58d31336c81a3dda6e9a2d":[9,0,18,21],
"pearl-pshell-import_8ipf.html#afc4fa60c5fbfdb08c2a9d3072d3e16ce":[9,0,18,24],
"pearl-pshell-import_8ipf_source.html":[9,0,18],
"pearl-scienta-countrate_8ipf.html":[9,0,19],
"pearl-scienta-countrate_8ipf.html#a55886895329455b36b64d52ed6a4e228":[9,0,19,1],
"pearl-scienta-countrate_8ipf.html#af2879284b1d1397447a31733fddd6273":[9,0,19,0],
"pearl-scienta-countrate_8ipf_source.html":[9,0,19],
"pearl-scienta-live_8ipf.html":[9,0,19],
"pearl-scienta-live_8ipf.html#a55886895329455b36b64d52ed6a4e228":[9,0,19,2],
"pearl-scienta-live_8ipf.html#ad23de34bb698589e2576ce2836b89d55":[9,0,19,0],
"pearl-scienta-live_8ipf.html#af2879284b1d1397447a31733fddd6273":[9,0,19,1],
"pearl-scienta-live_8ipf_source.html":[9,0,19],
"pearl-scienta-preprocess_8ipf.html":[9,0,20],
"pearl-scienta-preprocess_8ipf.html#a145c7275b8809c5e789b932ef46e4811":[9,0,20,6],
"pearl-scienta-preprocess_8ipf.html#a1514250704b40aa2614d389a2e250d61":[9,0,20,5],
"pearl-scienta-preprocess_8ipf.html#a1e91197cd7a3581b70bc59a194d3f43b":[9,0,20,3],
"pearl-scienta-preprocess_8ipf.html#a6d06ea5a11ba79160efeea7fe673af8c":[9,0,20,7],
"pearl-scienta-preprocess_8ipf.html#a6e7de6441bbcba217760448babaca827":[9,0,20,8],
"pearl-scienta-preprocess_8ipf.html#a11d42ef1352876666b710b7545360fce":[9,0,20,3],
"pearl-scienta-preprocess_8ipf.html#a145c7275b8809c5e789b932ef46e4811":[9,0,20,7],
"pearl-scienta-preprocess_8ipf.html#a1514250704b40aa2614d389a2e250d61":[9,0,20,6],
"pearl-scienta-preprocess_8ipf.html#a1e91197cd7a3581b70bc59a194d3f43b":[9,0,20,4],
"pearl-scienta-preprocess_8ipf.html#a6d06ea5a11ba79160efeea7fe673af8c":[9,0,20,8],
"pearl-scienta-preprocess_8ipf.html#a6e7de6441bbcba217760448babaca827":[9,0,20,9],
"pearl-scienta-preprocess_8ipf.html#a83cdbd96c5b59011914d53118e5ef71c":[9,0,20,2],
"pearl-scienta-preprocess_8ipf.html#a8e2aef3e0d5f2b304399a11423661fdc":[9,0,20,9],
"pearl-scienta-preprocess_8ipf.html#a8e2aef3e0d5f2b304399a11423661fdc":[9,0,20,10],
"pearl-scienta-preprocess_8ipf.html#a95fbd22f52f61d2bff0625b7b8e159d1":[9,0,20,1],
"pearl-scienta-preprocess_8ipf.html#ad626526589efec3f2f72ad001702fe39":[9,0,20,4],
"pearl-scienta-preprocess_8ipf.html#adb78e8b2bbfd9c0faa5eb049b1dcad1c":[9,0,20,10],
"pearl-scienta-preprocess_8ipf.html#ad626526589efec3f2f72ad001702fe39":[9,0,20,5],
"pearl-scienta-preprocess_8ipf.html#adb78e8b2bbfd9c0faa5eb049b1dcad1c":[9,0,20,11],
"pearl-scienta-preprocess_8ipf.html#ae6877c51ad15c2ba8a69c65356cb34b8":[9,0,20,0],
"pearl-scienta-preprocess_8ipf_source.html":[9,0,20],
"pearl-tools_8ipf.html":[9,0,21],

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: Angle-scan processing</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('pag_anglescan_processing.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('pag_anglescan_processing.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -80,7 +82,7 @@ $(document).ready(function(){initNavTree('pag_anglescan_processing.html','');});
</iframe>
</div>
<div class="header">
<div class="PageDoc"><div class="header">
<div class="headertitle">
<div class="title">Angle-scan processing </div> </div>
</div><!--header-->
@ -122,30 +124,53 @@ Data reduction</h1>
<p>The processing steps depend on the complexity of the measured spectrum. The user may have to adopt one of the predefined or a custom procedure accordingly. Here, we describe two procedures that may cover many generic cases or that can serve as a starting point for a refined, customized procedure. However, any procedure that produces the datasets mentioned above is, of course, a valid approach. For instance, you could load the complete three-dimensional ScientaImage dataset, and generate the two-dimensional dataset using your own procedures.</p>
<h2><a class="anchor" id="sec_import_basics"></a>
Basic steps</h2>
<p>The central import functions are <a class="el" href="pearl-pshell-import_8ipf.html#a3eefc2f84a09f2ce29893c71ef44ae32">psh5_load_reduced</a> and <a class="el" href="pearl-pshell-import_8ipf.html#a13a45e8618c1ab7406e1aa5e608e21fe">psh5_load_dataset_reduced</a>. The first form is sufficient if the file contains just one scan and region. Further regions/scans need to be loaded using the second form. The first form is also exposed in the PEARL data explorer window.</p>
<p>The central import functions are psh5_load_reduced and <a class="el" href="pearl-pshell-import_8ipf.html#af662500c4f992ef7b956f37ed463513d">psh5_load_dataset_reduced</a>. The first form is sufficient if the file contains just one scan and region. Further regions/scans need to be loaded using the second form. The first form is also exposed in the PEARL data explorer window.</p>
<p>The functions require a data reduction function and processing parameters as arguments. Some particular reduction functions are described further below. More can be found in the source code (or obtained from other users). A list of functions that look like reduction functions can be got from <a class="el" href="pearl-area-import_8ipf.html#aa5e29dc1a380311d00a5f85be867e47b">adh5_list_reduction_funcs</a>.</p>
<p>The basic call sequence looks as follows. Substitute the arguments in angle brackets as necessary. You may have to analyse a reference spectrum or the complete ScientaImage to figure out the processing parameters beforehand.</p>
<p>First form:</p>
<div class="fragment"><div class="line">setdatafolder root:</div><div class="line"><span class="keywordtype">string</span> sparam</div><div class="line">sparam = <span class="stringliteral">&quot;&lt;param1=1.5;param2=test;&gt;&quot;</span></div><div class="line"><a class="code" href="pearl-pshell-import_8ipf.html#a3eefc2f84a09f2ce29893c71ef44ae32">psh5_load_reduced</a>(<span class="stringliteral">&quot;&lt;igor-datafolder&gt;&quot;</span>, <span class="stringliteral">&quot;&lt;igor-filepath&gt;&quot;</span>, <span class="stringliteral">&quot;&lt;filename&gt;&quot;</span>, &lt;reduction_function&gt;, sparam)</div></div><!-- fragment --><p>Second form:</p>
<div class="fragment"><div class="line"><span class="comment">// open the file</span></div><div class="line">setdatafolder root: <span class="comment">// or other parent folder</span></div><div class="line">variable fid</div><div class="line"><span class="keywordtype">string</span> sparam</div><div class="line">fid = <a class="code" href="pearl-pshell-import_8ipf.html#accc20b0fc6bda95ba0cd0aea6633086f">psh5_open_file</a>(<span class="stringliteral">&quot;&lt;igor-datafolder&gt;&quot;</span>, <span class="stringliteral">&quot;&lt;igor-filepath&gt;&quot;</span>, <span class="stringliteral">&quot;&lt;filename&gt;&quot;</span>)</div><div class="line"></div><div class="line"><span class="comment">// load metadata for scaling</span></div><div class="line"><a class="code" href="pearl-pshell-import_8ipf.html#aa56c25d64b3e59f74d6dd92a599cce4f">psh5_load_scan_meta</a>(fileID, &quot;&lt;scan 1&gt;&quot;)</div><div class="line">newdatafolder /s /o attr</div><div class="line"><a class="code" href="pearl-pshell-import_8ipf.html#aec191d0167bbf606d24396f4658104b5">psh5_load_scan_attrs</a>(fileID, &quot;&lt;scan 1&gt;&quot;)</div><div class="line">setdatafolder ::</div><div class="line"></div><div class="line"><span class="comment">// load and reduce dataset</span></div><div class="line">sparam = &quot;&lt;param1=1.5;param2=test;&gt;&quot;</div><div class="line"><a class="code" href="pearl-pshell-import_8ipf.html#a13a45e8618c1ab7406e1aa5e608e21fe">psh5_load_dataset_reduced</a>(fid, &quot;&lt;scan 1/region1&gt;&quot;, &quot;&lt;ScientaImage&gt;&quot;, &lt;reduction_function&gt;, sparam)</div><div class="line"></div><div class="line"><span class="comment">// close the file</span></div><div class="line"><a class="code" href="pearl-pshell-import_8ipf.html#a2fc497747287d6fe40c6de997ed4a90d">psh5_close_file</a>(fid)</div><div class="line">fid = 0</div></div><!-- fragment --><h2><a class="anchor" id="sec_import_intlinbg"></a>
<div class="fragment"><div class="line">setdatafolder root:</div>
<div class="line"><span class="keywordtype">string</span> sparam</div>
<div class="line">sparam = <span class="stringliteral">&quot;&lt;param1=1.5;param2=test;&gt;&quot;</span></div>
<div class="line">psh5_load_reduced(<span class="stringliteral">&quot;&lt;igor-datafolder&gt;&quot;</span>, <span class="stringliteral">&quot;&lt;igor-filepath&gt;&quot;</span>, <span class="stringliteral">&quot;&lt;filename&gt;&quot;</span>, &lt;reduction_function&gt;, sparam)</div>
</div><!-- fragment --><p>Second form:</p>
<div class="fragment"><div class="line"><span class="comment">// open the file</span></div>
<div class="line">setdatafolder root: <span class="comment">// or other parent folder</span></div>
<div class="line">variable fid</div>
<div class="line"><span class="keywordtype">string</span> sparam</div>
<div class="line">fid = <a class="code" href="pearl-pshell-import_8ipf.html#ab684c44d5f0668631e42d9c9c9dfea9e">psh5_open_file</a>(<span class="stringliteral">&quot;&lt;igor-datafolder&gt;&quot;</span>, <span class="stringliteral">&quot;&lt;igor-filepath&gt;&quot;</span>, <span class="stringliteral">&quot;&lt;filename&gt;&quot;</span>)</div>
<div class="line"> </div>
<div class="line"><span class="comment">// load metadata for scaling</span></div>
<div class="line"><a class="code" href="pearl-pshell-import_8ipf.html#a23a2e4cb2dc5364bfdbab4367ed6f234">psh5_load_scan_meta</a>(fileID, &quot;&lt;scan 1&gt;&quot;)</div>
<div class="line">newdatafolder /s /o attr</div>
<div class="line">psh5_load_scan_attrs(fileID, &quot;&lt;scan 1&gt;&quot;)</div>
<div class="line">setdatafolder ::</div>
<div class="line"> </div>
<div class="line"><span class="comment">// load and reduce dataset</span></div>
<div class="line">sparam = &quot;&lt;param1=1.5;param2=test;&gt;&quot;</div>
<div class="line"><a class="code" href="pearl-pshell-import_8ipf.html#af662500c4f992ef7b956f37ed463513d">psh5_load_dataset_reduced</a>(fid, &quot;&lt;scan 1/region1&gt;&quot;, &quot;&lt;ScientaImage&gt;&quot;, &lt;reduction_function&gt;, sparam)</div>
<div class="line"> </div>
<div class="line"><span class="comment">// close the file</span></div>
<div class="line"><a class="code" href="pearl-pshell-import_8ipf.html#a47513a1db5693f88d64739a5b28926b2">psh5_close_file</a>(fid)</div>
<div class="line">fid = 0</div>
</div><!-- fragment --><h2><a class="anchor" id="sec_import_intlinbg"></a>
Peak integration over linear background</h2>
<p>The <a class="el" href="pearl-scienta-preprocess_8ipf.html#a1e91197cd7a3581b70bc59a194d3f43b">int_linbg_reduction</a> function converts a two-dimensional Scienta image I(angle, energy) into a one-dimensional angle distribution I(angle). For each angle slice, it calculates a linear background. Then, it integrates the difference between the original data and the background over a specified interval.</p>
<p>The function requires the following, fixed parameters:</p>
<table class="doxtable">
<tr>
<th>Parameter </th><th>Description </th><th>Typical value </th></tr>
<tr>
<td>Lcrop </td><td>size of the low-energy cropping region </td><td>0.11 (fixed mode) </td></tr>
<tr>
<td>Lsize </td><td>size of the low-energy background region </td><td>0.2 </td></tr>
<tr>
<td>Hcrop </td><td>size of the high-energy cropping region </td><td>0.11 </td></tr>
<tr>
<td>Hsize </td><td>size of the high-energy background region </td><td>0.2 </td></tr>
<tr>
<td>Cpos </td><td>position of the peak center </td><td>0.5 </td></tr>
<tr>
<td>Csize </td><td>size of the center region </td><td>0.3 </td></tr>
<table class="markdownTable">
<tr class="markdownTableHead">
<th class="markdownTableHeadNone">Parameter </th><th class="markdownTableHeadNone">Description </th><th class="markdownTableHeadNone">Typical value </th></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">Lcrop </td><td class="markdownTableBodyNone">size of the low-energy cropping region </td><td class="markdownTableBodyNone">0.11 (fixed mode) </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">Lsize </td><td class="markdownTableBodyNone">size of the low-energy background region </td><td class="markdownTableBodyNone">0.2 </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">Hcrop </td><td class="markdownTableBodyNone">size of the high-energy cropping region </td><td class="markdownTableBodyNone">0.11 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">Hsize </td><td class="markdownTableBodyNone">size of the high-energy background region </td><td class="markdownTableBodyNone">0.2 </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">Cpos </td><td class="markdownTableBodyNone">position of the peak center </td><td class="markdownTableBodyNone">0.5 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">Csize </td><td class="markdownTableBodyNone">size of the center region </td><td class="markdownTableBodyNone">0.3 </td></tr>
</table>
<p>All parameters are relative to the size of the image (length of the energy interval) and must be in the range from 0 to 1.</p>
<p>The cropping region is cut away from the image for the rest of the processing. This is necessary to remove the dark corners in fixed mode but can be neglected in swept mode (cropping size = 0).</p>
@ -157,33 +182,33 @@ Peak fitting</h2>
<p>The <a class="el" href="pearl-scienta-preprocess_8ipf.html#a83cdbd96c5b59011914d53118e5ef71c">gauss4_reduction</a> function converts a two-dimensional Scienta image I(angle, energy) into a one-dimensional angle distribution I(angle). For each angle slice, it performs a Gaussian curve fit with up to four components on a linear background.</p>
<p>To improve the stability of the fit, the peak positions and widths are kept fixed while the amplitudes of the peaks and the background parameters are variable but constrained to reasonable values (positive amplitude). Furthermore, the function can optionally do a box averaging over three slices.</p>
<p>The function requires the following, fixed parameters:</p>
<table class="doxtable">
<tr>
<th>Parameter </th><th>Description </th></tr>
<tr>
<td>rngl </td><td>lower limit of the fit interval </td></tr>
<tr>
<td>rngh </td><td>upper limit of the fit interval </td></tr>
<tr>
<td>npeaks </td><td>number of components </td></tr>
<tr>
<td>pos1 </td><td>center energy of peak 1 </td></tr>
<tr>
<td>wid1 </td><td>width of peak 1 </td></tr>
<tr>
<td>pos2 </td><td>center energy of peak 2 </td></tr>
<tr>
<td>wid2 </td><td>width of peak 2 </td></tr>
<tr>
<td>pos3 </td><td>center energy of peak 3 </td></tr>
<tr>
<td>wid3 </td><td>width of peak 3 </td></tr>
<tr>
<td>pos4 </td><td>center energy of peak 3 </td></tr>
<tr>
<td>wid4 </td><td>width of peak 3 </td></tr>
<tr>
<td>ybox </td><td>box size of slice averaging (1 or 3) </td></tr>
<table class="markdownTable">
<tr class="markdownTableHead">
<th class="markdownTableHeadNone">Parameter </th><th class="markdownTableHeadNone">Description </th></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">rngl </td><td class="markdownTableBodyNone">lower limit of the fit interval </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">rngh </td><td class="markdownTableBodyNone">upper limit of the fit interval </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">npeaks </td><td class="markdownTableBodyNone">number of components </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">pos1 </td><td class="markdownTableBodyNone">center energy of peak 1 </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">wid1 </td><td class="markdownTableBodyNone">width of peak 1 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">pos2 </td><td class="markdownTableBodyNone">center energy of peak 2 </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">wid2 </td><td class="markdownTableBodyNone">width of peak 2 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">pos3 </td><td class="markdownTableBodyNone">center energy of peak 3 </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">wid3 </td><td class="markdownTableBodyNone">width of peak 3 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">pos4 </td><td class="markdownTableBodyNone">center energy of peak 3 </td></tr>
<tr class="markdownTableRowOdd">
<td class="markdownTableBodyNone">wid4 </td><td class="markdownTableBodyNone">width of peak 3 </td></tr>
<tr class="markdownTableRowEven">
<td class="markdownTableBodyNone">ybox </td><td class="markdownTableBodyNone">box size of slice averaging (1 or 3) </td></tr>
</table>
<p>The peak parameters should be determined beforehand from fitting a reference spectrum, or the angle-scan integrated over all angles. Peak positions and widths have to be specified only up to the given number of peaks.</p>
<p>The data reduction procedure returns the peak integrals (amplitude times width times square root of 2) in waves named ReducedDataN where N is a numeric index from 1 to npeaks. The waves starting with an index of npeaks+1 contain the corresponding error estimate of the peak integral.</p>
@ -197,60 +222,83 @@ Normalization</h1>
<p>There is a GUI for the processing steps in <a class="el" href="pearl-anglescan-panel_8ipf.html">pearl-anglescan-panel.ipf</a> (<a class="el" href="pearl-anglescan-panel_8ipf.html#a452f09c3057638056ac2b5a15ac660b2">asp_show_panel</a> function or the PEARL/process menu).</p>
<h2><a class="anchor" id="sec_norm_prep"></a>
Preparations</h2>
<p>Start by creating a new copy of the data and inspecting it: </p><div class="fragment"><div class="line">duplicate ReducedData1, NormData1</div><div class="line"><a class="code" href="pearl-area-display_8ipf.html#a8fad5aebaca72887d5898b4c421bcdae">ad_display_profiles</a>(NormData1)</div></div><!-- fragment --><p>To update the display after changes to NormData1: </p><div class="fragment"><div class="line"><a class="code" href="pearl-area-display_8ipf.html#afa2546f9cb03dfa8bf0cc9966f0b7a45">ad_update_profiles</a>(NormData1)</div></div><!-- fragment --><h2><a class="anchor" id="sec_norm_crop"></a>
<p>Start by creating a new copy of the data and inspecting it: </p><div class="fragment"><div class="line">duplicate ReducedData1, NormData1</div>
<div class="line"><a class="code" href="pearl-area-display_8ipf.html#a8fad5aebaca72887d5898b4c421bcdae">ad_display_profiles</a>(NormData1)</div>
</div><!-- fragment --><p>To update the display after changes to NormData1: </p><div class="fragment"><div class="line"><a class="code" href="pearl-area-display_8ipf.html#afa2546f9cb03dfa8bf0cc9966f0b7a45">ad_update_profiles</a>(NormData1)</div>
</div><!-- fragment --><h2><a class="anchor" id="sec_norm_crop"></a>
Detector angle range</h2>
<p>Crop the detector angle axis to a useful range (usually about -25 to +25 degrees): </p><div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#ab65d25af7476ed18f7bf7359614a912b">crop_strip</a>(NormData1, -25, 25)</div></div><!-- fragment --><h2><a class="anchor" id="sec_norm_angle"></a>
<p>Crop the detector angle axis to a useful range (usually about -25 to +25 degrees): </p><div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#ab65d25af7476ed18f7bf7359614a912b">crop_strip</a>(NormData1, -25, 25)</div>
</div><!-- fragment --><h2><a class="anchor" id="sec_norm_angle"></a>
Normalize detector angle</h2>
<p>Remove inhomogeneity of the detector in the detector angle axis. This component may also include a contribution from the sample. If your raw data shows a flat distribution, this step is not necessary.</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a48b7d774ed8d3f4329e9923e18e580e8">normalize_strip_x</a>(NormData1, smooth_method=4, smooth_factor=0.15, check=2)</div></div><!-- fragment --><p>Note that the argument <code>check=2</code> causes the function to generate two check waves but not to modify the original data. To inspect the check waves: </p><div class="fragment"><div class="line">display check_dist, check_smoo</div><div class="line">ModifyGraph rgb(check_dist)=(0,0,0)</div></div><!-- fragment --><p>Vary the <code>smooth_factor</code> (between 0.1 and 1.0) until it follows the instrumental curve but does not affect diffraction features. Then set <code>check=1</code> to apply the normalization to <code>NormData1</code>.</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a48b7d774ed8d3f4329e9923e18e580e8">normalize_strip_x</a>(NormData1, smooth_method=4, smooth_factor=0.15, check=2)</div>
</div><!-- fragment --><p>Note that the argument <code>check=2</code> causes the function to generate two check waves but not to modify the original data. To inspect the check waves: </p><div class="fragment"><div class="line">display check_dist, check_smoo</div>
<div class="line">ModifyGraph rgb(check_dist)=(0,0,0)</div>
</div><!-- fragment --><p>Vary the <code>smooth_factor</code> (between 0.1 and 1.0) until it follows the instrumental curve but does not affect diffraction features. Then set <code>check=1</code> to apply the normalization to <code>NormData1</code>.</p>
<h2><a class="anchor" id="sec_norm_wobble"></a>
Azimuthal variation (wobble)</h2>
<p>Reduce the effect of azimuthal wobble (misaligned surface) on intensity. A misaligned surface may cause a sinusoidal variation of the intensity as a function of azimuthal angle with a 360&deg; period. A strong azimuthal variation may affect the polar normalization in the next step. The azimuthal normalization can be based on a restricted range of polar angles (theta range). You have to find out which value works best for your sample.</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#aaa734fddecdd75c7cabe20ba777b41b9">normalize_strip_phi</a>(NormData1, :attr:ManipulatorTheta, :attr:ManipulatorPhi, theta_offset=-8.8, theta_range=10, check=2)</div></div><!-- fragment --><p>Note, however, that his function does not correct for angle shifts induced by the misalignment!</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#aaa734fddecdd75c7cabe20ba777b41b9">normalize_strip_phi</a>(NormData1, :attr:ManipulatorTheta, :attr:ManipulatorPhi, theta_offset=-8.8, theta_range=10, check=2)</div>
</div><!-- fragment --><p>Note, however, that his function does not correct for angle shifts induced by the misalignment!</p>
<h2><a class="anchor" id="sec_norm_theta"></a>
Polar dependence</h2>
<p>Remove the polar angle dependence (matrix element and excitation/detection geometry).</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a9b56897bd92d926d65f4c67bef1d41bb">normalize_strip_theta</a>(NormData1, :attr:ManipulatorTheta, theta_offset=-8.8, smooth_method=4, smooth_factor=0.5, check=2)</div></div><!-- fragment --><p>Use the check waves and the <code>check</code> argument as described above.</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a9b56897bd92d926d65f4c67bef1d41bb">normalize_strip_theta</a>(NormData1, :attr:ManipulatorTheta, theta_offset=-8.8, smooth_method=4, smooth_factor=0.5, check=2)</div>
</div><!-- fragment --><p>Use the check waves and the <code>check</code> argument as described above.</p>
<h1><a class="anchor" id="sec_plot"></a>
Binning and plotting</h1>
<h2><a class="anchor" id="sec_plot_basics"></a>
Basic steps</h2>
<p>You can bin and plot the data in one step:</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965">pizza_service</a>(NormData1, <span class="stringliteral">&quot;Nickname1&quot;</span>, -8.8, 0.5, 6)</div></div><!-- fragment --><p>or two steps:</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965">pizza_service</a>(NormData1, <span class="stringliteral">&quot;Nickname2&quot;</span>, -8.8, 0.5, 6, nograph=1)</div><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">display_hemi_scan</a>(&quot;Nickname2&quot;)</div></div><!-- fragment --><p>The benefit of the latter is that you have more control over the graph through optional arguments. In particular, you can select the projection or hide the ticks and grids. See <a class="el" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">display_hemi_scan</a> for details.</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965">pizza_service</a>(NormData1, <span class="stringliteral">&quot;Nickname1&quot;</span>, -8.8, 0.5, 6)</div>
</div><!-- fragment --><p>or two steps:</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965">pizza_service</a>(NormData1, <span class="stringliteral">&quot;Nickname2&quot;</span>, -8.8, 0.5, 6, nograph=1)</div>
<div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">display_hemi_scan</a>(&quot;Nickname2&quot;)</div>
</div><!-- fragment --><p>The benefit of the latter is that you have more control over the graph through optional arguments. In particular, you can select the projection or hide the ticks and grids. See <a class="el" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">display_hemi_scan</a> for details.</p>
<p>The <a class="el" href="pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965">pizza_service</a> function requires the waves with manipulator positions in a specific place, namely <code>:attr:ManipulatorTheta</code> (for the polar angle), and the normal emission values as function arguments. If you have moved the waves, or if you have subtracted the offsets yourself, use the alternative <a class="el" href="pearl-anglescan-process_8ipf.html#a229770447193d4fd12032b235aab4d28">pizza_service_2</a> function.</p>
<p>Additional parameters of the <a class="el" href="pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965">pizza_service</a> function allow for rotational averaging, larger angle steps (default 1 degree), or the creation of metadata including a notebook for xpdPlot.</p>
<p>Note there is currently a bug in the nick name argument of some of the following functions. If the lines shown below do not work, try to switch to the data folder that contains the generated polar plot data, and call the function with an empty nickname <code>""</code>.</p>
<h2><a class="anchor" id="sec_plot_refine"></a>
Refinements</h2>
<p>To remove high polar angles above &theta; = 80 from the plot (and data):</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a5dc0cc7db9d3d7a6b3fa3f1b04d84a5e">trim_hemi_scan</a>(<span class="stringliteral">&quot;Nickname1&quot;</span>, 80)</div></div><!-- fragment --><p>Modify the pseudocolor scale by changing the <code>polarY0</code> trace:</p>
<div class="fragment"><div class="line">ModifyGraph zColor(polarY0)={mod_values, *, *, BlueGreenOrange, 0}</div><div class="line">ModifyGraph zColor(polarY0)={mod_values, -0.2, 0.2, BlueGreenOrange, 0}</div></div><!-- fragment --><p>To set the contrast to clip specified percentiles of the data points, use the </p><ul>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a5dc0cc7db9d3d7a6b3fa3f1b04d84a5e">trim_hemi_scan</a>(<span class="stringliteral">&quot;Nickname1&quot;</span>, 80)</div>
</div><!-- fragment --><p>Modify the pseudocolor scale by changing the <code>polarY0</code> trace:</p>
<div class="fragment"><div class="line">ModifyGraph zColor(polarY0)={mod_values, *, *, BlueGreenOrange, 0}</div>
<div class="line">ModifyGraph zColor(polarY0)={mod_values, -0.2, 0.2, BlueGreenOrange, 0}</div>
</div><!-- fragment --><p>To set the contrast to clip specified percentiles of the data points, use the </p><ul>
<li>set_contrast function:</li>
</ul>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a666dab03bb2e97ffef81cea450184d42">set_contrast</a>(2, 2, graphname=<span class="stringliteral">&quot;graph_Nickname1&quot;</span>, colortable=<span class="stringliteral">&quot;BlueGreenOrange&quot;</span>)</div></div><!-- fragment --><h2><a class="anchor" id="sec_plot_interp"></a>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#af9874b5c1ce1d216741c7880a5fdcfcc">set_contrast</a>(2, 2, graphname=<span class="stringliteral">&quot;graph_Nickname1&quot;</span>, colortable=<span class="stringliteral">&quot;BlueGreenOrange&quot;</span>)</div>
</div><!-- fragment --><h2><a class="anchor" id="sec_plot_interp"></a>
Interpolation</h2>
<p>Polar plots can also be interpolated to a rectangular matrix, which may in some cases produce nicer images:</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#acca0130cccf2286863bbf5b7f91c5b3b">interpolate_hemi_scan</a>(<span class="stringliteral">&quot;Nickname1&quot;</span>)</div><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">display_hemi_scan</a>(&quot;Nickname1&quot;, graphtype=3, graphname=&quot;intp&quot;)</div><div class="line">matrix = sqrt(x^2 + y^2) &lt;= <a class="code" href="pearl-anglescan-process_8ipf.html#a75219b38ea58012abcffc848d536faa4">calc_graph_radius</a>(80) ? matrix : nan</div><div class="line">ModifyImage matrix ctab= {*,*,BlueGreenOrange,0}</div></div><!-- fragment --><p>The <code>matrix =</code> line optionally removes artefacts at high polar angles. Replace the cut-off angle with your own.</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#acca0130cccf2286863bbf5b7f91c5b3b">interpolate_hemi_scan</a>(<span class="stringliteral">&quot;Nickname1&quot;</span>)</div>
<div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">display_hemi_scan</a>(&quot;Nickname1&quot;, graphtype=3, graphname=&quot;intp&quot;)</div>
<div class="line">matrix = sqrt(x^2 + y^2) &lt;= <a class="code" href="pearl-anglescan-process_8ipf.html#a75219b38ea58012abcffc848d536faa4">calc_graph_radius</a>(80) ? matrix : nan</div>
<div class="line">ModifyImage matrix ctab= {*,*,BlueGreenOrange,0}</div>
</div><!-- fragment --><p>The <code>matrix =</code> line optionally removes artefacts at high polar angles. Replace the cut-off angle with your own.</p>
<h2><a class="anchor" id="sec_modulation"></a>
Modulation function</h2>
<p>To calculate the modulation function and substitute it in the graph:</p>
<div class="fragment"><div class="line">setdatafolder Nickname1</div><div class="line">calc_modulation(values, factor1=pol, factor2=az)</div><div class="line">ModifyGraph zColor(polarY0)={mod_values,-0.2,0.2,BlueGreenOrange,0}</div></div><!-- fragment --><h2><a class="anchor" id="sec_projection"></a>
<div class="fragment"><div class="line">setdatafolder Nickname1</div>
<div class="line">calc_modulation(values, factor1=pol, factor2=az)</div>
<div class="line">ModifyGraph zColor(polarY0)={mod_values,-0.2,0.2,BlueGreenOrange,0}</div>
</div><!-- fragment --><h2><a class="anchor" id="sec_projection"></a>
Projection</h2>
<p>The <a class="el" href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">display_hemi_scan</a> and <a class="el" href="pearl-anglescan-process_8ipf.html#acca0130cccf2286863bbf5b7f91c5b3b">interpolate_hemi_scan</a> functions take an optional argument <code>projection</code> which selects one of the following projections. By default, stereographic projection is selected.</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">momentum mapping in ARPES and LEED </td></tr>
<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">momentum mapping in ARPES and LEED </td></tr>
</table>
<p>For a description of the different projections, see <a href="https://en.wikipedia.org/wiki/Map_projection">Wikipedia</a>, for example. The projections in this package are defined for 0 &lt;= theta &lt; 90.</p>
<h1><a class="anchor" id="sec_export"></a>
@ -258,19 +306,42 @@ Data export</h1>
<h2><a class="anchor" id="sec_export_plot"></a>
Export picture</h2>
<p>The following line is an example of how to export a graph window. Click on the desired graph window, then issue the following command, substituting the file path and file name as appropriate.</p>
<div class="fragment"><div class="line">SavePICT/P=home/E=-5/B=144/O as <span class="stringliteral">&quot;some_filename.png&quot;</span></div></div><!-- fragment --><h2><a class="anchor" id="sec_export_data"></a>
<div class="fragment"><div class="line">SavePICT/P=home/E=-5/B=144/O as <span class="stringliteral">&quot;some_filename.png&quot;</span></div>
</div><!-- fragment --><h2><a class="anchor" id="sec_export_data"></a>
Export processed data</h2>
<p>The following line saves the dataset to an Igor text file. The file contains all data necessary to recreate a polar plot without further processing.</p>
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a48cbd596656bc6d849c53afb4c58b90d">save_hemi_scan</a>(<span class="stringliteral">&quot;Nickname1&quot;</span>, <span class="stringliteral">&quot;home&quot;</span>, <span class="stringliteral">&quot;some_filename&quot;</span>)</div></div><!-- fragment --><p>For structural optimization using the PMSCO software, it is necessary to generate an ETPI file. There is currently no special function for this. Instead, you have to create and set an energy wave,</p>
<div class="fragment"><div class="line">duplicate pol, en</div><div class="line">en = 123.4 <span class="comment">// kinetic energy of the photoelectron</span></div></div><!-- fragment --><p>and write the four waves <code>en, pol, az, values</code> to a general text file. Be careful about the ordering of the waves! You will also have to rename the file to the <code>.etpi</code> extension because Igor always saves with <code>.txt</code> extension. If you have a wave with statistical errors, add a fifth column and use the <code>.etpis</code> extension.</p>
<div class="fragment"><div class="line">Save /G /M=<span class="stringliteral">&quot;\n&quot;</span> /O /P=home en, pol, az, values, sig as <span class="stringliteral">&quot;Nickname1.etpis.txt&quot;</span></div></div><!-- fragment --> </div></div><!-- contents -->
<div class="fragment"><div class="line"><a class="code" href="pearl-anglescan-process_8ipf.html#a48cbd596656bc6d849c53afb4c58b90d">save_hemi_scan</a>(<span class="stringliteral">&quot;Nickname1&quot;</span>, <span class="stringliteral">&quot;home&quot;</span>, <span class="stringliteral">&quot;some_filename&quot;</span>)</div>
</div><!-- fragment --><p>For structural optimization using the PMSCO software, it is necessary to generate an ETPI file. There is currently no special function for this. Instead, you have to create and set an energy wave,</p>
<div class="fragment"><div class="line">duplicate pol, en</div>
<div class="line">en = 123.4 <span class="comment">// kinetic energy of the photoelectron</span></div>
</div><!-- fragment --><p>and write the four waves <code>en, pol, az, values</code> to a general text file. Be careful about the ordering of the waves! You will also have to rename the file to the <code>.etpi</code> extension because Igor always saves with <code>.txt</code> extension. If you have a wave with statistical errors, add a fifth column and use the <code>.etpis</code> extension.</p>
<div class="fragment"><div class="line">Save /G /M=<span class="stringliteral">&quot;\n&quot;</span> /O /P=home en, pol, az, values, sig as <span class="stringliteral">&quot;Nickname1.etpis.txt&quot;</span></div>
</div><!-- fragment --> </div></div><!-- contents -->
</div><!-- PageDoc -->
</div><!-- doc-content -->
<div class="ttc" id="apearl-anglescan-process_8ipf_html_ab65d25af7476ed18f7bf7359614a912b"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#ab65d25af7476ed18f7bf7359614a912b">crop_strip</a></div><div class="ttdeci">variable crop_strip(wave strip, variable xlo, variable xhi)</div><div class="ttdoc">crop a strip at the sides.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l00747">pearl-anglescan-process.ipf:747</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_a5dc0cc7db9d3d7a6b3fa3f1b04d84a5e"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#a5dc0cc7db9d3d7a6b3fa3f1b04d84a5e">trim_hemi_scan</a></div><div class="ttdeci">variable trim_hemi_scan(string nickname, variable theta_max)</div><div class="ttdoc">trim a hemispherical scan at grazing angle</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l03229">pearl-anglescan-process.ipf:3229</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_a9b56897bd92d926d65f4c67bef1d41bb"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#a9b56897bd92d926d65f4c67bef1d41bb">normalize_strip_theta</a></div><div class="ttdeci">variable normalize_strip_theta(wave strip, wave theta, variable theta_offset=defaultValue, variable smooth_method=defaultValue, variable smooth_factor=defaultValue, variable check=defaultValue)</div><div class="ttdoc">divide the strip by the average polar distribution.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l00433">pearl-anglescan-process.ipf:433</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_a48b7d774ed8d3f4329e9923e18e580e8"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#a48b7d774ed8d3f4329e9923e18e580e8">normalize_strip_x</a></div><div class="ttdeci">variable normalize_strip_x(wave strip, variable smooth_method=defaultValue, variable smooth_factor=defaultValue, variable check=defaultValue)</div><div class="ttdoc">divide the strip by the average X distribution.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l00252">pearl-anglescan-process.ipf:252</a></div></div>
<div class="ttc" id="apearl-pshell-import_8ipf_html_af662500c4f992ef7b956f37ed463513d"><div class="ttname"><a href="pearl-pshell-import_8ipf.html#af662500c4f992ef7b956f37ed463513d">psh5_load_dataset_reduced</a></div><div class="ttdeci">string psh5_load_dataset_reduced(dfref file_df, string datasetpath, funcref reduction_func, string reduction_params, variable create_folders=defaultValue, variable progress=defaultValue, variable nthreads=defaultValue)</div><div class="ttdoc">load a dataset with reduced dimensionality</div><div class="ttdef"><b>Definition:</b> <a href="pearl-pshell-import_8ipf_source.html#l01472">pearl-pshell-import.ipf:1472</a></div></div>
<div class="ttc" id="apearl-pshell-import_8ipf_html_a23a2e4cb2dc5364bfdbab4367ed6f234"><div class="ttname"><a href="pearl-pshell-import_8ipf.html#a23a2e4cb2dc5364bfdbab4367ed6f234">psh5_load_scan_meta</a></div><div class="ttdeci">string psh5_load_scan_meta(dfref file_df, string scanpath)</div><div class="ttdoc">load metadata of a PShell scan group.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-pshell-import_8ipf_source.html#l01954">pearl-pshell-import.ipf:1954</a></div></div>
<div class="ttc" id="apearl-area-display_8ipf_html_afa2546f9cb03dfa8bf0cc9966f0b7a45"><div class="ttname"><a href="pearl-area-display_8ipf.html#afa2546f9cb03dfa8bf0cc9966f0b7a45">ad_update_profiles</a></div><div class="ttdeci">variable ad_update_profiles(wave image)</div><div class="ttdoc">update a profiles graph with new data.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-area-display_8ipf_source.html#l00377">pearl-area-display.ipf:377</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_a75219b38ea58012abcffc848d536faa4"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#a75219b38ea58012abcffc848d536faa4">calc_graph_radius</a></div><div class="ttdeci">threadsafe variable calc_graph_radius(variable polar, variable projection=defaultValue)</div><div class="ttdoc">calculate the projected polar angle</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l02369">pearl-anglescan-process.ipf:2369</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_afed227ae79873fd32c96afbf606d1965"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#afed227ae79873fd32c96afbf606d1965">pizza_service</a></div><div class="ttdeci">variable pizza_service(wave data, string nickname, variable theta_offset, variable tilt_offset, variable phi_offset, variable npolar=defaultValue, variable nograph=defaultValue, variable folding=defaultValue, variable xpdplot=defaultValue)</div><div class="ttdoc">create a pizza plot from a measured (energy-integrated) data strip</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l00843">pearl-anglescan-process.ipf:843</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_acca0130cccf2286863bbf5b7f91c5b3b"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#acca0130cccf2286863bbf5b7f91c5b3b">interpolate_hemi_scan</a></div><div class="ttdeci">variable interpolate_hemi_scan(string nickname, variable projection=defaultValue)</div><div class="ttdoc">interpolate a hemispherical scan onto a rectangular grid</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l02920">pearl-anglescan-process.ipf:2920</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_af9874b5c1ce1d216741c7880a5fdcfcc"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#af9874b5c1ce1d216741c7880a5fdcfcc">set_contrast</a></div><div class="ttdeci">variable set_contrast(variable pcmin, variable pcmax, string graphname=defaultValue, string colortable=defaultValue, variable reversecolors=defaultValue, variable symmetric=defaultValue)</div><div class="ttdoc">set the pseudocolor contrast by percentile.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l03463">pearl-anglescan-process.ipf:3463</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_a48cbd596656bc6d849c53afb4c58b90d"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#a48cbd596656bc6d849c53afb4c58b90d">save_hemi_scan</a></div><div class="ttdeci">variable save_hemi_scan(string nickname, string pathname, string filename)</div><div class="ttdoc">save a hemispherical scan to an Igor text file</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l03097">pearl-anglescan-process.ipf:3097</a></div></div>
<div class="ttc" id="apearl-pshell-import_8ipf_html_a47513a1db5693f88d64739a5b28926b2"><div class="ttname"><a href="pearl-pshell-import_8ipf.html#a47513a1db5693f88d64739a5b28926b2">psh5_close_file</a></div><div class="ttdeci">variable psh5_close_file(dfref file_df)</div><div class="ttdoc">close a HDF5 file opened by psh5_open_file.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-pshell-import_8ipf_source.html#l00509">pearl-pshell-import.ipf:509</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_aaa734fddecdd75c7cabe20ba777b41b9"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#aaa734fddecdd75c7cabe20ba777b41b9">normalize_strip_phi</a></div><div class="ttdeci">variable normalize_strip_phi(wave strip, wave theta, wave phi, variable theta_offset=defaultValue, variable theta_range=defaultValue, variable check=defaultValue)</div><div class="ttdoc">divide the strip by a sine function in phi (wobble correction).</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l00348">pearl-anglescan-process.ipf:348</a></div></div>
<div class="ttc" id="apearl-area-display_8ipf_html_a8fad5aebaca72887d5898b4c421bcdae"><div class="ttname"><a href="pearl-area-display_8ipf.html#a8fad5aebaca72887d5898b4c421bcdae">ad_display_profiles</a></div><div class="ttdeci">string ad_display_profiles(wave image, string filter=defaultValue)</div><div class="ttdoc">open a new profiles graph window.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-area-display_8ipf_source.html#l00168">pearl-area-display.ipf:168</a></div></div>
<div class="ttc" id="apearl-pshell-import_8ipf_html_ab684c44d5f0668631e42d9c9c9dfea9e"><div class="ttname"><a href="pearl-pshell-import_8ipf.html#ab684c44d5f0668631e42d9c9c9dfea9e">psh5_open_file</a></div><div class="ttdeci">dfr psh5_open_file(string path_name, string file_name, dfref dest_df=defaultValue)</div><div class="ttdoc">open a HDF5 file created by the PShell data acquisition program and prepare the data folder.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-pshell-import_8ipf_source.html#l00450">pearl-pshell-import.ipf:450</a></div></div>
<div class="ttc" id="apearl-anglescan-process_8ipf_html_ae57302acfc822c4817f2b7eef55efea2"><div class="ttname"><a href="pearl-anglescan-process_8ipf.html#ae57302acfc822c4817f2b7eef55efea2">display_hemi_scan</a></div><div class="ttdeci">string display_hemi_scan(string nickname, variable projection=defaultValue, variable graphtype=defaultValue, variable do_ticks=defaultValue, variable do_grids=defaultValue, string graphname=defaultValue)</div><div class="ttdoc">display a plot of a hemispherical angle scan.</div><div class="ttdef"><b>Definition:</b> <a href="pearl-anglescan-process_8ipf_source.html#l01858">pearl-anglescan-process.ipf:1858</a></div></div>
<!-- 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>

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: Related Pages</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('pages.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('pages.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -87,7 +89,7 @@ $(document).ready(function(){initNavTree('pages.html','');});
<div class="contents">
<div class="textblock">Here is a list of all related documentation pages:</div><div class="directory">
<table class="directory">
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="_page_projections.html" target="_self">Projections</a></td><td class="desc">Functions of the anglescan package support the following map projections </td></tr>
<tr id="row_0_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="_page_projections.html" target="_self">Projections</a></td><td class="desc"></td></tr>
<tr id="row_1_"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="pag_anglescan_processing.html" target="_self">Angle-scan processing</a></td><td class="desc"></td></tr>
<tr id="row_2_" class="even"><td class="entry"><span style="width:16px;display:inline-block;">&#160;</span><a class="el" href="todo.html" target="_self">Todo List</a></td><td class="desc"></td></tr>
</table>
@ -97,9 +99,9 @@ $(document).ready(function(){initNavTree('pages.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>

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: pearl-anglescan-panel.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('pearl-anglescan-panel_8ipf.html','');});
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3&amp;dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('pearl-anglescan-panel_8ipf.html',''); initResizable(); });
/* @license-end */
</script>
<div id="doc-content">
<!-- window showing the filter options -->
@ -94,6 +96,8 @@ $(document).ready(function(){initNavTree('pearl-anglescan-panel_8ipf.html','');}
<a href="#details">More...</a></p>
<div class="textblock"><code>#include &quot;pearl-anglescan-process&quot;</code><br />
<code>#include &quot;pearl-pmsco-import&quot;</code><br />
<code>#include &quot;pearl-scienta-preprocess&quot;</code><br />
<code>#include &quot;pearl-area-display&quot;</code><br />
</div>
<p><a href="pearl-anglescan-panel_8ipf_source.html">Go to the source code of this file.</a></p>
<table class="memberdecls">
@ -106,66 +110,66 @@ Namespaces</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="func-members"></a>
Functions</h2></td></tr>
<tr class="memitem:a8e4eacc6efacf2c65615c1ea72d722ed"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">AfterCompiledHook</a> ()</td></tr>
<tr class="memdesc:a8e4eacc6efacf2c65615c1ea72d722ed"><td class="mdescLeft">&#160;</td><td class="mdescRight">initialize package data once when the procedure is first loaded <a href="#a8e4eacc6efacf2c65615c1ea72d722ed">More...</a><br /></td></tr>
<tr class="memdesc:a8e4eacc6efacf2c65615c1ea72d722ed"><td class="mdescLeft">&#160;</td><td class="mdescRight">initialize package data once when the procedure is first loaded <a href="pearl-anglescan-panel_8ipf.html#a8e4eacc6efacf2c65615c1ea72d722ed">More...</a><br /></td></tr>
<tr class="separator:a8e4eacc6efacf2c65615c1ea72d722ed"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a45e930b8eadd7cf6a5f664befd87d725"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a45e930b8eadd7cf6a5f664befd87d725">init_package</a> ()</td></tr>
<tr class="separator:a45e930b8eadd7cf6a5f664befd87d725"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ac729557a307bddd2f2ad298199976c01"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#ac729557a307bddd2f2ad298199976c01">save_prefs</a> ()</td></tr>
<tr class="memdesc:ac729557a307bddd2f2ad298199976c01"><td class="mdescLeft">&#160;</td><td class="mdescRight">save persistent package data to the preferences file. <a href="#ac729557a307bddd2f2ad298199976c01">More...</a><br /></td></tr>
<tr class="memdesc:ac729557a307bddd2f2ad298199976c01"><td class="mdescLeft">&#160;</td><td class="mdescRight">save persistent package data to the preferences file. <a href="pearl-anglescan-panel_8ipf.html#ac729557a307bddd2f2ad298199976c01">More...</a><br /></td></tr>
<tr class="separator:ac729557a307bddd2f2ad298199976c01"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a92c27964d49ab8bcd7afc858ebe214a3"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a92c27964d49ab8bcd7afc858ebe214a3">load_prefs</a> ()</td></tr>
<tr class="memdesc:a92c27964d49ab8bcd7afc858ebe214a3"><td class="mdescLeft">&#160;</td><td class="mdescRight">load persistent package data from the preferences file. <a href="#a92c27964d49ab8bcd7afc858ebe214a3">More...</a><br /></td></tr>
<tr class="memdesc:a92c27964d49ab8bcd7afc858ebe214a3"><td class="mdescLeft">&#160;</td><td class="mdescRight">load persistent package data from the preferences file. <a href="pearl-anglescan-panel_8ipf.html#a92c27964d49ab8bcd7afc858ebe214a3">More...</a><br /></td></tr>
<tr class="separator:a92c27964d49ab8bcd7afc858ebe214a3"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a21aab19fbcde395df6e1ea8654b3af9a"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a21aab19fbcde395df6e1ea8654b3af9a">asp_import_raw</a> (wave raw_data)</td></tr>
<tr class="memdesc:a21aab19fbcde395df6e1ea8654b3af9a"><td class="mdescLeft">&#160;</td><td class="mdescRight">import raw data <a href="#a21aab19fbcde395df6e1ea8654b3af9a">More...</a><br /></td></tr>
<tr class="memdesc:a21aab19fbcde395df6e1ea8654b3af9a"><td class="mdescLeft">&#160;</td><td class="mdescRight">import raw data <a href="pearl-anglescan-panel_8ipf.html#a21aab19fbcde395df6e1ea8654b3af9a">More...</a><br /></td></tr>
<tr class="separator:a21aab19fbcde395df6e1ea8654b3af9a"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a66b3eef1fd0be13dfef0a66781f55062"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a66b3eef1fd0be13dfef0a66781f55062">asp_display_previews</a> ()</td></tr>
<tr class="memdesc:a66b3eef1fd0be13dfef0a66781f55062"><td class="mdescLeft">&#160;</td><td class="mdescRight">display a graph window of the processed data. <a href="#a66b3eef1fd0be13dfef0a66781f55062">More...</a><br /></td></tr>
<tr class="memdesc:a66b3eef1fd0be13dfef0a66781f55062"><td class="mdescLeft">&#160;</td><td class="mdescRight">display a graph window of the processed data. <a href="pearl-anglescan-panel_8ipf.html#a66b3eef1fd0be13dfef0a66781f55062">More...</a><br /></td></tr>
<tr class="separator:a66b3eef1fd0be13dfef0a66781f55062"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a59886414c7dc2486c5a17f078896c705"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a59886414c7dc2486c5a17f078896c705">asp_display_dist_check</a> (variable xdist, variable ydist)</td></tr>
<tr class="memdesc:a59886414c7dc2486c5a17f078896c705"><td class="mdescLeft">&#160;</td><td class="mdescRight">display a graph window of the distribution checks. <a href="#a59886414c7dc2486c5a17f078896c705">More...</a><br /></td></tr>
<tr class="memdesc:a59886414c7dc2486c5a17f078896c705"><td class="mdescLeft">&#160;</td><td class="mdescRight">display a graph window of the distribution checks. <a href="pearl-anglescan-panel_8ipf.html#a59886414c7dc2486c5a17f078896c705">More...</a><br /></td></tr>
<tr class="separator:a59886414c7dc2486c5a17f078896c705"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1836e607851ba4d5a4048f4cfb8121a7"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a1836e607851ba4d5a4048f4cfb8121a7">do_init_process</a> (variable check)</td></tr>
<tr class="memdesc:a1836e607851ba4d5a4048f4cfb8121a7"><td class="mdescLeft">&#160;</td><td class="mdescRight">initialize the process data with a copy of the raw data. <a href="#a1836e607851ba4d5a4048f4cfb8121a7">More...</a><br /></td></tr>
<tr class="memdesc:a1836e607851ba4d5a4048f4cfb8121a7"><td class="mdescLeft">&#160;</td><td class="mdescRight">initialize the process data with a copy of the raw data. <a href="pearl-anglescan-panel_8ipf.html#a1836e607851ba4d5a4048f4cfb8121a7">More...</a><br /></td></tr>
<tr class="separator:a1836e607851ba4d5a4048f4cfb8121a7"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af39609fc80e58f2188b3aa564f53b750"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#af39609fc80e58f2188b3aa564f53b750">do_crop</a> (variable check, variable force=defaultValue)</td></tr>
<tr class="memdesc:af39609fc80e58f2188b3aa564f53b750"><td class="mdescLeft">&#160;</td><td class="mdescRight">crop the process data. <a href="#af39609fc80e58f2188b3aa564f53b750">More...</a><br /></td></tr>
<tr class="memdesc:af39609fc80e58f2188b3aa564f53b750"><td class="mdescLeft">&#160;</td><td class="mdescRight">crop the process data. <a href="pearl-anglescan-panel_8ipf.html#af39609fc80e58f2188b3aa564f53b750">More...</a><br /></td></tr>
<tr class="separator:af39609fc80e58f2188b3aa564f53b750"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a16424e5787967d9c120fb09c7849956e"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a16424e5787967d9c120fb09c7849956e">delete_rows</a> (string rows, wave data, wave theta, wave tilt, wave phi)</td></tr>
<tr class="memdesc:a16424e5787967d9c120fb09c7849956e"><td class="mdescLeft">&#160;</td><td class="mdescRight">delete individual rows from the data strip <a href="#a16424e5787967d9c120fb09c7849956e">More...</a><br /></td></tr>
<tr class="memdesc:a16424e5787967d9c120fb09c7849956e"><td class="mdescLeft">&#160;</td><td class="mdescRight">delete individual rows from the data strip <a href="pearl-anglescan-panel_8ipf.html#a16424e5787967d9c120fb09c7849956e">More...</a><br /></td></tr>
<tr class="separator:a16424e5787967d9c120fb09c7849956e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8f7266ac2840155dede704fda66fe6b0"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a8f7266ac2840155dede704fda66fe6b0">do_norm_alpha</a> (variable check, variable force=defaultValue)</td></tr>
<tr class="memdesc:a8f7266ac2840155dede704fda66fe6b0"><td class="mdescLeft">&#160;</td><td class="mdescRight">alpha-normalize the process data. <a href="#a8f7266ac2840155dede704fda66fe6b0">More...</a><br /></td></tr>
<tr class="memdesc:a8f7266ac2840155dede704fda66fe6b0"><td class="mdescLeft">&#160;</td><td class="mdescRight">alpha-normalize the process data. <a href="pearl-anglescan-panel_8ipf.html#a8f7266ac2840155dede704fda66fe6b0">More...</a><br /></td></tr>
<tr class="separator:a8f7266ac2840155dede704fda66fe6b0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a790519191391ac03c75eb7b57ea0749e"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a790519191391ac03c75eb7b57ea0749e">do_norm_phi</a> (variable check, variable force=defaultValue)</td></tr>
<tr class="memdesc:a790519191391ac03c75eb7b57ea0749e"><td class="mdescLeft">&#160;</td><td class="mdescRight">phi-normalize the process data. <a href="#a790519191391ac03c75eb7b57ea0749e">More...</a><br /></td></tr>
<tr class="memdesc:a790519191391ac03c75eb7b57ea0749e"><td class="mdescLeft">&#160;</td><td class="mdescRight">phi-normalize the process data. <a href="pearl-anglescan-panel_8ipf.html#a790519191391ac03c75eb7b57ea0749e">More...</a><br /></td></tr>
<tr class="separator:a790519191391ac03c75eb7b57ea0749e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7b288598e3faa37e414b1443982c1a3e"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a7b288598e3faa37e414b1443982c1a3e">do_norm_theta</a> (variable check, variable force=defaultValue)</td></tr>
<tr class="memdesc:a7b288598e3faa37e414b1443982c1a3e"><td class="mdescLeft">&#160;</td><td class="mdescRight">theta-normalize the process data. <a href="#a7b288598e3faa37e414b1443982c1a3e">More...</a><br /></td></tr>
<tr class="memdesc:a7b288598e3faa37e414b1443982c1a3e"><td class="mdescLeft">&#160;</td><td class="mdescRight">theta-normalize the process data. <a href="pearl-anglescan-panel_8ipf.html#a7b288598e3faa37e414b1443982c1a3e">More...</a><br /></td></tr>
<tr class="separator:a7b288598e3faa37e414b1443982c1a3e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af6509fc7584b0bcbdc8561df2bc12a58"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#af6509fc7584b0bcbdc8561df2bc12a58">do_norm_thetaphi</a> (variable check, variable force=defaultValue)</td></tr>
<tr class="memdesc:af6509fc7584b0bcbdc8561df2bc12a58"><td class="mdescLeft">&#160;</td><td class="mdescRight">theta,phi-normalize the process data. <a href="#af6509fc7584b0bcbdc8561df2bc12a58">More...</a><br /></td></tr>
<tr class="memdesc:af6509fc7584b0bcbdc8561df2bc12a58"><td class="mdescLeft">&#160;</td><td class="mdescRight">theta,phi-normalize the process data. <a href="pearl-anglescan-panel_8ipf.html#af6509fc7584b0bcbdc8561df2bc12a58">More...</a><br /></td></tr>
<tr class="separator:af6509fc7584b0bcbdc8561df2bc12a58"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af21424ce00e4bac1ac990d2bb83d46dc"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#af21424ce00e4bac1ac990d2bb83d46dc">asp_calculate_output</a> ()</td></tr>
<tr class="memdesc:af21424ce00e4bac1ac990d2bb83d46dc"><td class="mdescLeft">&#160;</td><td class="mdescRight">calculate the output using all enabled processing filters. <a href="#af21424ce00e4bac1ac990d2bb83d46dc">More...</a><br /></td></tr>
<tr class="memdesc:af21424ce00e4bac1ac990d2bb83d46dc"><td class="mdescLeft">&#160;</td><td class="mdescRight">calculate the output using all enabled processing filters. <a href="pearl-anglescan-panel_8ipf.html#af21424ce00e4bac1ac990d2bb83d46dc">More...</a><br /></td></tr>
<tr class="separator:af21424ce00e4bac1ac990d2bb83d46dc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8e540427fab71f879e84003c49c59f22"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a8e540427fab71f879e84003c49c59f22">asp_display_output</a> (dfref data_df=defaultValue, string data_name=defaultValue)</td></tr>
<tr class="memdesc:a8e540427fab71f879e84003c49c59f22"><td class="mdescLeft">&#160;</td><td class="mdescRight">display the output diffractogram <a href="#a8e540427fab71f879e84003c49c59f22">More...</a><br /></td></tr>
<tr class="memdesc:a8e540427fab71f879e84003c49c59f22"><td class="mdescLeft">&#160;</td><td class="mdescRight">display the output diffractogram <a href="pearl-anglescan-panel_8ipf.html#a8e540427fab71f879e84003c49c59f22">More...</a><br /></td></tr>
<tr class="separator:a8e540427fab71f879e84003c49c59f22"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a93dc5a029ae9831066e6ad133522ee88"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a93dc5a029ae9831066e6ad133522ee88">asp_update_graph</a> ()</td></tr>
<tr class="memdesc:a93dc5a029ae9831066e6ad133522ee88"><td class="mdescLeft">&#160;</td><td class="mdescRight">update graphs with new color table or contrast <a href="#a93dc5a029ae9831066e6ad133522ee88">More...</a><br /></td></tr>
<tr class="memdesc:a93dc5a029ae9831066e6ad133522ee88"><td class="mdescLeft">&#160;</td><td class="mdescRight">update graphs with new color table or contrast <a href="pearl-anglescan-panel_8ipf.html#a93dc5a029ae9831066e6ad133522ee88">More...</a><br /></td></tr>
<tr class="separator:a93dc5a029ae9831066e6ad133522ee88"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aac9d4d0388cbe8e6aa8f47b1c5276d83"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#aac9d4d0388cbe8e6aa8f47b1c5276d83">asp_close_graphs</a> ()</td></tr>
<tr class="memdesc:aac9d4d0388cbe8e6aa8f47b1c5276d83"><td class="mdescLeft">&#160;</td><td class="mdescRight">close all graphs created by the angle scan panel <a href="#aac9d4d0388cbe8e6aa8f47b1c5276d83">More...</a><br /></td></tr>
<tr class="memdesc:aac9d4d0388cbe8e6aa8f47b1c5276d83"><td class="mdescLeft">&#160;</td><td class="mdescRight">close all graphs created by the angle scan panel <a href="pearl-anglescan-panel_8ipf.html#aac9d4d0388cbe8e6aa8f47b1c5276d83">More...</a><br /></td></tr>
<tr class="separator:aac9d4d0388cbe8e6aa8f47b1c5276d83"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:adf7c5a4e7c66c3d6e13d01674b9cf47f"><td class="memItemLeft" align="right" valign="top">string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#adf7c5a4e7c66c3d6e13d01674b9cf47f">asp_duplicate_output</a> (string dest_name, variable do_graph=defaultValue)</td></tr>
<tr class="memdesc:adf7c5a4e7c66c3d6e13d01674b9cf47f"><td class="mdescLeft">&#160;</td><td class="mdescRight">copy the output data to a new folder <a href="#adf7c5a4e7c66c3d6e13d01674b9cf47f">More...</a><br /></td></tr>
<tr class="memdesc:adf7c5a4e7c66c3d6e13d01674b9cf47f"><td class="mdescLeft">&#160;</td><td class="mdescRight">copy the output data to a new folder <a href="pearl-anglescan-panel_8ipf.html#adf7c5a4e7c66c3d6e13d01674b9cf47f">More...</a><br /></td></tr>
<tr class="separator:adf7c5a4e7c66c3d6e13d01674b9cf47f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0e0f10d125f1cdacffa3bff9b0854aa9"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a0e0f10d125f1cdacffa3bff9b0854aa9">asp_save_output_itx</a> ()</td></tr>
<tr class="memdesc:a0e0f10d125f1cdacffa3bff9b0854aa9"><td class="mdescLeft">&#160;</td><td class="mdescRight">save the output diffractogram to an igor text file <a href="#a0e0f10d125f1cdacffa3bff9b0854aa9">More...</a><br /></td></tr>
<tr class="memdesc:a0e0f10d125f1cdacffa3bff9b0854aa9"><td class="mdescLeft">&#160;</td><td class="mdescRight">save the output diffractogram to an igor text file <a href="pearl-anglescan-panel_8ipf.html#a0e0f10d125f1cdacffa3bff9b0854aa9">More...</a><br /></td></tr>
<tr class="separator:a0e0f10d125f1cdacffa3bff9b0854aa9"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:abb4d53822bc34bda0e38332c7777ebac"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#abb4d53822bc34bda0e38332c7777ebac">asp_save_output_etpi</a> (variable ekin)</td></tr>
<tr class="memdesc:abb4d53822bc34bda0e38332c7777ebac"><td class="mdescLeft">&#160;</td><td class="mdescRight">save the output diffractogram to a PMSCO ETPI file <a href="#abb4d53822bc34bda0e38332c7777ebac">More...</a><br /></td></tr>
<tr class="memdesc:abb4d53822bc34bda0e38332c7777ebac"><td class="mdescLeft">&#160;</td><td class="mdescRight">save the output diffractogram to a PMSCO ETPI file <a href="pearl-anglescan-panel_8ipf.html#abb4d53822bc34bda0e38332c7777ebac">More...</a><br /></td></tr>
<tr class="separator:abb4d53822bc34bda0e38332c7777ebac"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af5435ccaabba78f855b244929dc09ed0"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#af5435ccaabba78f855b244929dc09ed0">check_norm_alpha</a> ()</td></tr>
<tr class="separator:af5435ccaabba78f855b244929dc09ed0"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -186,12 +190,12 @@ Functions</h2></td></tr>
<tr class="memitem:a3e798e20a99a03a789dd7914612e4fd2"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a3e798e20a99a03a789dd7914612e4fd2">preview_norm_thetaphi</a> ()</td></tr>
<tr class="separator:a3e798e20a99a03a789dd7914612e4fd2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a452f09c3057638056ac2b5a15ac660b2"><td class="memItemLeft" align="right" valign="top">variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a452f09c3057638056ac2b5a15ac660b2">asp_show_panel</a> ()</td></tr>
<tr class="memdesc:a452f09c3057638056ac2b5a15ac660b2"><td class="mdescLeft">&#160;</td><td class="mdescRight">create the angle scan processing panel <a href="#a452f09c3057638056ac2b5a15ac660b2">More...</a><br /></td></tr>
<tr class="memdesc:a452f09c3057638056ac2b5a15ac660b2"><td class="mdescLeft">&#160;</td><td class="mdescRight">create the angle scan processing panel <a href="pearl-anglescan-panel_8ipf.html#a452f09c3057638056ac2b5a15ac660b2">More...</a><br /></td></tr>
<tr class="separator:a452f09c3057638056ac2b5a15ac660b2"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a65dbeab54647d7c27a139035d69c812f"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a65dbeab54647d7c27a139035d69c812f">arrange_controls</a> ()</td></tr>
<tr class="separator:a65dbeab54647d7c27a139035d69c812f"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a7ddecbeeaee3f9da87ac1ecdc26f530b"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a7ddecbeeaee3f9da87ac1ecdc26f530b">update_menus</a> ()</td></tr>
<tr class="memdesc:a7ddecbeeaee3f9da87ac1ecdc26f530b"><td class="mdescLeft">&#160;</td><td class="mdescRight">update the popup menus to reflect the values of the global variables <a href="#a7ddecbeeaee3f9da87ac1ecdc26f530b">More...</a><br /></td></tr>
<tr class="memdesc:a7ddecbeeaee3f9da87ac1ecdc26f530b"><td class="mdescLeft">&#160;</td><td class="mdescRight">update the popup menus to reflect the values of the global variables <a href="pearl-anglescan-panel_8ipf.html#a7ddecbeeaee3f9da87ac1ecdc26f530b">More...</a><br /></td></tr>
<tr class="separator:a7ddecbeeaee3f9da87ac1ecdc26f530b"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1868754e64cb1448e564c0936e78574d"><td class="memItemLeft" align="right" valign="top">static variable&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a1868754e64cb1448e564c0936e78574d">bp_load_prefs</a> (WMButtonAction *ba)</td></tr>
<tr class="separator:a1868754e64cb1448e564c0936e78574d"><td class="memSeparator" colspan="2">&#160;</td></tr>
@ -249,17 +253,17 @@ Functions</h2></td></tr>
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="var-members"></a>
Variables</h2></td></tr>
<tr class="memitem:aca457d1f4414d20a911254b1de13ebbb"><td class="memItemLeft" align="right" valign="top">static const string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#aca457d1f4414d20a911254b1de13ebbb">package_name</a> = &quot;pearl_anglescan_panel&quot;</td></tr>
<tr class="memdesc:aca457d1f4414d20a911254b1de13ebbb"><td class="mdescLeft">&#160;</td><td class="mdescRight">package name is used as data folder name <a href="#aca457d1f4414d20a911254b1de13ebbb">More...</a><br /></td></tr>
<tr class="memdesc:aca457d1f4414d20a911254b1de13ebbb"><td class="mdescLeft">&#160;</td><td class="mdescRight">package name is used as data folder name <a href="pearl-anglescan-panel_8ipf.html#aca457d1f4414d20a911254b1de13ebbb">More...</a><br /></td></tr>
<tr class="separator:aca457d1f4414d20a911254b1de13ebbb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a75bb92ef5f80843e66a7243bd958ef8b"><td class="memItemLeft" align="right" valign="top">static const string&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="pearl-anglescan-panel_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">package_path</a> = &quot;root:packages:pearl_anglescan_panel:&quot;</td></tr>
<tr class="memdesc:a75bb92ef5f80843e66a7243bd958ef8b"><td class="mdescLeft">&#160;</td><td class="mdescRight">data folder path <a href="#a75bb92ef5f80843e66a7243bd958ef8b">More...</a><br /></td></tr>
<tr class="memdesc:a75bb92ef5f80843e66a7243bd958ef8b"><td class="mdescLeft">&#160;</td><td class="mdescRight">data folder path <a href="pearl-anglescan-panel_8ipf.html#a75bb92ef5f80843e66a7243bd958ef8b">More...</a><br /></td></tr>
<tr class="separator:a75bb92ef5f80843e66a7243bd958ef8b"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>interactive processing of angle scanned XPD data. </p>
<p>steps to process a hemispherical scan into a diffractogram:</p><ol type="1">
<li>load the scan file in data reduction mode.</li>
<li>open the angle scan panel by calling <a class="el" href="pearl-anglescan-panel_8ipf.html#a452f09c3057638056ac2b5a15ac660b2" title="create the angle scan processing panel ">asp_show_panel()</a>.</li>
<li>open the angle scan panel by calling <a class="el" href="pearl-anglescan-panel_8ipf.html#a452f09c3057638056ac2b5a15ac660b2" title="create the angle scan processing panel">asp_show_panel()</a>.</li>
<li>select the dataset.</li>
<li>set the processing parameters.</li>
<li>start the processing and display the result.</li>
@ -267,9 +271,9 @@ Variables</h2></td></tr>
<li>export the result in the desired form.</li>
</ol>
<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></dl>
<dl class="section copyright"><dt>Copyright</dt><dd>2018-20 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>2018-20 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="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
@ -299,7 +303,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>initialize package data once when the procedure is first loaded </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00050">50</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00053">53</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -326,7 +330,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="pearl-anglescan-panel_8ipf_source.html#l01052">1052</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01055">1055</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -348,7 +352,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>calculate the output using all enabled processing filters. </p>
<p>the diffractogram is calculated, to display the graph, call <a class="el" href="pearl-anglescan-panel_8ipf.html#a8e540427fab71f879e84003c49c59f22">asp_display_output</a>. </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00620">620</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00623">623</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -369,7 +373,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>close all graphs created by the angle scan panel </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00728">728</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00731">731</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -409,7 +413,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00273">273</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00276">276</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -449,7 +453,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00666">666</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00669">669</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -471,7 +475,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>display a graph window of the processed data. </p>
<p>if the window exists, it is updated and brought to the front of the window stack. </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00249">249</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00252">252</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -511,7 +515,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dl>
<dl class="section return"><dt>Returns</dt><dd>name of the graph window </dd></dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00768">768</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00771">771</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -540,7 +544,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00204">204</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00207">207</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -568,7 +572,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00816">816</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00819">819</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -589,7 +593,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>save the output diffractogram to an igor text file </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00801">801</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00804">804</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -610,7 +614,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>create the angle scan processing panel </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00900">900</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00903">903</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -632,7 +636,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>update graphs with new color table or contrast </p>
<p>applies to the preview graph and the diffractogram. </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00710">710</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00713">713</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -660,7 +664,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="pearl-anglescan-panel_8ipf_source.html#l01370">1370</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01373">1373</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -688,7 +692,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="pearl-anglescan-panel_8ipf_source.html#l01526">1526</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01529">1529</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -716,7 +720,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="pearl-anglescan-panel_8ipf_source.html#l01512">1512</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01515">1515</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -744,7 +748,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="pearl-anglescan-panel_8ipf_source.html#l01239">1239</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01242">1242</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -772,7 +776,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="pearl-anglescan-panel_8ipf_source.html#l01314">1314</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01317">1317</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -800,7 +804,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="pearl-anglescan-panel_8ipf_source.html#l01384">1384</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01387">1387</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -828,7 +832,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="pearl-anglescan-panel_8ipf_source.html#l01342">1342</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01345">1345</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -856,7 +860,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="pearl-anglescan-panel_8ipf_source.html#l01398">1398</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01401">1401</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -884,7 +888,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="pearl-anglescan-panel_8ipf_source.html#l01328">1328</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01331">1331</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -912,7 +916,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="pearl-anglescan-panel_8ipf_source.html#l01412">1412</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01415">1415</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -940,7 +944,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="pearl-anglescan-panel_8ipf_source.html#l01356">1356</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01359">1359</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -968,7 +972,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="pearl-anglescan-panel_8ipf_source.html#l01426">1426</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01429">1429</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -996,7 +1000,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="pearl-anglescan-panel_8ipf_source.html#l01440">1440</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01443">1443</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1024,7 +1028,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="pearl-anglescan-panel_8ipf_source.html#l01455">1455</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01458">1458</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1052,7 +1056,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="pearl-anglescan-panel_8ipf_source.html#l01476">1476</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01479">1479</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1080,7 +1084,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="pearl-anglescan-panel_8ipf_source.html#l01498">1498</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01501">1501</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1108,7 +1112,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="pearl-anglescan-panel_8ipf_source.html#l01253">1253</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01256">1256</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1136,7 +1140,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="pearl-anglescan-panel_8ipf_source.html#l01267">1267</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01270">1270</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1164,7 +1168,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="pearl-anglescan-panel_8ipf_source.html#l01293">1293</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01296">1296</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1191,7 +1195,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="pearl-anglescan-panel_8ipf_source.html#l00836">836</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00839">839</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1218,7 +1222,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="pearl-anglescan-panel_8ipf_source.html#l00843">843</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00846">846</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1245,7 +1249,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="pearl-anglescan-panel_8ipf_source.html#l00850">850</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00853">853</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1272,7 +1276,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="pearl-anglescan-panel_8ipf_source.html#l00857">857</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00860">860</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1340,7 +1344,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00406">406</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00409">409</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1396,7 +1400,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00358">358</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00361">361</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1438,7 +1442,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00318">318</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00321">321</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1494,7 +1498,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00453">453</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00456">456</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1550,7 +1554,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00494">494</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00497">497</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1606,7 +1610,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00537">537</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00540">540</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1662,7 +1666,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
</dd>
</dl>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00584">584</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00587">587</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1689,7 +1693,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="pearl-anglescan-panel_8ipf_source.html#l00075">75</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00078">78</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1720,7 +1724,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>the preferences file is an Igor packed experiment file in a special preferences folder.</p>
<p>this function is called automatically when the procedure is first compiled, or whenever the user clicks the corresponding button. </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00168">168</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00171">171</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1748,7 +1752,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="pearl-anglescan-panel_8ipf_source.html#l01641">1641</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01644">1644</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1776,7 +1780,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="pearl-anglescan-panel_8ipf_source.html#l01609">1609</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01612">1612</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1804,7 +1808,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="pearl-anglescan-panel_8ipf_source.html#l01625">1625</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01628">1628</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1832,7 +1836,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="pearl-anglescan-panel_8ipf_source.html#l01545">1545</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01548">1548</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1860,7 +1864,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="pearl-anglescan-panel_8ipf_source.html#l01561">1561</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01564">1564</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1888,7 +1892,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="pearl-anglescan-panel_8ipf_source.html#l01577">1577</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01580">1580</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1916,7 +1920,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="pearl-anglescan-panel_8ipf_source.html#l01593">1593</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01596">1596</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1943,7 +1947,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="pearl-anglescan-panel_8ipf_source.html#l00864">864</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00867">867</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1970,7 +1974,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="pearl-anglescan-panel_8ipf_source.html#l00870">870</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00873">873</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -1997,7 +2001,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="pearl-anglescan-panel_8ipf_source.html#l00877">877</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00880">880</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -2024,7 +2028,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="pearl-anglescan-panel_8ipf_source.html#l00884">884</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00887">887</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -2051,7 +2055,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="pearl-anglescan-panel_8ipf_source.html#l00891">891</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00894">894</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -2081,7 +2085,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>save persistent package data to the preferences file. </p>
<p>this function is called when the user clicks the corresponding button. </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00142">142</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00145">145</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -2110,7 +2114,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>update the popup menus to reflect the values of the global variables </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01210">1210</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l01213">1213</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -2137,7 +2141,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>package name is used as data folder name </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00045">45</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00048">48</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -2163,7 +2167,7 @@ Licensed under the Apache License, Version 2.0 (the "License"); <br />
<p>data folder path </p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00047">47</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
<p class="definition">Definition at line <a class="el" href="pearl-anglescan-panel_8ipf_source.html#l00050">50</a> of file <a class="el" href="pearl-anglescan-panel_8ipf_source.html">pearl-anglescan-panel.ipf</a>.</p>
</div>
</div>
@ -2173,9 +2177,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="pearl-anglescan-panel_8ipf.html">pearl-anglescan-panel.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>

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,7 @@
var pearl_anglescan_process_8ipf =
[
[ "add_anglescan_worker", "pearl-anglescan-process_8ipf.html#a8c83a187e371783dea62c9f2bc97c52c", null ],
[ "add_aziscan_core", "pearl-anglescan-process_8ipf.html#a8eabc7feca73f9e0db2109a78ee382cb", null ],
[ "AngleToK", "pearl-anglescan-process_8ipf.html#acf6fddb73624fe2d21429e38c4994088", null ],
[ "calc_graph_azi", "pearl-anglescan-process_8ipf.html#a4fc744e24e3e9c5efb17f14ab622bcae", null ],
[ "calc_graph_polar", "pearl-anglescan-process_8ipf.html#ae2b036a06ffac8d2bb292a65401f8a9a", null ],
@ -8,7 +10,7 @@ var pearl_anglescan_process_8ipf =
[ "calc_phi_step", "pearl-anglescan-process_8ipf.html#a999a9cd7d00d3e1ec8e768228a664ad1", null ],
[ "Calc_The_step", "pearl-anglescan-process_8ipf.html#a1fb6aa7870dfbf0ed92660b7aae579e0", null ],
[ "CalcN_Theta", "pearl-anglescan-process_8ipf.html#ac0def1ded61f9cd758df0c99f4ff9470", null ],
[ "check_contrast", "pearl-anglescan-process_8ipf.html#a2e1ed05781f9eb4be5e77695ef049962", null ],
[ "check_contrast", "pearl-anglescan-process_8ipf.html#a67d53a1c362d7e5bbeccf1c9c12ae0c2", null ],
[ "clear_hemi_grid", "pearl-anglescan-process_8ipf.html#a3ec6935a5903d0974c93a2072d743013", null ],
[ "convert_angles_ttpa2polar", "pearl-anglescan-process_8ipf.html#a3cc7eddf5c6b0658260cfb32dd2c026d", null ],
[ "convert_angles_ttpd2polar", "pearl-anglescan-process_8ipf.html#a2b38c6c9b6e60593ba69d3773b6bc779", null ],
@ -45,9 +47,10 @@ var pearl_anglescan_process_8ipf =
[ "quick_pizza_image", "pearl-anglescan-process_8ipf.html#a0b9e2b025e1d55d2a064edccf6c1c3e3", null ],
[ "rotate_hemi_scan", "pearl-anglescan-process_8ipf.html#a5162488b366e217195d8f8bd7cdde0ce", null ],
[ "save_hemi_scan", "pearl-anglescan-process_8ipf.html#a48cbd596656bc6d849c53afb4c58b90d", null ],
[ "set_contrast", "pearl-anglescan-process_8ipf.html#a666dab03bb2e97ffef81cea450184d42", null ],
[ "set_contrast", "pearl-anglescan-process_8ipf.html#af9874b5c1ce1d216741c7880a5fdcfcc", null ],
[ "set_polar_graph_cursor", "pearl-anglescan-process_8ipf.html#a70b0e243bcbd549e2b1da74aab605629", null ],
[ "show_analyser_line", "pearl-anglescan-process_8ipf.html#a01bac9e7d4ba743c3c34177a05070466", null ],
[ "strip_append", "pearl-anglescan-process_8ipf.html#ab97a936bc0fa6137b6d0b43cb61d39a1", null ],
[ "strip_delete_frames", "pearl-anglescan-process_8ipf.html#a13e0d37ae23f68cdc5da3d84cb4beed8", null ],
[ "trim_hemi_scan", "pearl-anglescan-process_8ipf.html#a5dc0cc7db9d3d7a6b3fa3f1b04d84a5e", null ],
[ "update_polar_info", "pearl-anglescan-process_8ipf.html#a1baaa3ffd9495ed427b43cbfe6e1edf8", null ],

File diff suppressed because one or more lines are too long

Some files were not shown because too many files have changed in this diff Show More