Flow Change Detection

4. Flow Change Detection#

from molass.Global.Options import set_molass_options
set_molass_options(flowchange=True)
import numpy as np
import matplotlib.pyplot as plt
from molass.Local import get_local_settings
from molass.DataObjects import SecSaxsData as SSD
local_settings = get_local_settings()
ORIGINAL_DATA = local_settings['ORIGINAL_DATA']
ssd = SSD(ORIGINAL_DATA)
ssd.plot_3d();
tinfo = ssd.make_trimming()
ssd.plot_trimming(tinfo)
<molass.PlotUtils.PlotResult.PlotResult at 0x1e83cf9df70>
../../_images/7d517b26b88f7c149d2ff4d03173ff20edcc172873f570b316e167bdf4837b3e.png ../../_images/4f81f3cefd104074a99ce6b770ae2d8d3493aeb80961a244e736c1285342bec7.png