Brian Northan

Results 25 comments of Brian Northan

I am happy with a unified approach. I've used Jupyter Notebooks a lot, however I haven't had a chance to look at the new ImageJ Beaker notebooks yet. I would...

@awalter17 I just did all the changes you requested. Please let me know if there is anything else. Thanks.

Hi @imagejan It's been a while... I made some changes to this over a year ago but it looks like it slipped through the cracks after that. I'm not sure...

Hi @ctrueden The common scenario I've run into is optimizing programs that have both high level (ie frames in an image can be processed in parallel) and low level (individual...

Hi @igorpisarev thanks for the feedback. I agree it would be helpful to convert the inputs to the expected type automatically and will put this on my todo-list. By the...

In addition there are several examples showing how to use ops-deconvolution in the Fiji script editor, under 'Templates->Deconvolution'

https://github.com/bobpepin/YacuDecu @bobpepin wrote this and it is licensed under lgpl. I ran some tests on it a while back and it seems to work pretty well. It would be a...

https://github.com/bobpepin/YacuDecu @bobpepin wrote a gpu deconvolution and it is licensed under lgpl. I ran some tests on it a while back and it seems to work pretty well. It would...

Hi Curtis It would be great if you could show us the next iteration of ops. Correct me if I am wrong but it looks like these new Ops are...

Hi @gselzer Do you think the code could be a bit "DRYer"?? I can get almost the same result with a script that is a couple lines long. ``` #@...