DataObjects.SsMatrixData#

DataObjects.SsMatrixData.py

Copyright (c) 2025, SAXS Team, KEK-PF

class SsMatrixData(iv, jv, M, E)#

Bases: object

copy(slices=None)#
get_icurve(pickat)#
get_jcurve(j)#

Returns a j-curve from the XR matrix data.

Parameters:

j (int) – Specifies the index to pick a j-curve. The j-curve will be made from ssd.xrM[:,j].

Examples

>>> curve = sd.get_jcurve(150)
get_moment()#
get_baseline2d(**kwargs)#