-
Notifications
You must be signed in to change notification settings - Fork 6
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
fd7c899
commit 701a91d
Showing
11 changed files
with
1,172 additions
and
1,125 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,2 +1,4 @@ | ||
V0.1.2a, Dec 14, 2014 -- First Conda Package | ||
V0.2.1, Jan 12, 2017 -- Added place_server | ||
V0.2.0, Jan 12, 2017 -- Web Inerface Added | ||
V0.1.2a, Dec 14, 2016 -- First Conda Package | ||
V0.1.0, May 28, 2014 -- Initial release |
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,21 +1,44 @@ | ||
|
||
===== | ||
PLACE | ||
===== | ||
# PLACE | ||
|
||
PLACE is an open-source Python package for laboratory automation, control, and experimentation. | ||
|
||
It provides driver modules for automating laboratory instruments, example implementation scripts, and modules for visualizing and processing waveform data (available with PALplots: https://github.com/PALab/PALplots). | ||
|
||
A goal of PLACE is to develop a repository of instrument drivers for laboratory automation. In addition, rapid development of compatible processing software will streamline laboratory activity from acquisition through data analysis. | ||
|
||
To install PLACE from the source: | ||
Download the source code and unzip `PLACE-master.zip`. From the `PLACE-master` folder, run the following from the command line to install: | ||
## Installation | ||
|
||
python setup.py install | ||
### Install PLACE via conda | ||
|
||
``` | ||
conda install -c defaults -c conda-forge -c freemapa place | ||
pip install obspyh5 websockets | ||
``` | ||
|
||
## Running PLACE | ||
|
||
### Control PLACE via the command-line interface | ||
|
||
``` | ||
place_scan [options] | ||
``` | ||
|
||
Run ```scan --help``` for options. | ||
|
||
### Control PLACE via web app (requires Python >= 3.5) | ||
|
||
``` | ||
place_server | ||
``` | ||
|
||
Then open place/web/place.html in any web browser. | ||
|
||
## Authors | ||
|
||
Authors: | ||
Jami L Johnson | ||
|
||
Henrik tom Wörden | ||
|
||
Kasper van Wijk | ||
|
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 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
Oops, something went wrong.