예제 #1
0
    def __init__(self):
        services = [
            "imagej.event.EventService", "imagej.object.ObjectService",
            "imagej.display.OverlayService", "imagej.display.DisplayService",
            "imagej.platform.PlatformService",
            "imagej.ext.plugin.PluginService",
            "imagej.ext.module.ModuleService", "imagej.ui.UIService",
            "imagej.tool.ToolService"
        ]

        self.context = IJ2.create_context(services)
예제 #2
0
    def __init__(self):
        services = [
            "imagej.event.EventService",
            "imagej.object.ObjectService",
            "imagej.display.OverlayService",
            "imagej.display.DisplayService",
            "imagej.platform.PlatformService",
            "imagej.ext.plugin.PluginService",
            "imagej.ext.module.ModuleService", 
            "imagej.ui.UIService",
            "imagej.tool.ToolService"
        ]

        self.context = IJ2.create_context(services)
예제 #3
0
 def setUpClass(cls):
     cls.context = ij2.create_context(None)