(Fitter) Generalize multiple file inputs instead of subclassing
Currently each combination of input requires a subclass (SingleFitter, DoubleFitter, TripleFitter, MixedFitter). Although they are easy to create, I believe we could create a generalized class for handling an arbitrary number of inputs.