def morphology(self):
"""
An image which describes the static morphology. A good choice is to use the maximum projection over the non
normalized data.
:getter: obtain the morphology image.
:setter: set the morphology image, will trigger the :py:attr:`samuroi.SamuROIData.morphology_changed` event.
:type: 2D numpy array with same image shape as data.
"""
return self.__morphology
评论列表
文章目录