bil

From DavinciWiki
(Difference between revisions)
Jump to: navigation, search
 
(5 intermediate revisions by 2 users not shown)
Line 3: Line 3:
 
|
 
|
 
Arguments: Any three dimensional numeric array
 
Arguments: Any three dimensional numeric array
 +
 
Return Value: The same array reorganized to BIL
 
Return Value: The same array reorganized to BIL
 
|
 
|
bil(object=VAL)
+
[[Syntax]]: bil(object = VAL)
 
   
 
   
 
The bil() function copies and converts an object to BIL organization.
 
The bil() function copies and converts an object to BIL organization.
Line 33: Line 34:
 
   0.887302        0.487092        0.0167915      0.0861828
 
   0.887302        0.487092        0.0167915      0.0861828
 
|
 
|
 +
[[Image:bil.jpg]]
 
|
 
|
 
|
 
|
Line 40: Line 42:
 
|
 
|
 
}}
 
}}
[[category:Davinci Core]]
 
 
[[category:Functions]]
 
[[category:Functions]]
 +
[[category:Davinci Core]]
 
[[category:Format Conversion]]
 
[[category:Format Conversion]]
 +
[[category:64-bit]]

Latest revision as of 11:10, 6 July 2009



64-bit SafeYes

Description

Convert an object to BIL organization

Arguments and Return Values

Arguments: Any three dimensional numeric array

Return Value: The same array reorganized to BIL

Usage

Syntax: bil(object = VAL)

The bil() function copies and converts an object to BIL organization.

This function is equivalent to org(object=VAL, org=BIL).

The difference in organization may not be obvious to the user.

Examples

 dv> a
 4x3x2 array of float, bsq format [96 bytes]
 0.00000 1.00000 2.00000 3.00000
 4.00000 5.00000 6.00000 7.00000
 8.00000 9.00000 10.0000 11.0000

 0.0623035       0.193265        0.556094        0.305909
 0.899650        0.912855        0.767901        0.313552
 0.887302        0.487092        0.0167915       0.0861828

 dv> b=bil(a)
 4x3x2 array of float, bil format [96 bytes]
 0.00000 1.00000 2.00000 3.00000
 4.00000 5.00000 6.00000 7.00000
 8.00000 9.00000 10.0000 11.0000

 0.0623035       0.193265        0.556094        0.305909
 0.899650        0.912855        0.767901        0.313552
 0.887302        0.487092        0.0167915       0.0861828

Images

bil.jpg

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: 07-06-2009

Personal tools