LowRank.Component#
LowRank.Component.py
This module contains the class Component, which is used to store information about each component of a LowRankInfo.
- class Component(icurve_array, jcurve_array)#
Bases:
object
A class to represent a component.
- get_icurve()#
Returns the i-curve object.
- get_jcurve()#
Returns the j-curve object.
- get_jcurve_array()#
Returns the j-curve array which contains qv, I and error in case of XR.
Currently, error is zeros in case of UV.
- compute_area()#
- compute_range(area_ratio, debug=False, return_also_fig=False)#
- make_paired_range(range_, minor=False)#