load module

From DavinciWiki
Jump to: navigation, search


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