flat2list
index
/home/u11/umhameld/workspace/birchscripts/flat2list.py

November 29, 2004, Dr. Brian Fristensky, University of Manitoba
 
 Description: Convert a GDE flat file to a file of tokens.
 The input file contains a single nonblank
 string on each line.
 
 Synopsis: list2flat.py infile outfile
 
 Files: infile      GDE flat file, containing a comma separated
                    list of tokens
 
        outfile     file of tokens
        
@modified: May 26 2010
@author: Dale Hamel
@contact: umhameld@cc.umanitoba.ca

 
Modules
       
os
sys

 
Classes
       
Parameters

 
class Parameters
     Methods defined here:
__init__(self)
Initializes arguments:
        IFN=""
        OFN=""
Then calls read_args() to fill in their values from command line
read_args(self)
Reads command line arguments into a Paramter object

 
Functions
       
get_gde_list(FN)
Read in old and new strings, striping 
leading and trailing whitespace, including
newline characters.
main()
Called when not in documentation mode.
writenamefile(P, FN, lst)
Write the list as a single line of comma-separated values

 
Data
        BM = <birchlib.Birchmod instance>
PROGRAM = 'flat2list.py: '
USAGE = '\n\t USAGE: flat2list.py infile outfile'
blib = '/home/u11/umhameld/public_html/local/pylib/'