Writespc: Difference between revisions
Jump to navigation
Jump to search
imported>Donal (Created page with "===Purpose=== Writes a Galactic SPC file. ===Synopsis=== :writespc(x, filename) ===Description=== WRITESPC writes a Galactic SPC file from the contents of a dataset object. ...") |
imported>Donal |
||
(One intermediate revision by the same user not shown) | |||
Line 9: | Line 9: | ||
===Description=== | ===Description=== | ||
WRITESPC writes a Galactic SPC file from the contents of a dataset object. The dataset may contain multiple rows. The | WRITESPC writes a Galactic SPC file from the contents of a dataset object. The dataset may contain multiple rows. The created SPC file is formatted as described in the document "Galactic Universal Data Format Specification 9/4/97", which is easily found on the internet. | ||
====Inputs==== | ====Inputs==== |
Latest revision as of 11:01, 4 October 2012
Purpose
Writes a Galactic SPC file.
Synopsis
- writespc(x, filename)
Description
WRITESPC writes a Galactic SPC file from the contents of a dataset object. The dataset may contain multiple rows. The created SPC file is formatted as described in the document "Galactic Universal Data Format Specification 9/4/97", which is easily found on the internet.
Inputs
- x = Dataset object whose contents are to be written to an SPC file.
Optional Inputs
- filename = a text string with the name of a SPC file. If filename is omitted, the user is prompted for an output filename.
Outputs
- None.