write fits
From DavinciWiki
Contents: Description, Arguments, Usage, Examples, Related Functions Supported Under Version: >1.69 Current Davinci Version: 2.27 64-bit Safe: No
Description Write a FITS format file.
Arguments and Return Values Arguments: A data object and a filename Return Value: None. File is written out.
Usage Syntax: write_fits(object = VAL/STRUCTURE, filename = STRING [, force = 1]) 'object' - A FITS array or data structure 'filename' - The name of the file to write out 'force' - An option to overwrite existing files (0 = no, 1 = yes)
Examples dv> write_fits(a,"sample.fits") |
DavinciWiki Mini-Nav Bar Contents
Contact Developers
All other topics
Recent Core Changes Modified On: 03-27-2006 |