Skip to content

added save scatter button

Saad Jbabdi requested to merge issue_92_new_save_button into master

With MC help managed to add a button. This uses JS under the hood. The output file name is hard-coded and the web browser decides where the file is saved, so not quite what the specs said, but I think this is fine. The output file is CSV, also think this is fine. It saves bvals+bvecs+signal so user can go on and model the signal. It also adds noise. In future may save diffusion times etc if available.

Merge request reports