#include <gtk/gtk.h>#include "config.h"#include "gxsm/plugin.h"Go to the source code of this file.
Functions | |
| static void | spasim_init (void) |
| static void | spasim_about (void) |
| static void | spasim_configure (void) |
| static void | spasim_cleanup (void) |
| static gboolean | spasim_run (Scan *Src, Scan *Dest) |
| GxsmPlugin * | get_gxsm_plugin_info (void) |
| GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
| GxsmPlugin | spasim_pi |
| GxsmMathOneSrcPlugin | spasim_m1s_pi |
| static const char * | about_text |
| double | WaveLengthDefault = 0.0 |
| int | EnableInvAng = 0 |
| double | WaveLengthLast = 3.141 |
|
|
Definition at line 149 of file spasim.C. References spasim_m1s_pi. |
|
|
Definition at line 144 of file spasim.C. References GxsmPlugin::description, N_, spasim_pi, and VERSION. |
|
|
Definition at line 158 of file spasim.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, spasim_pi, and VERSION. |
|
|
|
|
|
Definition at line 170 of file spasim.C. References GxsmPlugin::app, EnableInvAng, spasim_pi, Xsm::Unity, GnomeAppService::ValueRequest(), WaveLengthDefault, App::xsm, and Xsm::Z_Unit. |
|
|
|
|
||||||||||||
|
|
Initial value: N_("Gxsm Spasim Plugin\n\n" "This Plugin simulates a SPA-LEED measurement (WaveLenght as input)\n" "on the Src-Channel's Scan:\n" "1.) Phase Transformation, using e^(2pi i Z(x,y)/WaveLength)\n" "2.) 2D FT( Phase Transformed Image)\n" "3.) Result = |FT(\")|^2") |
|
|
Definition at line 141 of file spasim.C. Referenced by spasim_configure(), and spasim_run(). |
|
|
Initial value: {
spasim_run
}
Definition at line 129 of file spasim.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
|
Initial value: {
NULL,
NULL,
0,
NULL,
"Spasim-M1S-F1D",
NULL,
NULL,
"Percy Zahl",
N_("_Math/_Statistics/"),
N_("SPALEED Sim."),
N_("Simulate SPALEED!"),
"no more info",
NULL,
NULL,
spasim_init,
NULL,
spasim_about,
spasim_configure,
NULL,
spasim_cleanup
}
Definition at line 106 of file spasim.C. Referenced by get_gxsm_plugin_info(), spasim_about(), spasim_configure(), and spasim_run(). |
|
|
Definition at line 140 of file spasim.C. Referenced by spasim_configure(), and spasim_run(). |
|
|
Definition at line 142 of file spasim.C. Referenced by spasim_run(). |
1.4.6