-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Following changes in `panoptes-utils`, this cleans up and simplifies the Docker services. ## Description * **Breaking change** Python 3.8 * **Breaking change** Default service install does not include ``focuser`` dependencies. * **Breaking change** Default Docker command is a ``ipython`` console with the simulators loaded. * **Breaking change** Docker image only contains limited set of files. * **Breaking change** Directories inside the service image have been simplified for easier mapping onto desired targets on the host. The main top-level directory (i.e. ``$PANDIR``) is now ``/POCS`` with other folders nested underneath. * **Breaking change** Removing ``peas`` scripts. * Simple example script for creating a ``POCS`` instance with all simulators. * Using ``threading.excepthook`` to log errors in camera exposure threads. Addresses some of #1047. * Updated install script (includes ZSH again). * Pointing state is skipped if `num_pointing_images==0`. * Images use ``gcr.io/panoptes-exp/panoptes-utils`` as base. * Docker files are all contained within ``docker`` folder. * Docker image has tycho2 10-19 index files for plate-solving. * Docker services (``config-server`` and ``pocs-control``) are started in ``global`` mode so there can be only one. * Config changed to run with simulators out of the box. * Removing old scripts and config files. * Simplify testing service by removing ``tests/env`` file. * The default ``radius`` for solving images is 15°. ## Related Issue Needed by #1071, #1072
- Loading branch information
Showing
44 changed files
with
369 additions
and
1,263 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 |
---|---|---|
|
@@ -22,7 +22,6 @@ logs/ | |
notebooks | ||
examples | ||
docs | ||
build | ||
coverage.xml | ||
|
||
# Build and docs folder/files | ||
|
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
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.