Davinci functions come from three sources:
- The Davinci Core contains routines written and compiled in C accessible from the command line. These functions are included with the Davinci executable and are not editable. Most of the math, matrix, I/O, and data manipulation functions are part of the Davinci Core. Examples include sum and sqrt.
- User Defined Functions are scripts written in the davinci language and may call other functions in their code. The script code is viewable and editable during each session of davinci. By convention, User Defined Functions are contained in .dvrc (davinci resource) files and must be sourced to be used. Examples include resample and tb2rad.
- Modular Functions are written in C and collected in optional, loadable modules. Modules must be loaded to be accessible. These functions are not editable. Examples include thm.rectify and thm.deplaid .
Scroll Down for a list of functions in this category
Last Updated: Feb-2011
More News
|
DavinciWiki Navigation Bar
Contents
Contact Developers
- davinci-dev [AT] mars.asu.edu
All other topics
- See navigation on the left
|