thm.reconstitute
From DavinciWiki
(Redirected from Thm.reconstitute)
|
Contents: Description, Arguments, Usage, Examples, Images, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: Yes
Description Reverses the rectify process. Unslants and unshears the data in a rectified structure.
Arguments and Return Values Arguments: A structure produced from thm.rectify Return Value: A numeric array the size of the originally projected cube
Usage Syntax: thm.reconstitute(structure = STRUCT) 'structure' is the output from rectify() The structure must contain the elements:
The output will have null data values set to -32768
Examples dv> a
struct, 4 elements
angle: 3.33555
data: 345x7179x10 array of float, bsq format [99,070,200 bytes]
leftedge: 1x7179x1 array of int, bsq format [28,716 bytes]
width: 1356
dv> b = thm.reconstitute(a)
1356x7100x10 array of float, bsq format [385,104,000 bytes]
|
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Core Changes Modified On: 01-16-2013 |