Selective.PeakProxy

Contents

Selective.PeakProxy#

Selective.PeakProxy.py

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

class PeakProxy(top_x=None, top_y=None, area_prop=None, sign=1)#

Bases: object

This is a proxy class for EmgPeak class. the instance should behave consistently in FitRecord.sort_fit_recs, so that the order of the fit_recs is the same as the order of the peaks. task: to unify the code of PeakProxy and EmgPeakProxy.