see also : calib size SPECW
OFFSET
- Permits to specify the offset of the right-most (upper right most in 2D) point of the data set. The value for offset are changed by EXTRACT
see also : CHECK3D DISP3D PLOT3D
OFFSET3D
- offset3d dx dy dz This context holds the shift by which the (0,0,0) point will be shifted from the lower left corner of the DISP3D window during a 3D display with the DISP3D/REF3D set of commands. A value of 0 corresponds to the lower left corner; a value of 1 to the upper right corner; a value of 0.5 corresponds to the center of the window.
see also : MINUS PLUS ZERO
ONE
- Put the value one (1.0) in the current buffer
see also : CLOSE DBOPEN FPRINT
OPEN
- OPEN file_name Opens the file called file_name for reading or writing. Writing is performed with the FPRINT command. Reading is done through the <file_name syntax. e.g. read <file_name read the file which name is found as the next line of the file file_name set line = <file_name set the variable line to the contents of the next line of the file file_name OPENing an already OPENed file will rewind the file to the beginning.
see also : BURG DT->AR DT->SVD
ORDER
- ORDER n This context determines the order for all linear prediction operations. Should be an integer, typically one third of data size for spectral analysis, smaller values for simple operations such as compacting. You should set it before starting any linear prediction calculation.
see also : MAXENT
OUTPUT
- 1 create numeric output of the data for each Maximum Entropy iteration Mostly used for debugging purpose.
see also : ITER MAXENT MAXENTCONT
OVERIT
- Controls Maximum Entropy stop points. Overiteration is on then CHI2 = 1.0 is no more the stopping criterion; and only the iteration counter is considered. 0 inhibits over-iteration, 1 permits it.