Bryant

Results 4 comments of Bryant

>This is a similar approach to how CZI wrote their MicromanagerReader except I would use a NamedTuple instead of a Dict for typing purposes. That is my teammate (small distinction,...

FWIW, regarding automatic ome-tiff master discovery, the above code snippet works well. Querying `tiff.scenes` was terribly inefficient in that `scenes` will comb through the whole file for the page locations,...

Hi bartdag, This is a plugin for this application: https://micro-manager.org/wiki/Writing_plugins_for_Micro-Manager The program uses JRE 1.6, but i've been using 1.8. This could be the big problem? Even if I force...

Hi bartadg, I finally got around to using py4j's classloading strategy you describe above. It works! I used just RootClassLoadingStrategy and voila. Thanks for all your help.