<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Brandon,<div class=""><br class=""></div><div class="">  I don't understand your question in enough detail.  Your attached cmm file has lines like:</div><div class=""><br class=""></div><div class=""><div class=""><marker_set name="track_1"></div><div class=""><marker id_string="1.4.2" id="1" frame="4" x="334.43" y="460.59" z="132" r="1" g="1" b="0" radius="0.5"/></div><div class=""><marker id_string="1.5.2" id="1" frame="5" x="335.47" y="461.79" z="123.72" r="1" g="1" b="0" radius="0.5"/></div><div class=""><marker id_string="1.6.2" id="1" frame="6" x="337.07" y="464.2" z="122.84" r="1" g="1" b="0" radius="0.5"/></div><div class="">...</div><div class=""><div class=""><marker_set name="track_2"></div><div class=""><marker id_string="1.5.3" id="2" frame="5" x="45.584" y="338.65" z="94.399" r="1" g="1" b="0" radius="0.5"/></div><div class=""><marker id_string="1.6.3" id="2" frame="6" x="47.014" y="330.92" z="92.311" r="1" g="1" b="0" radius="0.5"/></div><div class=""><marker id_string="1.7.3" id="2" frame="7" x="41.197" y="318.39" z="93.004" r="1" g="1" b="0" radius="0.5"/></div></div><div class="">...</div><div class=""><br class=""></div><div class="">Every marker has a different id_string.  What do you intend the id_string to mean?  Do you really mean that id_string is the model id? That would put each single marker in its own model.  I see that the second digit (e.g. 4 in 1.4.2) corresponds to your frame number.  I'm guessing that each of the marker sets in your file is tracking a single object in 3D light microscopy and the third digit (e.g 2 in 1.4.2) is an id number of that object.</div><div class=""><br class=""></div><div class="">You also have id="1" for all markers in the first marker set named track_1.  Every marker must have a different id, this id is the residue number and atom name for the marker.  I guess you wrote this file using a script since ChimeraX would not write a file where two markers have the same id.</div><div class=""><br class=""></div><div class="">Your two perframe commands seem to be changing the model id numbers for 259 marker sets, maybe you are putting each as a submodel of the light microscopy time series images?</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">     </span>Tom</div><div class=""><br class=""></div><div class="">  <br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On Oct 14, 2020, at 7:51 PM, Scott, Brandon L. <<a href="mailto:Brandon.Scott@sdsmt.edu" class="">Brandon.Scott@sdsmt.edu</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div 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; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">Hello all,</div><div 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; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class=""><br class=""></div><div 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; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">When loading markers from a cmm file (example attached), is there a way to specify which submodel the marker goes to rather than it creating a new id? I've added the id_string to the cmm file when I created a new one which is the desired model.</div><div 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; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class=""><br class=""></div><div 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; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">I hacked the following, which works, but there are hundreds of tracks so I would like to come up with an automated (and proper) way to do this.</div><div 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; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">perframe "rename #2.$1 track_1 id #1.$2.2;" ranges 1,113 ranges 4,116</div><div 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; -webkit-text-stroke-width: 0px; text-decoration: none; font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class="">perframe "rename #2.$1 track_2 id #1.$2.3;" ranges 114,259 ranges 5,150<br class=""></div><div style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt;" class=""><br class=""></div><div id="Signature" class=""><div class=""><div class=""></div><div class=""></div><div class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="color: rgb(0, 37, 84); font-size: 18px; box-sizing: border-box; font-family: Arial, Helvetica, sans-serif;" class=""><span style="box-sizing: border-box; font-weight: bolder;" class="">Brandon Scott, PhD </span></span><span style="color: rgb(0, 37, 84); font-size: 14px;" class="">CZI Imaging Scientist, Research Assistant Professor</span><br class=""></div><div 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;" class=""><strong style="box-sizing: border-box; font-weight: bolder; font-family: Arial, Helvetica, sans-serif;" class="">Nanoscience & Nanoengineering</strong></div><div 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;" class=""><span style="box-sizing: border-box; font-family: Arial, Helvetica, sans-serif;" class="">South Dakota Mines</span></div><div 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;" class=""><span style="box-sizing: border-box; font-family: Arial, Helvetica, sans-serif;" class="">501 E. Saint Joseph St., Rapid City, SD 57701</span></div><div 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;" class=""><span style="box-sizing: border-box; font-family: Arial, Helvetica, sans-serif;" class="">724.510.1253 |<span class=""> </span><a href="mailto:Brandon.Scott@sdsmt.edu" style="box-sizing: border-box; color: rgb(56, 94, 157); background-color: rgba(0, 0, 0, 0);" class="">Brandon.Scott@sdsmt.edu</a></span></div><p 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;" class=""><a href="https://www.sdsmt.edu/" style="box-sizing: border-box; color: rgb(0, 37, 84); background-color: rgba(0, 0, 0, 0);" class=""><img width="263" height="35" alt="South Dakota Mines" src="https://interact.sdsmt.edu/mc/email-sig/img/sig-logo.ac1541a5.png" style="box-sizing: border-box; border-style: none; vertical-align: middle; height: 35px; width: 263px;" class=""></a></p><p 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);" class=""><a href="https://www.facebook.com/SouthDakotaMines/" style="box-sizing: border-box; color: rgb(0, 37, 84); background-color: rgba(0, 0, 0, 0);" class=""><img width="24" height="24" alt="South Dakota Mines on Facebook" src="https://interact.sdsmt.edu/mc/email-sig/img/Facebook_Gold.489b05bd.png" style="box-sizing: border-box; border-style: none; vertical-align: middle; margin-right: 2px;" class=""></a><a href="https://www.instagram.com/southdakotamines/" style="box-sizing: border-box; color: rgb(0, 37, 84); background-color: rgba(0, 0, 0, 0);" class=""><img width="24" height="24" alt="South Dakota Mines on Instagram" src="https://interact.sdsmt.edu/mc/email-sig/img/Instagram_Gold.b1c20966.png" style="box-sizing: border-box; border-style: none; vertical-align: middle; margin-right: 2px;" class=""></a><a href="https://twitter.com/sdsmt" style="box-sizing: border-box; color: rgb(0, 37, 84); background-color: rgba(0, 0, 0, 0);" class=""><img width="24" height="24" alt="South Dakota Mines on Twitter" src="https://interact.sdsmt.edu/mc/email-sig/img/Twitter_Gold.29db84b1.png" style="box-sizing: border-box; border-style: none; vertical-align: middle; margin-right: 2px;" class=""></a><a href="https://www.snapchat.com/add/sdsmt" style="box-sizing: border-box; color: rgb(0, 37, 84); background-color: rgba(0, 0, 0, 0);" class=""><img width="24" height="24" alt="South Dakota Mines on Snapchat" src="https://interact.sdsmt.edu/mc/email-sig/img/Snapchat_Gold.35616f06.png" style="box-sizing: border-box; border-style: none; vertical-align: middle; margin-right: 2px;" class=""></a></p><p style="margin-top: 0px; margin-bottom: 0px;" class=""><span style="font-size: 8pt; color: rgb(153, 153, 153);" class=""></span></p></div></div></div><span id="cid:39DA9E67-DE87-4AF4-AAF0-5935C09F346C"><Cells_trackedV2.cmm></span><span style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">ChimeraX-users mailing list</span><br style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="mailto:ChimeraX-users@cgl.ucsf.edu" 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; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">ChimeraX-users@cgl.ucsf.edu</a><br style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">Manage subscription:</span><br style="caret-color: rgb(0, 0, 0); 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; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users" 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; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users</a></div></blockquote></div><br class=""></div></div></body></html>