Some checks failed
build and deploy documentation / build-and-deploy (push) Failing after 0s
79 lines
4.0 KiB
JavaScript
79 lines
4.0 KiB
JavaScript
/*
|
|
@licstart The following is the entire license notice for the JavaScript code in this file.
|
|
|
|
The MIT License (MIT)
|
|
|
|
Copyright (C) 1997-2020 by Dimitri van Heesch
|
|
|
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
|
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
|
including without limitation the rights to use, copy, modify, merge, publish, distribute,
|
|
sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is
|
|
furnished to do so, subject to the following conditions:
|
|
|
|
The above copyright notice and this permission notice shall be included in all copies or
|
|
substantial portions of the Software.
|
|
|
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING
|
|
BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
|
|
@licend The above is the entire license notice for the JavaScript code in this file
|
|
*/
|
|
var NAVTREE =
|
|
[
|
|
[ "PEARL Procedures", "index.html", [
|
|
[ "Introduction", "index.html", "index" ],
|
|
[ "Projections", "_page_projections.html", null ],
|
|
[ "Angle-scan processing", "pag_anglescan_processing.html", [
|
|
[ "Introduction", "pag_anglescan_processing.html#sec_anglescan_intro", null ],
|
|
[ "Data reduction", "pag_anglescan_processing.html#sec_import", [
|
|
[ "Basic steps", "pag_anglescan_processing.html#sec_import_basics", null ],
|
|
[ "Peak integration over linear background", "pag_anglescan_processing.html#sec_import_intlinbg", null ],
|
|
[ "Peak fitting", "pag_anglescan_processing.html#sec_import_peakfit", null ],
|
|
[ "Custom reduction functions", "pag_anglescan_processing.html#sec_import_custom", null ]
|
|
] ],
|
|
[ "Normalization", "pag_anglescan_processing.html#sec_norm", [
|
|
[ "Preparations", "pag_anglescan_processing.html#sec_norm_prep", null ],
|
|
[ "Detector angle range", "pag_anglescan_processing.html#sec_norm_crop", null ],
|
|
[ "Normalize detector angle", "pag_anglescan_processing.html#sec_norm_angle", null ],
|
|
[ "Azimuthal variation (wobble)", "pag_anglescan_processing.html#sec_norm_wobble", null ],
|
|
[ "Polar dependence", "pag_anglescan_processing.html#sec_norm_theta", null ]
|
|
] ],
|
|
[ "Binning and plotting", "pag_anglescan_processing.html#sec_plot", [
|
|
[ "Basic steps", "pag_anglescan_processing.html#sec_plot_basics", null ],
|
|
[ "Refinements", "pag_anglescan_processing.html#sec_plot_refine", null ],
|
|
[ "Interpolation", "pag_anglescan_processing.html#sec_plot_interp", null ],
|
|
[ "Modulation function", "pag_anglescan_processing.html#sec_modulation", null ],
|
|
[ "Projection", "pag_anglescan_processing.html#sec_projection", null ]
|
|
] ],
|
|
[ "Data export", "pag_anglescan_processing.html#sec_export", [
|
|
[ "Export picture", "pag_anglescan_processing.html#sec_export_plot", null ],
|
|
[ "Export processed data", "pag_anglescan_processing.html#sec_export_data", null ]
|
|
] ]
|
|
] ],
|
|
[ "Todo List", "todo.html", null ],
|
|
[ "Namespaces", "namespaces.html", [
|
|
[ "Namespace List", "namespaces.html", "namespaces_dup" ]
|
|
] ],
|
|
[ "Files", "files.html", [
|
|
[ "File List", "files.html", "files_dup" ],
|
|
[ "Globals", "globals.html", [
|
|
[ "All", "globals.html", "globals_dup" ],
|
|
[ "Functions", "globals_func.html", "globals_func" ],
|
|
[ "Variables", "globals_vars.html", null ]
|
|
] ]
|
|
] ]
|
|
] ]
|
|
];
|
|
|
|
var NAVTREEINDEX =
|
|
[
|
|
"_page_projections.html",
|
|
"pearl-menu_8ipf.html#a3404a53bf13a01c1e811d1af6c35b726"
|
|
];
|
|
|
|
var SYNCONMSG = 'click to disable panel synchronisation';
|
|
var SYNCOFFMSG = 'click to enable panel synchronisation'; |