Loading [MathJax]/extensions/TeX/AMSsymbols.js
LALPulsar 7.1.1.1-ea7c608
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
LT_FITSRecord Struct Reference

Detailed Description

FITS record for for saving and restoring a lattice tiling iterator.

Definition at line 82 of file LatticeTiling.c.

Data Fields

INT4 checksum
 Checksum of various data describing parameter-space bounds. More...
 
REAL8 phys_point
 Current lattice point in physical coordinates. More...
 
INT4 int_point
 Current lattice point in generating integers. More...
 
INT4 int_lower
 Current lower parameter-space bound in generating integers. More...
 
INT4 int_upper
 Current upper parameter-space bound in generating integers. More...
 
INT4 direction
 Direction of iteration in each tiled parameter-space dimension. More...
 

Field Documentation

◆ checksum

INT4 LT_FITSRecord::checksum

Checksum of various data describing parameter-space bounds.

Definition at line 83 of file LatticeTiling.c.

◆ phys_point

REAL8 LT_FITSRecord::phys_point

Current lattice point in physical coordinates.

Definition at line 84 of file LatticeTiling.c.

◆ int_point

INT4 LT_FITSRecord::int_point

Current lattice point in generating integers.

Definition at line 85 of file LatticeTiling.c.

◆ int_lower

INT4 LT_FITSRecord::int_lower

Current lower parameter-space bound in generating integers.

Definition at line 86 of file LatticeTiling.c.

◆ int_upper

INT4 LT_FITSRecord::int_upper

Current upper parameter-space bound in generating integers.

Definition at line 87 of file LatticeTiling.c.

◆ direction

INT4 LT_FITSRecord::direction

Direction of iteration in each tiled parameter-space dimension.

Definition at line 88 of file LatticeTiling.c.