CADETProcess.fractionation.Fractionator.save#
- Fractionator.save(case_dir: str, start: float = 0, end: float | None = None) None[source]#
Save chromatogram and purity plots to a specified directory.
- Parameters:
- case_dirstr
Directory name within the working directory to save plots.
- startfloat, optional
Start time for plotting purity, default is 0.
- endOptional[float]
End time for plotting purity. If None, includes all data.