see also : easy2d_doit easy3d FTeasy2d
- easy2D args... builds and apply a standard action for 2D processing args permit to set default values for parameters easy2D %% is valid though
see also : easy2deasy2d_doit
- easy2d_doit used by the easy2d form
see also : easy2d easy3d_doit FTeasy3d
- easy3d args... builds and apply a standard action for 3D processing args permit to set default values for parameters easy3d %% is valid though
see also : easy3deasy3d_doit
- easy3d_doit used by the easy2d form
see also : PLOTeasyplot
- build a form which controls the plot create a file (postscript or HPGL) and send it to the current plotter many parameters availlable no arg means : build the formbox, args means do the plot
see also : IFELSE
- part of the IF command
see also : IFELSIF
- part of the IF command
see also : FILTER GB GM JMULT LB SIN SQSIN TMEM
- EM lb {lb' {lb"}} Multiply data by an exponential, and set LB. In 2D, and 3D a parameter is used for each direction.
see also : FORENDFOR
- part of the FOR command
see also : IF WHILEENDIF
- part of the IF command
see also : button.g BUTTONBOX startup.genv_advp.g
- GUI for the advanced processing technics
see also : button.g BUTTONBOX startup.genv_att.g
- set-up for assignement
env_base.g
- Set-up the minimum GUI
see also : button.g BUTTONBOX startup.genv_lin_pred.g
- set up a menu for Linear Prediction
see also : button.g BUTTONBOX startup.genv_maxent.g
- set-up a menu for MaxEnt
see also : button.g BUTTONBOX startup.genv_peak.g
- set up a menu for Peak picking
see also : button.g BUTTONBOX startup.genv_plot.g
- set up a menu for plotting
see also : button.g BUTTONBOX startup.genv_proc1d.g
- set up a menu for 1D processing
see also : button.g BUTTONBOX startup.genv_proc2d.g
- set up a menu for 2D processing
see also : button.g BUTTONBOX startup.genv_proc3d.g
- set up a menu for 3D processing
see also : button.g BUTTONBOX SH startup.genv_unix.g
- set up a menu for UNIX tools
see also : ALERT PRINTERROR
- ERROR string Generates an error, and issue the string to the user. Permits to handle errors in command files.
see also : CONJG MAXENTESCALE
- The Entropy expression during Maximum Entropy run is computed as follow : A = Escale * Sum(F(i)) P(i) = F(i)/A S = -Sum( log(P(i)) * P(i) ) Escale should be set to 1.0 for normal operation
see also : NOISE SHIFTEVALN
- EVALN x1 y1 {x2 y2} evaluates the noise level as well as the overall offset of the data, over a area of the data. The results are stored in the NOISE and SHIFT contexts This command is called automatically whenever a data set is read. The command will prompt for the last selected region with the POINT command
see also : MAXENTevaln.g
- evaln.g graphic interface for the evaln command.
EXIT
- EXIT yes/no Exit this program. You can choose to keep or to remove the log file QUIT and BYE are also equivalent. As well as ^Z (F10) on VMS systems.
EXPLIM
- This context holds the limit for the exponential function used in the Gull & Daniel algorithm, as well as in the GIFA algorithm. A function exp2(x) is used which is - equal to exp(x) if x <= explim - equal to exp(explim)*(x+1.0-explim) if x > explim i.e. a linear extension of the exponential function is used fo x > explim.
see also : CHSIZE lshift rshift ZOOMEXTRACT
- EXTRACT x1 y1 {x2 y2} Permits to extract a portion of the data currently displayed. Data can then be processed as a regular data-set. EXTRACT changes the value of OFFSET and SPECW accordingly. The command will prompt for the last selected region with the POINT command