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

Make Python file an executable file by default #3

Closed georgeslabreche closed 3 years ago

georgeslabreche commented 3 years ago

Use chmod +x on the file and put #!/usr/bin/python3 in the first line.

BenDB3199 commented 3 years ago

Used #!/usr/bin/env python3 as #!/usr/bin/python3 did not work in the virtual environment.