lukingroup / pylabnet

Client-server, python-based laboratory software
MIT License
17 stars 8 forks source link

Gefen data visualizer #411

Closed YanChengWeiTony closed 12 months ago

YanChengWeiTony commented 12 months ago

Gefen:

Added the option of y matching data inside the Data visualizer. The goal is to simplify the process of plotting. There are 2 new bottoms to push: image

Once you select an x data that has "x" in it and press "Help with matching y data" - it will show you on the Y-axis only the files that match (with a variance of 1 minute). For example: image another example: image

That's it! Now you will select the x file and get the y matched file automatically and plot in a second: image

Notes:

  1. If you will press "Help with matching y data" without selecting any x-data you will see the message: image

  2. If you will press "Help with matching y data" after selecting a file without "x" in it, you will see the message: image

  3. You can always press the "Clear y matched data" to show all the y files without the new matching feature (up to your search values!)