load module

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(2 intermediate revisions by one user not shown)
Line 1: Line 1:
{{DavinciWiki_Function}}
+
{{DavinciWiki_Function|
[[category:C_Programs]]
+
Load a module into the environment
 +
|
 +
Arguments: module name
 +
 +
Return Value: none
 +
|
 +
[[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'.
 +
|
 +
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
 +
|
 +
|
 +
|
 +
*[[unload_module]]
 +
*[[list_modules]]
 +
|
 +
|
 +
}}
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:Davinci Core]]
 
[[category:Module Support]]
 
[[category:Module Support]]

Latest revision as of 11:11, 27 March 2006



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

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 03-27-2006

Personal tools