DataStructure.RawData#

RawData.py

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

class RawMatrix#

Bases: object

plot_3d(ax, alpha=1)#
class RawUv(in_folder)#

Bases: RawMatrix

apply_restriction(array, vector)#
get_row_index(w)#
class RawUvProxy(ey, j0=0)#

Bases: RawUv

class RawXray(in_folder)#

Bases: RawMatrix

apply_restriction(array)#
exclude_elution(points)#

ported from SerialData.exclude_intensities

exclude_elution_impl(from_, to_)#

ported from SerialData.exclude_intensity

get_row_index(q=None)#
make_uv_proxy()#
get_row_index_impl(qvector, q)#