<div dir="ltr"><div>Hello, I was wondering if it is possible to tile multiple volume series such that one can have 2-3 series playing side by side?</div><div><br></div><div>If so could you suggest the syntax for the tile command I cannot seem to get it right?  I have the two vseries loaded as #1 and #2 (and each series has 10 sub volumes).</div><div><br></div><div>I have tried variations of <br></div><div><br></div><div>tile #1,2 columns  2 spacingFactor 1</div><div><br></div><div>and get errors like this:</div><div>Traceback (most recent call last):<br>  File "/opt/UCSF/ChimeraX-daily/lib/python3.7/site-packages/chimerax/cmd_line/tool.py", line 258, in execute<br>    cmd.run(cmd_text)<br>  File "/opt/UCSF/ChimeraX-daily/lib/python3.7/site-packages/chimerax/core/commands/cli.py", line 2837, in run<br>    result = ci.function(session, **kw_args)<br>  File "/opt/UCSF/ChimeraX-daily/lib/python3.7/site-packages/chimerax/std_commands/tile.py", line 27, in tile<br>    spacing = max([m.bounds().radius() for m in models]) * spacing_factor<br>  File "/opt/UCSF/ChimeraX-daily/lib/python3.7/site-packages/chimerax/std_commands/tile.py", line 27, in <listcomp><br>    spacing = max([m.bounds().radius() for m in models]) * spacing_factor<br>AttributeError: 'NoneType' object has no attribute 'radius'<br><br>AttributeError: 'NoneType' object has no attribute 'radius'<br><br>File "/opt/UCSF/ChimeraX-daily/lib/python3.7/site-packages/chimerax/std_commands/tile.py", line 27, in <br>spacing = max([m.bounds().radius() for m in models]) * spacing_factor</div><div><br></div><div>Thanks in advance for any suggestions you have.</div><div><br></div><div>sean<br></div></div>