Skip to content

Commit

Permalink
Merge pull request #792 from henrypinkard/main
Browse files Browse the repository at this point in the history
Don't need to explicity start engine in headless mode
  • Loading branch information
henrypinkard authored Jul 15, 2024
2 parents 0c3e4f1 + 8165a60 commit aa53237
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
4 changes: 2 additions & 2 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.micro-manager.pycro-manager</groupId>
<artifactId>PycroManagerJava</artifactId>
<version>0.46.16</version>
<version>0.46.17</version>
<packaging>jar</packaging>
<name>Pycro-Manager Java</name>
<description>The Java components of Pycro-Manager</description>
Expand Down Expand Up @@ -148,4 +148,4 @@
</repository>
</distributionManagement>

</project>
</project>
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,7 @@ public static void main(String[] args) throws Exception {
core.enableStderrLog(true);
core.enableDebugLog(true);
core.setPrimaryLogFile(coreLogPath);


//Start acq Engine
engine_ = new Engine(core);


//Start ZMQ server
Function<Class, Object> instanceGrabberFunction = new Function<Class, Object>() {
@Override
Expand Down

0 comments on commit aa53237

Please sign in to comment.