Francisco,
Sorry, I found one other bug. When I use the multifit routine to fit a Voigt function to my ZLP I keep getting the error message "DeprecationWarning: The `weights` argument is deprecated and will be removed in the next release". The error message appears continuously until the fitting routine stops. I am not using any weights for the fitting routine. I was using the MPFIT optimizer with bounds, and I tried removing the bounds and switching to the least squares optimizer, but I still get the same message. I also specified weights=None for the multifit routine, but the error message still shows up. The multifit routine still fits Voigt function well, I just get hundreds of lines of text from the error message showing up on the notebook.
Cheers,
Andrew