Hi,
I have realized that the pixel_to_velocity function misses a return velocity (in compute_fluxes_and_EWs.py) and therefore when using the gaussian fitting there is a None printed instead of the value. When adding return velocity in line 52 this problem is fixed.