Opened 12 years ago
Closed 9 years ago
#14 closed enhancement (fixed)
Optimize saving STL surface files
Reported by: | Tom Goddard | Owned by: | Tom Goddard |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Retired | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | chimera |
Description
Currently saving STL surface files is extremely slow. A molecular surface of ribosome 3o5h takes at least 5 minutes to save (I'm still waiting for it to finish). This is because each triangle is handled in a Python loop. Would like this to take just an instant. Should be possible with a little Numpy trickery or some C++.
Note:
See TracTickets
for help on using tickets.
Done about a year ago.