class GaussianModel:
def __init__(self, alphah=None, refPoints=None):
self.alphah = alphah
self.refPoints = refPoints
def setAlpha(self, alphah):
def setRefPoints(self, refPoints):