mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches
aoPSDs_test.cpp File Reference
#include "../../../catch2/catch.hpp"
#include "../../../../include/ao/analysis/aoPSDs.hpp"

Go to the source code of this file.

Macros

#define MX_NO_ERROR_REPORTS
 

Typedefs

typedef double realT
 

Functions

 SCENARIO ("Loading aoPSD config settings", "[ao::analysis::aoPSD]")
 

Macro Definition Documentation

◆ MX_NO_ERROR_REPORTS

#define MX_NO_ERROR_REPORTS

Definition at line 5 of file aoPSDs_test.cpp.

Typedef Documentation

◆ realT

typedef double realT

Definition at line 9 of file aoPSDs_test.cpp.

Function Documentation

◆ SCENARIO()