RasterProcessTool/SPG4Tool/SPG4Tool.h

14 lines
371 B
C
Raw Normal View History

2025-03-15 09:14:17 +00:00
#pragma once
#include <Tle.h>
#include <SGP4.h>
#include <Observer.h>
#include <CoordGeodetic.h>
#include <CoordTopocentric.h>
#include <vector>
#include <list>
#include <string>
#include "BaseConstVariable.h"
std::vector<SatelliteAntPos> RunTle(libsgp4::Tle tle, double start, double end, double inc, bool printfinfoflag, bool running = true, bool first_run = true);