Actions
Bug #23
closedChimera snapshot program does not work with latest version of Chimera or on Fedora
Status:
Closed
Priority:
Normal
Assignee:
Amber Herold
Category:
-
Target version:
-
Affected Version:
Show in known bugs:
Workaround:
Description
The Chimera shapshot program 'apChimSnapshot.py' does not work with the latest version of Chimera (version 1.4). So, we are currently stuck using Chimera version 1.2509 and CentOS 5.
Two things are broken:- the Xvfb trick we use to generate images fails on the latest version of Fedora 12.
- the function call,
vertices, triangles = surf.surfacePieces[0].geometry
, is deprecated, so we need to find the new function.
Updated by Neil Voss almost 15 years ago
It appears in the latest version of Chimera (v1.4) images are rendered off-screen, see:
http://www.cgl.ucsf.edu/chimera/docs/relnotes/1.4.html
So, this may allow us to get rid of the Xvfb hack that we've been using.
Updated by Neil Voss almost 15 years ago
The scale bar function crashes on CentOS, so fixing the above problems should allow to create a scale bar on the snapshots.
Updated by Neil Voss almost 15 years ago
- Status changed from New to Closed
- Assignee set to Neil Voss
Made some changes while Tom Goddard was here. Revisions r13002 fixes this problem but introduces another problem namely Bug #82.
Updated by Neil Voss almost 15 years ago
- Assignee changed from Neil Voss to Amber Herold
Actions