Commit 114278ff authored by Alexander Lapshin's avatar Alexander Lapshin

asc node tweak

parent c0876035
...@@ -41,8 +41,8 @@ void AscNodeOrbit::calc_asc_node(Propagator& prop, const TimeJD& date, const boo ...@@ -41,8 +41,8 @@ void AscNodeOrbit::calc_asc_node(Propagator& prop, const TimeJD& date, const boo
// std::string date_s = DateToStr(result.T); // std::string date_s = DateToStr(result.T);
// std::cout << date_s << "\n"; // std::cout << date_s << "\n";
if (DaysInterval(date, result.T) * 86400 > 60) { if (DaysInterval(date, result.T) * 86400 > 600) {
// TODO sometimes date lower result.T less than 60 sec // TODO sometimes date lower result.T less than 600 sec
//SInitOrbit ascNodeOrbit; //SInitOrbit ascNodeOrbit;
//if (!jump_arg_of_lat(date, prop, 0, gcs_node, ascNodeOrbit)) { //if (!jump_arg_of_lat(date, prop, 0, gcs_node, ascNodeOrbit)) {
// throw Exp() << "internal error in ascending node method 2"; // throw Exp() << "internal error in ascending node method 2";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment