write isis cub
From DavinciWiki
(Redirected from Write isis cub)
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Write an ISIS ".cub" file
Arguments and Return Values Arguments: An ISIS type structure and a filename Return Value: None. File is written to disk.
Usage Syntax: write_isis_cub(obj = STRUCT, filename = STRING [, force = 1]) write_isis_cub() works in conjunction with load_pds() to facilitate editing of ISIS ".cub" files.
Examples dv> a=load_pds("foo.cub", suffix_data=1) a.qube.data = a.qube.data - 100 a.history.data.cubit.node_name="\"generic_node\"" a.history.data.cubit.user_name="\"generic_user\"" dv> write_isis_cub(a, "bar.cub") |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Related Functions
Recent Core Changes Modified On: 10-12-2006 |