-
Notifications
You must be signed in to change notification settings - Fork 52
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ef136c2
commit a3e0fe0
Showing
14 changed files
with
42 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
name = "pycromanager" | ||
|
||
from pycromanager.acquisition.java_backend_acquisitions import JavaBackendAcquisition, MagellanAcquisition, XYTiledAcquisition, ExploreAcquisition | ||
from pycromanager.acquisition.java_backend_acquisitions import (JavaBackendAcquisition, MagellanAcquisition, | ||
XYTiledAcquisition, ExploreAcquisition) | ||
from pycromanager.acquisition.acquisition_superclass import multi_d_acquisition_events | ||
from pycromanager.acquisition.acq_constructor import Acquisition | ||
from pycromanager.headless import start_headless, stop_headless | ||
from pycromanager.mm_java_classes import Studio, Magellan | ||
from pycromanager.core import Core | ||
from pyjavaz import JavaObject, JavaClass, PullSocket, PushSocket | ||
from pycromanager.acquisition.acq_eng_py.main.acq_notification import AcqNotification | ||
from ndstorage import Dataset | ||
|
||
from pycromanager.headless import start_headless, stop_headless | ||
from mmpycorex import download_and_install_mm, find_existing_mm_install, Core | ||
|
||
from ._version import __version__, version_info |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.