Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

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 0x29798be1090>
<Figure size 1200x500 with 2 Axes>
<Figure size 1600x800 with 10 Axes>