Matthew Brett

Results 450 comments of Matthew Brett

I wonder whether we can develop this idea by using `threshold_norm` where the argument should be a 2 tuple of threshold and function (or standard name for function). The current...

To expand on further reflection; I think we have discovered that the default scaling gave a useful but flawed heuristic for thresholding. It's useful because of its normalization (-1, 1,...

And returning to this again. I wonder whether we should rethink the API in a more radical way here. Already we have `threshold`, `threshold_abs` and `threshold_rel`. I wonder whether we...

Thanks for the suggestions - I realized that it was a big ask. It was just in case it triggered some suspicions that you might want to investigate further -...

Sorry to have missed this helpful reply. Please forgive my ignorance, but would this be as simple as something like: ```c multi = PyArray_malloc(sizeof(PyArrayMultiIterObject) * 2); ``` instead of the...

I think you're suggesting: ```c multi = PyArray_malloc(PyArrayMultiIter_Type.tp_basicsize); ``` and if so - that also resolves the segfault - is that the right fix?

Excellent - thanks much for your help...

Thanks for this. I had a quick look. If I understand right, you just save the data, affine, extra components as separate named datasets at the given path, then extract...

Thanks for reminding me. Sorry, I got submerged under a sea of Christmas and New Year comestibles. I will post to the list in a day or two. The reason...

Oops - got buried again when traveling. I need to clear my inbox, but I hope to get to this by the beginning of next week. The NI-DM looks pretty...