-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Welcome to the RealSimpleGrapher wiki!
RealSimpleGrapher is a pyqtgraph based live graphing interface that works with LabRAD experimental control using pylabrad. The focus is on simple, fast plotting with integrations for Labrad Datavault and ParameterVault servers.
- Hartmut Haeffner group at UC Berkeley
- Wes Campbell group at UCLA
- Andrew Jayich group at UCSB
The grapher requires LabRAD along with python using pylabrad and pyqtgraph
We also use Numpy and Scipy
The grapher is simply a graphical server that runs on LabRAD. The best way to get this server is to clone this repository onto your system and run the rsg.py in the main folder directly. Since the server is graphical you should not run it in a node of LabRAD such as the Scalabrad web node.
An example config file is included in the repository as GUIConfig.py.example . Simply delete the .example tag to make it a valid python file and edit away!