Files
simpeg/simpegEM/Utils/EMUtils.py
T

5 lines
116 B
Python

import numpy as np
def omega(freq):
"""Change frequency to angular frequency, omega"""
return 2.*np.pi*freq