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

Auxiliary functionality for merging orbital CUBEs #42

Open
bskinn opened this issue Sep 18, 2016 · 1 comment
Open

Auxiliary functionality for merging orbital CUBEs #42

bskinn opened this issue Sep 18, 2016 · 1 comment

Comments

@bskinn
Copy link
Owner

bskinn commented Sep 18, 2016

Some tools (e.g., orca_plot) appear to only generate single-orbital CUBEs. Potentially handy to enable merging into a single file.

Would have to check for the indices, to ensure no collisions, and probably also consistency-check everything in the header (origin, axes, units, number/ID/position of atoms). So, not trivial, but still possibly worthwhile.

Would probably also need functionality for changing the comment(s) of the merged CUBE, since the data will contain more than just what was in one of the source CUBEs.

@bskinn
Copy link
Owner Author

bskinn commented Jan 22, 2017

Origin and voxel axes MUST match, for this utility. CUBE file interpolation is a different matter, #64. Could eventually be integrated with this, but not on initial implementation

Definitely want to implement consistency checks for geometry, (other things?), in cases where it's desired to wrap datasets from different systems into a single CUBE. So, by default run the checks and error (for subsequent exit if cmdline) if fail, but provide options to ignore individual checks (or all checks) to allow user override.

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

No branches or pull requests

1 participant