bsq
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Convert an object to BSQ organization
Arguments and Return Values Arguments: Any three dimensional numeric array Return Value: The same array reorganized to BSQ
Usage Syntax: bsq(object = VAL) The bsq() function copies and converts an object to BSQ organization. This function is equivalent to org(object=VAL, org=BSQ). 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=bsq(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
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 07-06-2009 |