LarsonLab / hyperpolarized-mri-toolbox

The goal of this toolbox is to provide open-source research-level and prototyping software tools for hyperpolarized MRI experiments. It is currently based on MATLAB/Octave code, and includes code for designing radiofrequency (RF) pulses, imaging gradients, data reconstruction, and data analysis. doi: 10.5281/zenodo.1198915
39 stars 32 forks source link

ALMOST runs in octave #16

Open galenreed opened 5 years ago

galenreed commented 5 years ago

Just in case you're interested: I'm trying out this toolbox in octave; it pretty much runs with the tool boxes optim, io, and statistics added, but a few things aren't implemented yet:

agentmess commented 4 years ago

startup.m added to add appropriate Octave toolboxes

fit_pyr_kinetics() now runs in Octave

Remaining issue: fit_kPL still uses optimoptions and nlparci

agentmess commented 4 years ago

I think its mostly Octave compatible, I've thrown in a couple Jupyter notebooks which take advantage of this. reopen this if you run into issues!

agentmess commented 4 years ago

in spectral-spatial pulse design, cfirpm() used in fir_pm_minpow() but not implemented in octave