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... | |
INT4 LT_FITSRecord::checksum |
Checksum of various data describing parameter-space bounds.
Definition at line 83 of file LatticeTiling.c.
REAL8 LT_FITSRecord::phys_point |
Current lattice point in physical coordinates.
Definition at line 84 of file LatticeTiling.c.
INT4 LT_FITSRecord::int_point |
Current lattice point in generating integers.
Definition at line 85 of file LatticeTiling.c.
INT4 LT_FITSRecord::int_lower |
Current lower parameter-space bound in generating integers.
Definition at line 86 of file LatticeTiling.c.
INT4 LT_FITSRecord::int_upper |
Current upper parameter-space bound in generating integers.
Definition at line 87 of file LatticeTiling.c.
INT4 LT_FITSRecord::direction |
Direction of iteration in each tiled parameter-space dimension.
Definition at line 88 of file LatticeTiling.c.