![]() |
PURIFY
Next-generation radio interferometric imaging
|
#include <fstream>
#include <string>
#include <vector>
#include <sys/stat.h>
#include "purify/types.h"
#include "purify/directories.h"
Go to the source code of this file.
Namespaces | |
purify | |
Functions | |
template<class T > | |
std::enable_if< std::is_scalar< T >::value, std::vector< T > >::type | purify::read_data (const std::string &filename) |
read real values from data file More... | |
template<class T > | |
std::enable_if< std::is_same< t_complex, T >::value, std::vector< T > >::type | purify::read_data (const std::string &filename) |
read complex values from data file More... | |
std::vector< t_complex > | purify::read_data (const std::vector< t_real > &input) |