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... | |
| INT4 * | coh_part_left_offset |
| Offset to apply to coherent left-most index to enclose a frequency partition. More... | |
| INT4 * | coh_part_right_offset |
| Offset to apply to coherent right-most index to enclose a frequency partition. More... | |
| UINT8 * | coh_index |
| Sequential indexes for each queried coherent frequency block. More... | |
| PulsarDopplerParams * | coh_phys |
| Physical points of each queried coherent frequency block. More... | |
| INT4 * | coh_left |
| Indexes of left-most point in queried coherent frequency block. More... | |
| INT4 * | coh_right |
| Indexes of right-most point in queried coherent frequency block. More... | |
| REAL4 * | coh_relevance |
| Relevance of each queried coherent frequency block. More... | |
| UINT8 * | coh_nres |
| Number of computed coherent results (per query) More... | |
| UINT8 * | coh_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... | |
| size_t WeaveCacheQueries::ndim |
Number of parameter-space dimensions.
Definition at line 53 of file CacheResults.c.
| size_t WeaveCacheQueries::dim0 |
Lowest tiled parameter-space dimension.
Definition at line 55 of file CacheResults.c.
| double WeaveCacheQueries::dfreq |
Definition at line 57 of file CacheResults.c.
| UINT4 WeaveCacheQueries::nqueries |
Number of queries for which space is allocated.
Definition at line 59 of file CacheResults.c.
| UINT4 WeaveCacheQueries::nfreq_partitions |
Number of partitions to divide semicoherent frequency block into.
Definition at line 61 of file CacheResults.c.
| UINT4 WeaveCacheQueries::freq_partition_index |
Index to current partition of semicoherent frequency block.
Definition at line 63 of file CacheResults.c.
| 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.
| 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.
| UINT8* WeaveCacheQueries::coh_index |
Sequential indexes for each queried coherent frequency block.
Definition at line 69 of file CacheResults.c.
| PulsarDopplerParams* WeaveCacheQueries::coh_phys |
Physical points of each queried coherent frequency block.
Definition at line 71 of file CacheResults.c.
| INT4* WeaveCacheQueries::coh_left |
Indexes of left-most point in queried coherent frequency block.
Definition at line 73 of file CacheResults.c.
| INT4* WeaveCacheQueries::coh_right |
Indexes of right-most point in queried coherent frequency block.
Definition at line 75 of file CacheResults.c.
| REAL4* WeaveCacheQueries::coh_relevance |
Relevance of each queried coherent frequency block.
Definition at line 77 of file CacheResults.c.
| UINT8* WeaveCacheQueries::coh_nres |
Number of computed coherent results (per query)
Definition at line 79 of file CacheResults.c.
| UINT8* WeaveCacheQueries::coh_ntmpl |
Number of coherent templates (per query)
Definition at line 81 of file CacheResults.c.
| const SuperskyTransformData* WeaveCacheQueries::semi_rssky_transf |
Reduced supersky transform data for semicoherent lattice.
Definition at line 83 of file CacheResults.c.
| UINT8 WeaveCacheQueries::semi_index |
Sequential index for the current semicoherent frequency block.
Definition at line 85 of file CacheResults.c.
| double WeaveCacheQueries::semi_rssky_dim0 |
Definition at line 87 of file CacheResults.c.
| PulsarDopplerParams WeaveCacheQueries::semi_phys |
Physical coordinates of the current semicoherent frequency block.
Definition at line 89 of file CacheResults.c.
| INT4 WeaveCacheQueries::semi_left |
Index of left-most point in current semicoherent frequency block.
Definition at line 91 of file CacheResults.c.
| INT4 WeaveCacheQueries::semi_right |
Index of right-most point in current semicoherent frequency block.
Definition at line 93 of file CacheResults.c.
| REAL4 WeaveCacheQueries::semi_relevance |
Relevance of the current semicoherent frequency block.
Definition at line 95 of file CacheResults.c.
| double WeaveCacheQueries::semi_relevance_offset |
Offset used in computation of semicoherent point relevance.
Definition at line 97 of file CacheResults.c.
| UINT8 WeaveCacheQueries::semi_ntmpl |
Number of semicoherent templates (over all queries)
Definition at line 99 of file CacheResults.c.