BenDB3199 / Attitude_from_quaternions

The code takes in quaternions and a timestamp along with TLE data from the OPS-SAT and outputs satellite attitude information like roll, pitch, yaw and angle to nadir.
0 stars 0 forks source link

Comment, and possibly rename, the parse_TM function #5

Open georgeslabreche opened 3 years ago

georgeslabreche commented 3 years ago

See examples of different Docstring Formats here: https://realpython.com/documenting-python-code/#docstring-formats

Pick and implement your favourite one.

BenDB3199 commented 3 years ago

Decided for NumPy/SciPy Docstrings. Used it for the TLE and satpos class definition. For the quaternions2euler function, I will wait with documentation until I finished working on the code as everything can still change.