write fits

From DavinciWiki
Jump to: navigation, search


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

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Related Functions

Recent Core Changes

Modified On: 03-27-2006

Personal tools