Skip to content
Snippets Groups Projects
Commit 3d513f4e authored by tomrink's avatar tomrink
Browse files

snapshot...

parent eba79292
No related branches found
No related tags found
No related merge requests found
import numpy as np import numpy as np
class MyGenericException(Exception):
def __init__(self, message):
self.message = message
DEG_TO_RAD = np.pi/180.0; DEG_TO_RAD = np.pi/180.0;
RAD_TO_DEG = 180.0/np.pi; RAD_TO_DEG = 180.0/np.pi;
r_pol = 6356.5838 # km r_pol = 6356.5838 # km
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment