LAL  7.5.0.1-b72065a
LALMathNDPlot.c File Reference

Prototypes

void LALMathNDPlot (LALStatus *stat, MathNDPointList *first, INT4 *ntiles, REAL4 *pointSize)
 This function is for plotting N-Dimensional template banks by creating a MATHEMATICA notebook. More...
 

Go to the source code of this file.

Macros

#define INSTRUCTIONS   fprintf(nb, "Running this entire notebook using ctrl+A and shift+enter may crash your computer. Evaluate each section as needed. The Initialization and User Variables sections must be evaluated first. The 3-dimensional projections are represented in the sections below User Varibles as PointList (x1, x2, x3) etc. Evaluating the entire Image Generation sections creates animated plots (if AnimationPlot := True). If (AnimationPlot := False) you get only still plots, saving time and memory.")
 

Macro Definition Documentation

◆ INSTRUCTIONS

#define INSTRUCTIONS   fprintf(nb, "Running this entire notebook using ctrl+A and shift+enter may crash your computer. Evaluate each section as needed. The Initialization and User Variables sections must be evaluated first. The 3-dimensional projections are represented in the sections below User Varibles as PointList (x1, x2, x3) etc. Evaluating the entire Image Generation sections creates animated plots (if AnimationPlot := True). If (AnimationPlot := False) you get only still plots, saving time and memory.")

Definition at line 37 of file LALMathNDPlot.c.