ICP data reader.
summary(filename) - reads the header information
read(filename) - reads header information and data
|
|
readdata(fh)
Read ICP data, including PSD data if lines contain commas. |
source code
|
|
|
|
get_tokenized_line(file)
Read the next line of text into a set of words. |
source code
|
|
|
|
get_quoted_tokens(file)
Build a token list from a line which can be a mix of quoted strings
and unquoted values separated by spaces. |
source code
|
|
|
|
read(filename)
Read an ICP file and return the corresponding ICP file object |
source code
|
|
|
|
summary(filename)
Read an ICP file header and return the corresponding ICP file object |
source code
|
|
|
|
gzopen(filename,
mode='r')
Open file or gzip file |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
demo()
Read and print all command line arguments |
source code
|
|
|
|
plot(filename)
Read and print all command line arguments |
source code
|
|
|
|
|