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

Detailed Description

Container for a series of cache queries.

Definition at line 51 of file CacheResults.c.

Data Fields

size_t ndim
 Number of parameter-space dimensions. More...
 
size_t dim0
 Lowest tiled parameter-space dimension. More...
 
double dfreq
 
UINT4 nqueries
 Number of queries for which space is allocated. More...
 
UINT4 nfreq_partitions
 Number of partitions to divide semicoherent frequency block into. More...
 
UINT4 freq_partition_index
 Index to current partition of semicoherent frequency block. More...
 
INT4coh_part_left_offset
 Offset to apply to coherent left-most index to enclose a frequency partition. More...
 
INT4coh_part_right_offset
 Offset to apply to coherent right-most index to enclose a frequency partition. More...
 
UINT8coh_index
 Sequential indexes for each queried coherent frequency block. More...
 
PulsarDopplerParamscoh_phys
 Physical points of each queried coherent frequency block. More...
 
INT4coh_left
 Indexes of left-most point in queried coherent frequency block. More...
 
INT4coh_right
 Indexes of right-most point in queried coherent frequency block. More...
 
REAL4coh_relevance
 Relevance of each queried coherent frequency block. More...
 
UINT8coh_nres
 Number of computed coherent results (per query) More...
 
UINT8coh_ntmpl
 Number of coherent templates (per query) More...
 
const SuperskyTransformData * semi_rssky_transf
 Reduced supersky transform data for semicoherent lattice. More...
 
UINT8 semi_index
 Sequential index for the current semicoherent frequency block. More...
 
double semi_rssky_dim0
 
PulsarDopplerParams semi_phys
 Physical coordinates of the current semicoherent frequency block. More...
 
INT4 semi_left
 Index of left-most point in current semicoherent frequency block. More...
 
INT4 semi_right
 Index of right-most point in current semicoherent frequency block. More...
 
REAL4 semi_relevance
 Relevance of the current semicoherent frequency block. More...
 
double semi_relevance_offset
 Offset used in computation of semicoherent point relevance. More...
 
UINT8 semi_ntmpl
 Number of semicoherent templates (over all queries) More...
 

Field Documentation

◆ ndim

size_t WeaveCacheQueries::ndim

Number of parameter-space dimensions.

Definition at line 53 of file CacheResults.c.

◆ dim0

size_t WeaveCacheQueries::dim0

Lowest tiled parameter-space dimension.

Definition at line 55 of file CacheResults.c.

◆ dfreq

double WeaveCacheQueries::dfreq

Definition at line 57 of file CacheResults.c.

◆ nqueries

UINT4 WeaveCacheQueries::nqueries

Number of queries for which space is allocated.

Definition at line 59 of file CacheResults.c.

◆ nfreq_partitions

UINT4 WeaveCacheQueries::nfreq_partitions

Number of partitions to divide semicoherent frequency block into.

Definition at line 61 of file CacheResults.c.

◆ freq_partition_index

UINT4 WeaveCacheQueries::freq_partition_index

Index to current partition of semicoherent frequency block.

Definition at line 63 of file CacheResults.c.

◆ coh_part_left_offset

INT4* WeaveCacheQueries::coh_part_left_offset

Offset to apply to coherent left-most index to enclose a frequency partition.

Definition at line 65 of file CacheResults.c.

◆ coh_part_right_offset

INT4* WeaveCacheQueries::coh_part_right_offset

Offset to apply to coherent right-most index to enclose a frequency partition.

Definition at line 67 of file CacheResults.c.

◆ coh_index

UINT8* WeaveCacheQueries::coh_index

Sequential indexes for each queried coherent frequency block.

Definition at line 69 of file CacheResults.c.

◆ coh_phys

PulsarDopplerParams* WeaveCacheQueries::coh_phys

Physical points of each queried coherent frequency block.

Definition at line 71 of file CacheResults.c.

◆ coh_left

INT4* WeaveCacheQueries::coh_left

Indexes of left-most point in queried coherent frequency block.

Definition at line 73 of file CacheResults.c.

◆ coh_right

INT4* WeaveCacheQueries::coh_right

Indexes of right-most point in queried coherent frequency block.

Definition at line 75 of file CacheResults.c.

◆ coh_relevance

REAL4* WeaveCacheQueries::coh_relevance

Relevance of each queried coherent frequency block.

Definition at line 77 of file CacheResults.c.

◆ coh_nres

UINT8* WeaveCacheQueries::coh_nres

Number of computed coherent results (per query)

Definition at line 79 of file CacheResults.c.

◆ coh_ntmpl

UINT8* WeaveCacheQueries::coh_ntmpl

Number of coherent templates (per query)

Definition at line 81 of file CacheResults.c.

◆ semi_rssky_transf

const SuperskyTransformData* WeaveCacheQueries::semi_rssky_transf

Reduced supersky transform data for semicoherent lattice.

Definition at line 83 of file CacheResults.c.

◆ semi_index

UINT8 WeaveCacheQueries::semi_index

Sequential index for the current semicoherent frequency block.

Definition at line 85 of file CacheResults.c.

◆ semi_rssky_dim0

double WeaveCacheQueries::semi_rssky_dim0

Definition at line 87 of file CacheResults.c.

◆ semi_phys

PulsarDopplerParams WeaveCacheQueries::semi_phys

Physical coordinates of the current semicoherent frequency block.

Definition at line 89 of file CacheResults.c.

◆ semi_left

INT4 WeaveCacheQueries::semi_left

Index of left-most point in current semicoherent frequency block.

Definition at line 91 of file CacheResults.c.

◆ semi_right

INT4 WeaveCacheQueries::semi_right

Index of right-most point in current semicoherent frequency block.

Definition at line 93 of file CacheResults.c.

◆ semi_relevance

REAL4 WeaveCacheQueries::semi_relevance

Relevance of the current semicoherent frequency block.

Definition at line 95 of file CacheResults.c.

◆ semi_relevance_offset

double WeaveCacheQueries::semi_relevance_offset

Offset used in computation of semicoherent point relevance.

Definition at line 97 of file CacheResults.c.

◆ semi_ntmpl

UINT8 WeaveCacheQueries::semi_ntmpl

Number of semicoherent templates (over all queries)

Definition at line 99 of file CacheResults.c.