fix(file_writer): Fix file_writer format method. #178
Reference in New Issue
Block a user
Delete Branch "feat-csaxs-file-writer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR fixes the file_writer format of cSAXS.
The idea is that you now simply adjust the
formatmethod to match your desired NeXus format. I left the old code, and migrated it to the new syntax. Please check the docstring of the format method, and you can fill your NeXuS structure.