Titanlib
Library for quality control algorithms
|
#include <vector>
#include <math.h>
#include "titanlib.h"
#include <assert.h>
#include <iostream>
#include <exception>
#include <boost/date_time/gregorian/gregorian_types.hpp>
Functions | |
std::pair< int, int > | find_between (float lat, float latitudes[], int len) |
double | interpolate (int i1, int i2, float lat, float latitudes[], double numbers[]) |
double | mean_temp (float lat, int unixtime) |
std::pair< int, int > find_between | ( | float | lat, |
float | latitudes[], | ||
int | len | ||
) |
double interpolate | ( | int | i1, |
int | i2, | ||
float | lat, | ||
float | latitudes[], | ||
double | numbers[] | ||
) |
double mean_temp | ( | float | lat, |
int | unixtime | ||
) |