Nom

nisp — Functions to configure the NISP library.

SYNOPSIS

nisp_startup ()
nisp_shutdown ()
level = nisp_verboselevelget ( )
nisp_verboselevelset ( level )
nisp_initseed ( seed )

Description

This set of functions allows to configure the NISP toolbox.

Functions

The following functions are available.

nisp_startup ()

Starts up the NISP toolbox. This function allows to connect Scilab to the NISP library.

  • The function connects the standard output to the Scilab message system, so that the messages are printed in Scilab's console, instead of the terminal.
  • The function connects the Nisp error function to Scilab's error function, so that error messages are generated when required.
  • The function initializes to the seed of the random number generator, so that the behaviour of the toolbox can be reproduced.

nisp_shutdown ()

Shuts down the NISP toolbox. This function is currently a no-op, but might be modified in future releases of the toolbox.

level = nisp_verboselevelget ( )

Returns the current verbose level. The default value of the verbose level is 0. If the verbose level is set to 1, the NISP library may display additionnal message. In the current implementation, there are no such verbose message, but this may change in future releases of the library.

level

The current verbose level.

nisp_verboselevelset ( level )

Sets the value of the verbose level.

level

The verbose level.

Bibliography

Authors

Jean-Marc Martinez, 2009, CEA

Michael Baudin, 2009, Digiteo