HLCC Documentation 3.0.0
Loading...
Searching...
No Matches
hlcc_ptk.hpp
Go to the documentation of this file.
1
10
11#ifndef HLCC_COMMON_UTILS_HLCC_PTK_HPP
12#define HLCC_COMMON_UTILS_HLCC_PTK_HPP
13
14#include <tuple>
15
16std::tuple<double, double> NormalizeRaDec(double ra, double dec);
17
18#endif
std::tuple< double, double > NormalizeRaDec(double ra, double dec)
Definition hlcc_ptk.cpp:13