aerospaceresearch / orbitdeterminator

determination of satellite orbits and more
MIT License
181 stars 113 forks source link

Math Domain Error #183

Closed archithadge closed 4 years ago

archithadge commented 4 years ago

Traceback (most recent call last): File "main.py", line 222, in <module> process(args.file_path, args.error, args.units) File "main.py", line 106, in process kep_final_inter[6, 0] = sgp4.rev_per_day(kep_final_inter[0, 0]) File "/home/archit/test/orbitdeterminator/orbitdeterminator/propagation/sgp4.py", line 30, in rev_per_day t = 2*pi*math.sqrt(axis**3/meu) ValueError: math domain error I am encountering this issue when I run main.py select any of the filters and methods.

archithadge commented 4 years ago

Tried to solve this issue here #182 .

vidhanarya commented 4 years ago

Solved in #182