Removed unused call options

This commit is contained in:
2021-03-18 08:50:00 +01:00
parent 8ff0caa4da
commit 3373ba845f

View File

@@ -12,7 +12,7 @@ from fsl_mrs.utils.fitting import fit_FSLModel
def synth_and_ana(noise_cov,
fit_parameters, fit_snr, fit_sdnoise, fit_varnoise,
df_parameter_synth, basis_path, output_path):
df_parameter_synth, basis_path):
"""Synthetise spectra with given noise-covariance, analyse the data and
return table of fitting parameters with a fit-plot.
We ignore Gly. Independent scaling of Macro Molecules."""