Zachary P Christensen

Results 347 comments of Zachary P Christensen

I agree. I want to get the first out the door ASAP. I'm putting together the BIDS stuff [here](https://github.com/Tokazama/BrainImagingDataStructurePlus.jl) for now. Right now I'm just outlining everything so that it...

Yes I have. And that's useful for the vast majority of cases, but there's a whole slew of CIfTI formats that require "somename.unique_variant.nii" so it requires an additional parsing of...

BTW. My latest stuff is nearly ready to be merged to my branch and once those tests are passing I'll merge. The only hold up at this point is getting...

I'm finishing up a pretty thorough write up on how to move that ahead that I'll post to relevant channels (hopefully today). I have to finish a fairly important analysis...

Yes and I'm hoping to get my branch ready for a pull request soon. I intended to finish it over the summer but my PhD program decided to give me...

We need to separate some of the processes here and have something like `niload(f::AbstractString) -> IOMeta` and `read(::IOMeta) -> AbstractArray`. It will take a little reworking because the whole I/O...

I'm tempted to drop the whole distinction between "raw" and actual data type. That would make fixing this straightforward. Thoughts?

Technically there are two values for adding and multiplying the raw data. These serve to minimize the file size if you don't have enough unique values to need a Float64....

I'm going to be making a fairly breaking change here soon that will fix this. I'm mostly getting dependencies registered and working.