Skip to content

metadata doesn't propagate from LateralProfile to Curve #17

@grzanka

Description

@grzanka

See this:

>>> 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 : {}

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions