![]() |
CARTA Backend
The backend component of CARTA
|
#include "Message.h"
#include "Cache/RequirementsCache.h"
#include "DataStream/Compression.h"
#include <chrono>
Functions | |
void | FillHistogram (CARTA::Histogram *histogram, int32_t num_bins, double bin_width, double first_bin_center, const std::vector< int32_t > &bins, double mean, double std_dev) |
void | FillHistogram (CARTA::Histogram *histogram, const carta::BasicStats< float > &stats, const carta::Histogram &hist) |
void | FillStatistics (CARTA::RegionStatsData &stats_data, const std::vector< CARTA::StatsType > &required_stats, std::map< CARTA::StatsType, double > &stats_value_map) |
void FillHistogram | ( | CARTA::Histogram * | histogram, |
const carta::BasicStats< float > & | stats, | ||
const carta::Histogram & | hist | ||
) |
void FillHistogram | ( | CARTA::Histogram * | histogram, |
int32_t | num_bins, | ||
double | bin_width, | ||
double | first_bin_center, | ||
const std::vector< int32_t > & | bins, | ||
double | mean, | ||
double | std_dev | ||
) |
void FillStatistics | ( | CARTA::RegionStatsData & | stats_data, |
const std::vector< CARTA::StatsType > & | required_stats, | ||
std::map< CARTA::StatsType, double > & | stats_value_map | ||
) |