load module
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Load a module into the environment
Arguments and Return Values Arguments: module name Return Value: none
Usage Syntax: load_module(module_name) Adds the specified module into the name space and available function list. Modules must exist in the directory specified by the environmental variable 'dv_mod_path'.
Examples dv> load_module("thm") Loading module thm from /usr/local/lib/davinci//thm.so.0.0.0. Loaded module thm. Module thm: version: 0.0.0 full path: /usr/local/lib/davinci//thm.so.0.0.0 0 dependencies: 22 functions: deplaid rectify reconstitute convolve rad2tb themis_emissivity emiss2rad maxpos minpos kfill ramp unscale y_shear corners sawtooth white_noise_remove1 white_noise_remove2 supersample sstretch radcorr column_fill mars_bin |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Core Changes Modified On: 03-27-2006 |