<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thank you!</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
That is exactly what I was trying to figure out. I really appreciate you help and the recipe you put up, that makes things a bit clearer on how to move forward with some other ideas.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
-Brandon</div>
<div>
<div id="Signature">
<div>
<p><span style="font-size:8pt; color:#999999"></span></p>
</div>
</div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> Tom Goddard <goddard@sonic.net><br>
<b>Sent:</b> Friday, October 9, 2020 9:27 PM<br>
<b>To:</b> Scott, Brandon L. <Brandon.Scott@sdsmt.edu><br>
<b>Cc:</b> chimerax-users@cgl.ucsf.edu <chimerax-users@cgl.ucsf.edu><br>
<b>Subject:</b> Re: [chimerax-users] [EXT] Re: Measure Motion / Blob Detection</font>
<div> </div>
</div>
<div class="" style="word-wrap:break-word; line-break:after-white-space">
<p><span style="color:#3366ff">    *** This email is from an EXTERNAL sender. Use CAUTION before opening attachments or clicking links.***</span></p>
<div>Hi Brandon,
<div class=""><br class="">
</div>
<div class="">  Ok, I added a "mark connected" command to ChimeraX that places a spherical marker on every connected surface piece.  If you are hiding dust it only uses the displayed surface pieces.  Here's an example</div>
<div class=""><br class="">
</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>open 1a0m from eds</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span>mark connected #1 radius 0.2 color gold</div>
<div class=""><br class="">
</div>
<div class="">There is a mouse mode to place a marker on a clicked surface piece under the Markers toolbar, and there is the surface dust command that finds all connected pieces and hides the small ones.  I just looked over the Python code for those and combined
 them to add this new command.  It is a good example of the power of using Python to call existing ChimeraX capabilities.  So I made a ChimeraX recipe web page showing how it was done.</div>
<div class=""><br class="">
</div>
<div class=""><span class="x_Apple-tab-span" style="white-space:pre"></span><a href="https://rbvi.github.io/chimerax-recipes/mark_blobs/mark_blobs.html" class="">https://rbvi.github.io/chimerax-recipes/mark_blobs/mark_blobs.html</a></div>
<div class=""><br class="">
</div>
<div class="">  Tom</div>
<div class=""><br class="">
</div>
<div class=""><img id="x_C30FFC4A-3216-4BCE-A64C-FA52AEEE3391" width="605" height="576" class="" data-outlook-trace="F:1|T:1" src="cid:A4BC37C8-4C49-48EE-A2D0-781F3B87DFEC"><br class="">
<div class="">
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 9, 2020, at 12:18 PM, Scott, Brandon L. <<a href="mailto:Brandon.Scott@sdsmt.edu" class="">Brandon.Scott@sdsmt.edu</a>> wrote:</div>
<br class="x_Apple-interchange-newline">
<div class="">
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
Hi Tom,</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<br class="">
</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
Thanks for the response. I was not very clear in what I was asking, my apologies.</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<br class="">
</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
I am trying to record the centroids of any displayed connected components. I would then be able to use trackpy for the actual tracking. </div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
Markers-> connected_center does a great job of quickly doing this, but I am wondering if there is a way do it for all the connected components without having to manually specify a point like how the Blob_Masker class calculates the area.<span class="" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt"> </span></div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<br class="">
</div>
<div class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<div class="" style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<br class="">
</div>
<div id="x_Signature" class="">
<div class="">
<div class=""></div>
<div class=""></div>
<div class=""></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><span class="" style="color:rgb(0,37,84); font-size:18px; box-sizing:border-box; font-family:Arial,Helvetica,sans-serif"><span class="" style="box-sizing:border-box; font-weight:bolder">Brandon Scott,
 PhD </span></span><span class="" style="color:rgb(0,37,84); font-size:14px">CZI Imaging Scientist, Research Assistant Professor</span><br class="">
</div>
<div class="" style="margin-top:0.5em; margin-bottom:0.5em; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<strong class="" style="box-sizing:border-box; font-weight:bolder; font-family:Arial,Helvetica,sans-serif">Nanoscience & Nanoengineering</strong></div>
<div class="" style="margin-top:0.5em; margin-bottom:0.5em; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<span class="" style="box-sizing:border-box; font-family:Arial,Helvetica,sans-serif">South Dakota Mines</span></div>
<div class="" style="margin-top:0.5em; margin-bottom:0.5em; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<span class="" style="box-sizing:border-box; font-family:Arial,Helvetica,sans-serif">501 E. Saint Joseph St., Rapid City, SD 57701</span></div>
<div class="" style="margin-top:0.5em; margin-bottom:0.5em; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<span class="" style="box-sizing:border-box; font-family:Arial,Helvetica,sans-serif">724.510.1253 |<span class=""> </span><a href="mailto:Brandon.Scott@sdsmt.edu" class="" style="box-sizing:border-box; color:rgb(56,94,157); background-color:rgba(0,0,0,0)">Brandon.Scott@sdsmt.edu</a></span></div>
<p class="" style="margin-top:1.5em; margin-bottom:1rem; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<a href="https://www.sdsmt.edu/" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="263" height="35" alt="South Dakota Mines" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; height:35px; width:263px" src="https://interact.sdsmt.edu/mc/email-sig/img/sig-logo.ac1541a5.png"></a></p>
<p class="" style="margin-top:0px; margin-bottom:1rem; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255)">
<a href="https://www.facebook.com/SouthDakotaMines/" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="24" height="24" alt="South Dakota Mines on Facebook" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; margin-right:2px" src="https://interact.sdsmt.edu/mc/email-sig/img/Facebook_Gold.489b05bd.png"></a><a href="https://www.instagram.com/southdakotamines/" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="24" height="24" alt="South Dakota Mines on Instagram" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; margin-right:2px" src="https://interact.sdsmt.edu/mc/email-sig/img/Instagram_Gold.b1c20966.png"></a><a href="https://twitter.com/sdsmt" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="24" height="24" alt="South Dakota Mines on Twitter" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; margin-right:2px" src="https://interact.sdsmt.edu/mc/email-sig/img/Twitter_Gold.29db84b1.png"></a><a href="https://www.snapchat.com/add/sdsmt" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="24" height="24" alt="South Dakota Mines on Snapchat" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; margin-right:2px" src="https://interact.sdsmt.edu/mc/email-sig/img/Snapchat_Gold.35616f06.png"></a></p>
<p class="" style="margin-top:0px; margin-bottom:0px"><span class="" style="font-size:8pt; color:rgb(153,153,153)"></span></p>
</div>
</div>
</div>
<div id="x_appendonsend" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
</div>
<hr tabindex="-1" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; display:inline-block; width:780.078125px">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important"></span>
<div id="x_divRplyFwdMsg" dir="ltr" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<font face="Calibri, sans-serif" class="" style="font-size:11pt"><b class="">From:</b><span class="x_Apple-converted-space"> </span>Tom Goddard <<a href="mailto:goddard@sonic.net" class="">goddard@sonic.net</a>><br class="">
<b class="">Sent:</b><span class="x_Apple-converted-space"> </span>Thursday, October 1, 2020 3:59 PM<br class="">
<b class="">To:</b><span class="x_Apple-converted-space"> </span>Scott, Brandon L. <<a href="mailto:Brandon.Scott@sdsmt.edu" class="">Brandon.Scott@sdsmt.edu</a>><br class="">
<b class="">Cc:</b><span class="x_Apple-converted-space"> </span><a href="mailto:chimerax-users@cgl.ucsf.edu" class="">chimerax-users@cgl.ucsf.edu</a><span class="x_Apple-converted-space"> </span><<a href="mailto:chimerax-users@cgl.ucsf.edu" class="">chimerax-users@cgl.ucsf.edu</a>><br class="">
<b class="">Subject:</b><span class="x_Apple-converted-space"> </span>[EXT] Re: [chimerax-users] Measure Motion / Blob Detection</font>
<div class=""> </div>
</div>
<div class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; word-wrap:break-word; line-break:after-white-space">
<div class="" style="margin-top:0px; margin-bottom:0px"><span class="" style="color:rgb(51,102,255)">    *** This email is from an EXTERNAL sender. Use CAUTION before opening attachments or clicking links.***</span></div>
<div class="">Hi Brandon,
<div class=""><br class="">
</div>
<div class="">  Yes, the "measure area" command has the includeMasked option default false so the area of the small blobs masked by the surface dust command is not included in the calculation</div>
<div class=""><br class="">
</div>
<div class=""><span class="x_x_Apple-tab-span" style="white-space:pre"></span><a href="https://www.cgl.ucsf.edu/chimerax/docs/user/commands/measure.html#area" class="">https://www.cgl.ucsf.edu/chimerax/docs/user/commands/measure.html#area</a></div>
<div class=""><br class="">
</div>
<div class="">The "measure motion" command shows line segments (hairs, prickles) on a surface showing which direction a surface is moving in a series of surfaces, for instance in a surface depiction of a 3D light microscopy time series.  Are you saying that
 measure motion shows the line segments even for blobs hidden with "surface dust", and that you want an option to not show the line segments for those hidden blobs?  The measure motion command is a rarely used feature and probably no one else ever tried it
 with hiding dust</div>
<div class=""><br class="">
</div>
<div class=""><span class="x_x_Apple-tab-span" style="white-space:pre"></span><a href="https://www.cgl.ucsf.edu/chimerax/docs/user/commands/measure.html#motion" class="">https://www.cgl.ucsf.edu/chimerax/docs/user/commands/measure.html#motion</a></div>
<div class=""><br class="">
</div>
<div class="">It is possible to make that improvement but hard to find time to do it.</div>
<div class=""><br class="">
</div>
<div class="">  For tracking the surface as it moves, which points at time t=2 correspond to which points at t=1, that is a complex problem.  Maybe the measure motion vectors are a tiny part of a solution.  This would produce a large quantity of data matching
 many of the surface vertices between every two time points.  An critical consideration would be how you are planning to use that information.  In general tracking surfaces that split, merge, disappear, ... and analyzing requires a lot of custom written software.</div>
<div class=""><br class="">
</div>
<div class="">  We don't have the funding to supply special purpose surface tracking software so I think it is likely you would need to find other software that can do the job, probably that does not exist, so you would need a programmer to develop it for you.
  Maybe what you want it simpler than I think.  But you would need to explain it in detail.</div>
<div class=""><br class="">
</div>
<div class=""><span class="x_x_Apple-tab-span" style="white-space:pre"></span>Tom</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
</div>
<div class=""><br class="">
<div class=""><br class="">
<blockquote type="cite" class="">
<div class="">On Oct 1, 2020, at 10:20 AM, Scott, Brandon L. <<a href="mailto:Brandon.Scott@sdsmt.edu" class="">Brandon.Scott@sdsmt.edu</a>> wrote:</div>
<br class="x_x_Apple-interchange-newline">
<div class="">
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
Hello all,</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
I had two questions:</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<br class="">
</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
1) I see there is now the option in measure area to ignore dusted objects, is it possible to have this feature in the measure motion as well?</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
2) For measure and mark blobs, Is there any way to use the output of the measure motion function to link the blobs since the triangle number changes in each frame, but following measure motion we know where it goes in the next frame. </div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
<br class="">
</div>
<div class="" style="font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt">
Thanks,</div>
<div id="x_x_Signature" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<div class="">
<div class=""></div>
<div class=""></div>
<div class=""></div>
<div class="" style="margin-top:0px; margin-bottom:0px"><span class="" style="color:rgb(0,37,84); font-size:18px; box-sizing:border-box; font-family:Arial,Helvetica,sans-serif"><span class="" style="box-sizing:border-box; font-weight:bolder">Brandon Scott,
 PhD </span></span><span class="" style="color:rgb(0,37,84); font-size:14px">CZI Imaging Scientist, Research Assistant Professor</span><br class="">
</div>
<div class="" style="margin-top:0.5em; margin-bottom:0.5em; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<strong class="" style="box-sizing:border-box; font-weight:bolder; font-family:Arial,Helvetica,sans-serif">Nanoscience & Nanoengineering</strong></div>
<div class="" style="margin-top:0.5em; margin-bottom:0.5em; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<span class="" style="box-sizing:border-box; font-family:Arial,Helvetica,sans-serif">South Dakota Mines</span></div>
<div class="" style="margin-top:0.5em; margin-bottom:0.5em; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<span class="" style="box-sizing:border-box; font-family:Arial,Helvetica,sans-serif">501 E. Saint Joseph St., Rapid City, SD 57701</span></div>
<div class="" style="margin-top:0.5em; margin-bottom:0.5em; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<span class="" style="box-sizing:border-box; font-family:Arial,Helvetica,sans-serif">724.510.1253 |<span class=""> </span><a href="mailto:Brandon.Scott@sdsmt.edu" class="" style="box-sizing:border-box; color:rgb(56,94,157); background-color:rgba(0,0,0,0)">Brandon.Scott@sdsmt.edu</a></span></div>
<p class="" style="margin-top:1.5em; margin-bottom:1rem; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255); line-height:1">
<a href="https://www.sdsmt.edu/" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="263" height="35" alt="South Dakota Mines" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; height:35px; width:263px" src="https://interact.sdsmt.edu/mc/email-sig/img/sig-logo.ac1541a5.png"></a></p>
<p class="" style="margin-top:0px; margin-bottom:1rem; box-sizing:border-box; color:rgb(117,120,123); font-size:12px; background-color:rgb(255,255,255)">
<a href="https://www.facebook.com/SouthDakotaMines/" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="24" height="24" alt="South Dakota Mines on Facebook" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; margin-right:2px" src="https://interact.sdsmt.edu/mc/email-sig/img/Facebook_Gold.489b05bd.png"></a><a href="https://www.instagram.com/southdakotamines/" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="24" height="24" alt="South Dakota Mines on Instagram" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; margin-right:2px" src="https://interact.sdsmt.edu/mc/email-sig/img/Instagram_Gold.b1c20966.png"></a><a href="https://twitter.com/sdsmt" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="24" height="24" alt="South Dakota Mines on Twitter" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; margin-right:2px" src="https://interact.sdsmt.edu/mc/email-sig/img/Twitter_Gold.29db84b1.png"></a><a href="https://www.snapchat.com/add/sdsmt" class="" style="box-sizing:border-box; color:rgb(0,37,84); background-color:rgba(0,0,0,0)"><img width="24" height="24" alt="South Dakota Mines on Snapchat" class="" style="box-sizing:border-box; border-style:none; vertical-align:middle; margin-right:2px" src="https://interact.sdsmt.edu/mc/email-sig/img/Snapchat_Gold.35616f06.png"></a></p>
<p class="" style="margin-top:0px; margin-bottom:0px"><span class="" style="font-size:8pt; color:rgb(153,153,153)"></span></p>
</div>
</div>
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important">_______________________________________________</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important">ChimeraX-users
 mailing list</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<a href="mailto:ChimeraX-users@cgl.ucsf.edu" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">ChimeraX-users@cgl.ucsf.edu</a><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important">Manage
 subscription:</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<a href="https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px">https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important">_______________________________________________</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important">ChimeraX-users
 mailing list</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<a href="mailto:ChimeraX-users@cgl.ucsf.edu" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">ChimeraX-users@cgl.ucsf.edu</a><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<span class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important">Manage
 subscription:</span><br class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<a href="https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users" class="" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:normal; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users</a></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</div>
</div>
</body>
</html>