5. Baseline Models#
5.1. Study Points#
ssd.plot_3d()
from molass_data import SAMPLE1
from molass.Global.Options import set_molass_options
from molass.DataObjects import SecSaxsData as SSD
set_molass_options(flowchange=True)
ssd = SSD(SAMPLE1)
ssd.plot_3d();

ssd.plot_trimming();
zeros at the angular ends of error data have been replaced with the adjacent values.
