Skip to content

Improve NormalizeData #39

Description

@vrtulka23

Initialize NormalizeData with data columns

with snt.NormalizeData(xaxis=True, yaxis=True, xdata, ydata) as n:

If zdata is a scalar, following error ocures:

    zminpos = np.nanmin(vdata[vdata>0]) if np.sum(vdata>0) else np.nan
TypeError: '>' not supported between instances of 'list' and 'int'

Ideally, one would set x and y first and then the z data values

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions