Loading [MathJax]/extensions/TeX/AMSsymbols.js
LAL 7.7.0.1-5e288d3
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LALMath3DPlotTest.c File Reference

Tests LALMath3DPlot(). More...

Detailed Description

Tests LALMath3DPlot().

Author
Hanna, C.R.
LALMath3DPlotTest

Description

This program generates a set of points simulating a template bank and calls LALMath3DPlot() to generate a MATHEMATICA notebook to display a 3D image of the bank. Instructions on how to evaluate the notebook appear when it is opened.

Notes

For a more interesting test of LALMath3DPlot() see InspiralSpinBankTest.c in the LALInspiral bank package.

Definition in file LALMath3DPlotTest.c.

Go to the source code of this file.

Macros

Error Codes
#define LALMATH3DPLOTTESTC_ENORM   0
 Normal exit. More...
 
#define LALMATH3DPLOTTESTC_EMEM   1
 Memory allocation error. More...
 
#define LALMATH3DPLOTTESTC_ESUB   2
 Subroutine error. More...
 

Macro Definition Documentation

◆ LALMATH3DPLOTTESTC_ENORM

#define LALMATH3DPLOTTESTC_ENORM   0

Normal exit.

Definition at line 67 of file LALMath3DPlotTest.c.

◆ LALMATH3DPLOTTESTC_EMEM

#define LALMATH3DPLOTTESTC_EMEM   1

Memory allocation error.

Definition at line 68 of file LALMath3DPlotTest.c.

◆ LALMATH3DPLOTTESTC_ESUB

#define LALMATH3DPLOTTESTC_ESUB   2

Subroutine error.

Definition at line 69 of file LALMath3DPlotTest.c.