>>> from beprof import curve
>>> from beprof import profile
>>> p1 = profile.LateralProfile( [[0,0],[1,1]], generator="sin")
>>> print(p1)
shape: (2, 2)
X : [0.000,1.000]
Y : [0.000000,1.000000]
Metadata : {'generator': 'sin'}
FWHM = nan None
Center = nan Penumbra = [0.800,nan]
>>> c1 = curve.Curve(p1)
>>> print(c1)
shape: (2, 2)
X : [0.000,1.000]
Y : [0.000000,1.000000]
Metadata : {}