dreye.ReceptorEstimator.register_system_adaptation#

ReceptorEstimator.register_system_adaptation(x, add_baseline=True, add=False)[source]#

Register an adaptational state according to a set of intensities

Parameters:
Xndarray of shape (n_sources)

Set of intensity values.

add_baselinebool, optional

Whether to add the baseline value the adaptational state, by default True.

addbool, optional

Whether to add this adaptational state to the current adaptational state, by default False.