James Gao

Results 21 comments of James Gao

Would it be possible to actively drive the motor out of the cogging detents using the encoder inputs? Perhaps adding "viscosity" to the feel of the knob would also be...

Glad the code can be of use! I should really take some time and document this code -- there's actually a full blown web interface for controlling the kiln. If...

Ahh, that's a good idea -- I should add the curvature and thickness directly when the rois.svg file is first created. In the mean time, you should be able to...

Ok, I can fix this. However, question for other people as well -- what should happen to medial wall voxels when you request the cortical mask? Should it include those...

Hmm, I think I might prefer Natalia's solution. Adding this additional logic to db.get_mask is very weird and non-intuitive. I will most likely implement the try/catch solution.

It will keep returning the non-trimmed mask until you consciously go in and delete that mask. The behavior respects the rules set up for all other masks, namely that they...

Wait, which function are you using to generate the mask? I'm not getting any errors while generating the mask for a subject with no flatmap. What error is it?

This could be very elegantly implemented with git and/or git-annex. It would allow us to automatically check in relevant files, clone entire filestores, and implement version tracking for various subjects.

I support the use of get_roi_mask with a simplified codebase for the "backwards" function. I'll look into that over the next few days, but I suspect that better documentation would...

Hmm, I just realized there might be a very simple way to get around this. What if we just generated the roi masks in anatomical space, then downsampled them to...