mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
A utility to read in columns from a text file. More...
A utility to read in columns from a text file.
Definition in file readColumns.hpp.
Go to the source code of this file.
Classes | |
struct | mx::ioutils::skipCol |
A dummy class to allow mx::readColumns to skip a column(s) in a file without requiring memory allocation. More... | |
Namespaces | |
namespace | mx |
The mxlib c++ namespace. | |
Functions | |
template<char delim = ' ', char comment = '#', char eol = '\n', typename... arrTs> | |
int | mx::ioutils::readColumns (const std::string &fname, arrTs &...arrays) |
Read in columns from a text file. | |