PALab / place

Python package for laboratory automation, control, and experimentation
GNU Lesser General Public License v3.0
31 stars 6 forks source link

Web app #6

Closed paul-freeman closed 7 years ago

paul-freeman commented 7 years ago

This introduces the web app - which is functional. I have also uploaded this to Anaconda Cloud as version 0.2.1, so you should be able to update via conda.

Also, please note that I have changed the name of the executables. scan is now place_scan, picomotor is now place_picomotor, etc. I mainly did this so that a generic executable like scan wouldn't conflict with anything else the user has installed.

And, I've added place_server which starts up the server for use with the web app. So, you should be able to just run this and then load the place.html file and run some scans... although I haven't tested this in the lab yet.

If you can't find the HTML file, it is in the place/web directory.