davidssmith / DCEMRI.jl

DCE MRI analysis in Julia
Other
37 stars 16 forks source link

dimensionality of r1eff() in science.jl #18

Closed elijahrockers closed 8 years ago

elijahrockers commented 8 years ago

function currently only accepts 2D images.

consider using reshape instead of squeeze perhaps? also one for loop may have to be recursive to account for varying dimensionality

davidssmith commented 8 years ago

Good catch. reshape could be used in the way it is used in ser.

elijahrockers commented 8 years ago

Any chance you could take a look at https://github.com/elijahrockers/DCEMRI.jl/issues/2 Not sure why I'm seeing this error in my fork, looks like it has to do with function declaration, i just don't know the types in julia very well

elijahrockers commented 8 years ago

fixed