Man page - tablefromascii(1)
Packages contains this manual
- tablefromascii(1)
- casacore_memcheck(1)
- casahdf5support(1)
- imreorder(1)
- showtableinfo(1)
- fits2table(1)
- countcode(1)
- image2fits(1)
- imagecalc(1)
- imageslice(1)
- casacore_assay(1)
- measuresdata(1)
- writems(1)
- lsmf(1)
- taql(1)
- msselect(1)
- showtablelock(1)
- findmeastable(1)
- readms(1)
- tomf(1)
- casacore_floatcheck(1)
- imageregrid(1)
apt-get install casacore-tools
Manual
tablefromascii
NAMESYNOPSIS
DESCRIPTION
OPTIONS
AUTHOR
NAME
tablefromascii - Convert an ASCII file to a table
SYNOPSIS
tablefromascii input [ ... ]
DESCRIPTION
This program converts an ASCII table to a table. It can only handle scalar columns. The separator between the fields in the ASCII file can be specified.
OPTIONS
-in [string]
Input ASCII file
-out [string]
Output table name
-headerfile [string]
Name of optional file containing headers
-autoheader [T|F]
Determine header automatically? (default: F)
-autoshape [string]
Shape if all columns are treated as one array
-columnnames [string]
Comma separated names of the columns
-datatypes [string]
Comma separated data types of the columns
-sep [string]
One character separator between values
-commentmarker [string]
Regex indicating comments
-firstline [int]
First line to process (default: 1)
-lastline [int]
Last line to process (<0 is till end; default: -1)
AUTHOR
This manual page was written by Ole Streicher with information from the source code.