Webnucleo.org

Mail Lists | Developers
small logo

Documentation from the file



curve_fit/0.4/pl/curve_fitting_ascii_to_xml.pl



Routine
Name: curve_fitting_ascii_to_xml()

Description: Perl script to read in an ascii file giving (x,y,perr) triplets in ascii format and convert that file to the webnucleo curve fitting xml output.

Syntax:
               perl curve_fitting_ascii_to_xml.pl input_ascii_file output_xml_file
             
Input:

input_ascii_file: The input ascii file name must be passed in on the command line. It is the input directly after the name of the script.

Output:

output_xml_file: The output xml file name must be passed in on the command line. It is the input directly after the name of the input file.

Example: Convert the data contained in an input ascii file named input_ascii.dat into an output xml file named output.xml:

          perl curve_fitting_ascii_to_xml.pl input_ascii.dat output.xml
               

-top-




Valid XHTML 1.1        Copyright © 2001-2012, Clemson University. All rights reserved.        Valid CSS!
Page last modified on 2007/12/15 14:28