2022-03-01 15:33:15 +01:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2025-12-22 17:29:05 +01:00
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
2019-02-28 18:57:56 +01:00
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" />
2025-12-22 17:29:05 +01:00
< meta http-equiv = "X-UA-Compatible" content = "IE=11" />
< meta name = "generator" content = "Doxygen 1.9.8" />
2019-02-28 18:57:56 +01:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" />
< title > PEARL Procedures: Projections</ 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 >
< 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 >
2025-12-22 17:29:05 +01:00
< tr id = "projectrow" >
< td id = "projectalign" >
< div id = "projectname" > PEARL Procedures< span id = "projectnumber" >   rev-distro-3.1.0-0-gea838b3-dirty</ span >
2019-02-28 18:57:56 +01:00
</ div >
< div id = "projectbrief" > Igor procedures for the analysis of PEARL data</ div >
</ td >
</ tr >
</ tbody >
</ table >
</ div >
<!-- end header part -->
2025-12-22 17:29:05 +01:00
<!-- Generated by Doxygen 1.9.8 -->
2019-02-28 18:57:56 +01:00
< script type = "text/javascript" >
2025-12-22 17:29:05 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
var searchBox = new SearchBox ( "searchBox" , "search/" , '.html' );
2022-03-01 15:33:15 +01:00
/* @license-end */
2019-02-28 18:57:56 +01:00
</ script >
< script type = "text/javascript" src = "menudata.js" ></ script >
< script type = "text/javascript" src = "menu.js" ></ script >
< script type = "text/javascript" >
2025-12-22 17:29:05 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
2019-02-28 18:57:56 +01:00
$ ( function () {
initMenu ( '' , true , false , 'search.php' , 'Search' );
$ ( document ). ready ( function () { init_search (); });
});
2025-12-22 17:29:05 +01:00
/* @license-end */
</ script >
2019-02-28 18:57:56 +01:00
< 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" >
2025-12-22 17:29:05 +01:00
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt MIT */
2022-03-01 15:33:15 +01:00
$ ( document ). ready ( function (){ initNavTree ( '_page_projections.html' , '' ); initResizable (); });
/* @license-end */
2019-02-28 18:57:56 +01:00
</ 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" >
2025-12-22 17:29:05 +01:00
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" ></ div >
< div class = "SRStatus" id = "Loading" > Loading...</ div >
< div class = "SRStatus" id = "Searching" > Searching...</ div >
< div class = "SRStatus" id = "NoMatches" > No Matches</ div >
</ div >
</ div >
</ div >
2019-02-28 18:57:56 +01:00
</ div >
2025-12-22 17:29:05 +01:00
< div >< div class = "header" >
< div class = "headertitle" >< div class = "title" > Projections</ div ></ div >
2019-02-28 18:57:56 +01:00
</ div > <!--header-->
< div class = "contents" >
2025-12-22 17:29:05 +01:00
< 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 >
2022-03-01 15:33:15 +01:00
< table class = "markdownTable" >
< tr class = "markdownTableHead" >
2025-12-22 17:29:05 +01:00
< th class = "markdownTableHeadCenter" > Selector </ th >< th class = "markdownTableHeadCenter" > Projection </ th >< th class = "markdownTableHeadCenter" > Function </ th >< th class = "markdownTableHeadLeft" > Properties </ th ></ tr >
2022-03-01 15:33:15 +01:00
< tr class = "markdownTableRowOdd" >
2025-12-22 17:29:05 +01:00
< 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 >
2022-03-01 15:33:15 +01:00
< tr class = "markdownTableRowEven" >
2025-12-22 17:29:05 +01:00
< 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 >
2022-03-01 15:33:15 +01:00
< tr class = "markdownTableRowOdd" >
2025-12-22 17:29:05 +01:00
< 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 >
2022-03-01 15:33:15 +01:00
< tr class = "markdownTableRowEven" >
2025-12-22 17:29:05 +01:00
< 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 >
2022-03-01 15:33:15 +01:00
< tr class = "markdownTableRowOdd" >
2025-12-22 17:29:05 +01:00
< 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 >
2019-02-28 18:57:56 +01:00
</ table >
< p > the projections in this package are defined for 0 < = theta < 90. </ p >
</ div ></ div > <!-- contents -->
2022-03-01 15:33:15 +01:00
</ div > <!-- PageDoc -->
2019-02-28 18:57:56 +01:00
</ div > <!-- doc-content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2025-12-22 17:29:05 +01:00
< li class = "footer" > Generated on Mon Dec 22 2025 17:26:40 for PEARL Procedures by < a href = "https://www.doxygen.org/index.html" >< img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" /></ a > 1.9.8 </ li >
2019-02-28 18:57:56 +01:00
</ ul >
</ div >
</ body >
</ html >