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...
 

Function Documentation

◆ root()

std::string mx::AO::path::basis::root ( const std::string &  basisName,
bool  create = false 
)

The root path for basis files.

Parameters
[in]basisNamethe name of the basis
[in]create[optional] create the directory if it noes not exist.
Returns
the root path for basis files.

Definition at line 46 of file aoPaths.hpp.

References mx::ioutils::createDirectories(), and mx::sys::getEnv().