CCL Home Page
Up Directory CCL Ocommands.html

Back to Alphabetical List


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 : calib size SPECW

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 : CHECK3D DISP3D PLOT3D

ONE

Put the value one (1.0) in the current buffer
see also : MINUS PLUS ZERO

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 : CLOSE DBOPEN FPRINT

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 : BURG DT->AR DT->SVD

OUTPUT

1 create numeric output of the data for each Maximum Entropy iteration Mostly used for debugging purpose.
see also : MAXENT

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.
see also : ITER MAXENT MAXENTCONT
Modified: Wed Apr 3 17:00:00 1996 GMT
Page accessed 3485 times since Sat Apr 17 22:32:10 1999 GMT