Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with saving scan data as csv file in the confocal GUI #706

Open
abhishek-kejriwal opened this issue Nov 2, 2022 · 1 comment
Open

Comments

@abhishek-kejriwal
Copy link

I am currently running confocal scans using the confocal GUI and everything works as expected. However on exporting the scan as a csv file, I get a blank file as output. I am having trouble figuring out how to solve this issue.

Image of the saved csv file:
image

@timoML
Copy link
Contributor

timoML commented Nov 7, 2022

Are you refering to saving via 'Right click' into the scan -> 'Export...'? This (pyqtgraph provided) option was never properly implemented. The way to go would be to edit the confocal_logic and the save_logic to support csv saving via 'File' -> 'Save xy scan'. But as far as I see, csv is currently not supported by the save_logic.

That being said, in the soon-to-be-released new core saving is way more flexible and a CsvDataStorage object for your purpose is already available.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants