DP3
tPredict.h
Go to the documentation of this file.
1 // Copyright (C) 2021 ASTRON (Netherlands Institute for Radio Astronomy)
2 // SPDX-License-Identifier: GPL-3.0-or-later
3 
4 #ifndef DP3_STEPS_TEST_UNIT_TPREDICT_H_
5 #define DP3_STEPS_TEST_UNIT_TPREDICT_H_
6 
7 #include <string>
8 
9 #include "base/Direction.h"
10 #include "test_config.h"
11 
12 namespace dp3 {
13 namespace steps {
14 namespace test {
15 
17 const std::string kPredictSkymodel =
18  DP3_RESOURCE_DIR "/tNDPPP-generic-skymodel.txt";
19 const std::string kPredictDirection = "0002.2+3139";
20 
23 constexpr base::Direction kExpectedFirstDirection{0.0097549942552467052,
24  0.55260038817991308};
25 } // namespace test
26 } // namespace steps
27 } // namespace dp3
28 
29 #endif
const std::string kPredictSkymodel
MS name for the predict tests.
Definition: tPredict.h:17
constexpr base::Direction kExpectedFirstDirection
Definition: tPredict.h:23
const std::string kPredictDirection
Definition: tPredict.h:19
This file has generic helper routines for testing steps.
Definition: AntennaConfig.h:53
A direction on the celestial sphere.
Definition: Direction.h:15