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

write to csv function added to pycroscopy.core.io.write_utils #172

Merged
merged 9 commits into from Jun 14, 2018

Conversation

str-eat
Copy link
Contributor

@str-eat str-eat commented Jun 13, 2018

outputs h5 files in a csv format for analysis with other plotting/analysis tools

Copy link
Member

@ssomnath ssomnath left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@str-eat - Perhaps your function should take as an input a Pycrodataset instead of the path to a hdf5 file. Also, you can assume that you will always have h5py and os. Please replace "import pycroscopy as px" and "px.PycroDataset" with "from .pycro_data import PycroDataset" at the top of the file. You can continue the rest as is.

@str-eat
Copy link
Contributor Author

str-eat commented Jun 14, 2018

@ssomnath I've made the changes you proposed. Please take a look at your earliest convenience!

@ssomnath ssomnath self-assigned this Jun 14, 2018
to avoid circular imports
@ssomnath ssomnath merged commit e4c3b07 into master Jun 14, 2018
@str-eat str-eat deleted the str-eat-dev branch June 14, 2018 14:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants