User Guide
This section covers concepts, architecture, and detailed usage of Slitflow.
In code blocks, we will assume that the common packages have been imported as follows:
import slitflow as sf
import numpy as np
import pandas as pd
import matplotlib.pyplot as plt