-
Notifications
You must be signed in to change notification settings - Fork 16
swap position x z coordinate interpretation #488
Copy link
Copy link
Closed
Labels
closed in devIndicates issue is closed in the dev branch, available at: https://scadnano.org/dev/Indicates issue is closed in the dev branch, available at: https://scadnano.org/dev/high prioritySomething cruicial to get working soon.Something cruicial to get working soon.invalidThis doesn't seem rightThis doesn't seem right
Metadata
Metadata
Assignees
Labels
closed in devIndicates issue is closed in the dev branch, available at: https://scadnano.org/dev/Indicates issue is closed in the dev branch, available at: https://scadnano.org/dev/high prioritySomething cruicial to get working soon.Something cruicial to get working soon.invalidThis doesn't seem rightThis doesn't seem right
Undo what was done to close issue #307.
What I didn't realize when that was implemented is that it switched us from a right-handed coordinate system to a left-handed coordinate system. We want to go back to right-handed to make it simpler to export to 3D tools such as oxDNA.
Let's ensure backward compatibility here by bumping the minor version number once this is fixed, checking the version on import from a
.scfile, and swapping the x-z coordinates on prior versions.Related to Python package issue 144.