Man page - tablefromascii(1)
Packages contas this manual
- msselect(1)
- casacore_memcheck(1)
- tomf(1)
- image2fits(1)
- writems(1)
- tablefromascii(1)
- showtablelock(1)
- imagecalc(1)
- taql(1)
- casacore_assay(1)
- findmeastable(1)
- countcode(1)
- readms(1)
- imreorder(1)
- fits2table(1)
- showtableinfo(1)
- imageslice(1)
- measuresdata(1)
- casacore_floatcheck(1)
- lsmf(1)
- imageregrid(1)
- casahdf5support(1)
Package: casacore-tools
apt-get install casacore-tools
apt-get install casacore-tools
Manuals in package:
Documentations in package:
Manual
| tablefromascii(1) | General Commands Manual | tablefromascii(1) |
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.
| 2016-11-24 | casacore |