KU-DO-Lab / Spearmint

Software to drive data aquisition for nanodevices, intended for our low temperature measurements. Based on University of Washington's nanophys/MeasureIt.
MIT License
0 stars 0 forks source link

CSV data collection #1

Closed do-lab-ku closed 1 month ago

do-lab-ku commented 1 month ago

Currently we only save to CSV manually, it would be good to do this automatically after a sweep.

Mamba-Grant commented 1 month ago

Feature implemented- renamed "origin files" to "exported files" as that makes more sense. Autosaves are made to this directory automatically after every sweep. Tested with Sweep0D (time). Needs to be tested with queue.

I believe we should auto save on the completion of every single sweep, although perhaps we could implement a setting to change this behavior to export on the final sweep of the queue.

Mamba-Grant commented 1 month ago

Closing issue for now, I will re-open it if we want to add a setting as discussed in previous comment. Right now the philosophy is that more saves is better than few, but we shall see.