#include <gtk/gtk.h>
#include "config.h"
#include "gxsm/plugin.h"
Go to the source code of this file.
Defines | |
#define | GXSM_ONE_SRC_PLUGIN__DEF |
#define | xMap(I) (Ux0+((double)(I)-(double)Src->data.s.nx/2.)*Ldx) |
#define | yMap(I) (Uy0+((double)(I)-(double)Src->data.s.ny/2.)*Ldy) |
Functions | |
static void | OctoCorr_init (void) |
static void | OctoCorr_about (void) |
static void | OctoCorr_configure (void) |
static void | OctoCorr_cleanup (void) |
static gboolean | OctoCorr_run (Scan *Src, Scan *Dest) |
GxsmPlugin * | get_gxsm_plugin_info (void) |
GxsmMathOneSrcPlugin * | get_gxsm_math_one_src_plugin_info (void) |
Variables | |
GxsmPlugin | OctoCorr_pi |
GxsmMathOneSrcPlugin | OctoCorr_m1s_pi |
static const char * | about_text |
|
Definition at line 106 of file OctoCorr.C. |
|
Referenced by OctoCorr_run(). |
|
Referenced by OctoCorr_run(). |
|
Definition at line 210 of file OctoCorr.C. References OctoCorr_m1s_pi. |
|
Definition at line 201 of file OctoCorr.C. References GxsmPlugin::description, N_, OctoCorr_pi, and VERSION. |
|
Definition at line 231 of file OctoCorr.C. References about_text, GxsmPlugin::authors, N_, GxsmPlugin::name, OctoCorr_pi, and VERSION. |
|
Definition at line 251 of file OctoCorr.C. |
|
Definition at line 244 of file OctoCorr.C. References GxsmPlugin::app, GnomeAppService::message(), and OctoCorr_pi. |
|
Definition at line 225 of file OctoCorr.C. |
|
Definition at line 259 of file OctoCorr.C. References GxsmPlugin::app, Scan::data, Scan_Param::dx, Scan_Param::dy, Scan_Param::Energy, Xsm::EnergyUnit, Mem2d::GetDataPktInterpol(), Mem2d::GetNx(), Mem2d::GetNy(), Scan::mem2d, Scan_Param::nx, Scan_Param::ny, OctoCorr_pi, Scan::Pkt2d, Scan::PktVal, Mem2d::PutDataPkt(), SCAN_DATA::s, sqrt(), Xsm::Unity, GnomeAppService::ValueRequest(), Xsm::VoltUnit, Point2D::x, Scan_Param::x0, xMap, App::xsm, Point2D::y, Scan_Param::y0, and yMap. |
|
Initial value: N_("Gxsm OctoCorr Plugin\n\n" "The SPA-LEED octopole causes a cushion distorsion\n" "of the electron deflection.\n" "This pluging applies the inverse of this distorsion to\n" "any image.\n" "Input parameters are:\n" " Energy, Stepsize and Origin (invariant Point)\n" " Free parameter \"b\" (distorsion strength)\n" ) Definition at line 189 of file OctoCorr.C. |
|
Initial value: { OctoCorr_run } Definition at line 183 of file OctoCorr.C. Referenced by get_gxsm_math_one_src_plugin_info(). |
|
Definition at line 119 of file OctoCorr.C. Referenced by get_gxsm_plugin_info(), OctoCorr_about(), OctoCorr_configure(), and OctoCorr_run(). |