Allows the user to specify the string format when saving to streamline_weights.txt the estimated coefficients of the streamlines. this is done via the new parameter coeffs_format pf the save_results() function, and its default value is %.5e as it was before.
Allows the user to specify the string format when saving to
streamline_weights.txt
the estimated coefficients of the streamlines. this is done via the new parametercoeffs_format
pf thesave_results()
function, and its default value is%.5e
as it was before.