mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Definitions and managemetn of AO related file paths.
Functions | |
std::string | mx::AO::path::basis::root (const std::string &basisName, bool create=false) |
The root path for basis files. More... | |
std::string mx::AO::path::basis::root | ( | const std::string & | basisName, |
bool | create = false |
||
) |
The root path for basis files.
[in] | basisName | the name of the basis |
[in] | create | [optional] create the directory if it noes not exist. |
Definition at line 46 of file aoPaths.hpp.
References mx::ioutils::createDirectories(), and mx::sys::getEnv().