<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Matt,<div class=""><br class=""></div><div class="">  Chimera note pad is for user typed text.  I would not recommend trying to save general data using text in note pad.  If your tool needs to save a Python dictionary in sessions it should just use the standard session saving mechanism of Chimera — there is a programming tutorial on how to do that.  I don’t think we can add a description field to Chimera 1 savepos because all our developers are working on Chimera 2.  Work on Chimera 1 is bug fixes or prototyping fancy new stuff.  I don’t know how the tabs of the Viewing dialog work.</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><div class=""><div><blockquote type="cite" class=""><div class="">On Jun 11, 2015, at 2:56 PM, Dougherty, Matthew T wrote:</div><br class="Apple-interchange-newline"><div class=""><div id="divtagdefaultwrapper" style="font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px; font-size: 12pt; background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif;" class=""><div style="margin-top: 0px; margin-bottom: 0px;" class="">Can I embed a python dictionary into the notepad?  Pickle-it? How easy is it to manipulate the notepad contents using python?  I kind of like using the notepad somehow, because it gives me an alternate visual debugging strategy.  The big concern is that a user might be using it for something else, I could embed my stuff using a xml-like tagging w/ brackets.<br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class="">Big issue is getting everything in and out of session file, which I assume the notepad deals with, therefore no writing code to deal with that.  I want to work with the design flow of chimera, rather than a one-off hack that does not work with future builds. Somewhere in a previous email from CGL I got an outline how to save into a session file; need to track it down.   So I take it from your email, don't add a description field as part of savepos.  Having it there as part of the build would be the easiest for me, and it would be more tightly linked with relevant data; delete a position and the description goes with it.<br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class="">Part of the production issue is that researchers create sessions in their own style & chaos.  When I get it I need to restyle it so that everyone's sessions organize in a homogeneous method, particularly savepos.  I want to encourge people to savepos, but generally they will not because it involves chimera commands and some organizational discipline.<br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class="">I am developing the user interface.  To notate the savepos, it will have some check boxes and a single text string.  Currently figuring out how the Viewing dialog works in regards to pages.  One page handles gamepads prefs, another 3dconnection prefs, another for animation/savepos, etc.  I see for Lighting you used a singleton to add a page, should I avoid that method?<br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class="">To make the ipad work I have buttons that will push dialogs into the ipad.  So the viz operator hits the button based on users' requests so they can adjust a small tool subset (iso threshold, color).  The game pad buttons might be another means to load the ipad.  I do not see the ipad or controller doing everything, just a frequent subset; if the need the whole enchilada give them the original tool on the laptop using the mouse and keyboard, or have the viz operator do it for them.<br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class="">Still trying to figure out the trends of activity during a collaborative interactive viz, what that means in terms of ipad UI. <br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""></div><div style="margin-top: 0px; margin-bottom: 0px;" class=""><br class=""></div><div id="Signature" class=""><div class="BodyFragment"><font size="2" class=""><div class="PlainText">Matthew Dougherty<br class="">National Center for Macromolecular Imaging<br class="">Baylor College of Medicine<br class="">===========================================================================</div></font></div></div><div style="word-wrap: break-word;" class=""><hr tabindex="-1" style="display: inline-block; width: 827.109375px;" class=""><div id="divRplyFwdMsg" dir="ltr" class=""><font face="Calibri, sans-serif" style="font-size: 11pt;" class=""><b class="">From:</b><span class="Apple-converted-space"> </span>Tom Goddard <br class=""><b class="">Sent:</b><span class="Apple-converted-space"> </span>Thursday, June 11, 2015 4:15 PM<br class=""><b class="">To:</b><span class="Apple-converted-space"> </span>Dougherty, Matthew T<br class=""><b class="">Cc:</b><span class="Apple-converted-space"> </span><a href="mailto:chimera-dev@cgl.ucsf.edu" class="">chimera-dev@cgl.ucsf.edu</a><br class=""><b class="">Subject:</b><span class="Apple-converted-space"> </span>Re: [chimera-dev] savepos</font><div class=""> </div></div><div class="">Hi Matt,<div class=""><br class=""></div><div class="">  One idea is use the Chimera note pad that lets you write any text notes and they are saved in the session, menu Tools / Utilities / Notepad.  You could put position names and notes about those positions in using note pad.</div><div class=""><br class=""></div><div class="">  If you don’t like that I’d say the real issue is user interface, how will you type the notes in and how will you view them.  If you plan on providing that user interface in your own dialog then I’d suggest you can just keep a Python dictionary mapping names to notes and your tool will save these in sessions.</div><div class=""><br class=""></div><div class="">  Using the iPad to control Chimera so it can be passed around during a group visualization session is cool.  When I show Chimera stereo visualization to visiting students I usually pass around a wireless space navigator so they can change the view point.  I wonder what they would do if the controller allowed them to change molecule display styles, clip the model, change colors.  Seems like changing view points (flying around) is the main interesting thing.  Probably the second most interesting capability would be to blow things up!</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 class=""><blockquote type="cite" class=""><div class="">On Jun 10, 2015, at 5:05 PM, Dougherty, Matthew T wrote:</div><br class="Apple-interchange-newline"><div class=""><div id="divtagdefaultwrapper" class="" style="font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; font-size: 12pt; background-color: rgb(255, 255, 255); font-family: Calibri, Arial, Helvetica, sans-serif;"><div class="" style="margin-top: 0px; margin-bottom: 0px;">This relates to a previous email exchange.<br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;">I would like to add a description parameter to the import of midas positions.  The reason is that I would like to keep the position names brief when I am doing scripting, but would like to put detailed information in the description, for example a flag indicating that the research group has picked particular positions to be used in an animation after proofing through a pool of 50 saved positions.  I would also like to use the field to indicate other things such as which animation is is to be used in, number of seconds I should hold the position before moving on, date it was created, etc.<br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;">I think there are two ways to add a description field into position<br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;">1) something in the chimera build that I could access with python, <br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;">2) something I would add through my python code.  If I did this I would have concern that the description parameter gets included in the session save, or could create incompatibilities in the session files down the road on later chimera builds.<br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;">Which method would you recommend?<br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;">In a related s/w dev comment, I am now connecting an ipad via wifi, to my laptop.  This is allows me to pass the ipad around as a control surface in a collaborative conference room/dome environment.  As the conductor of the collaborative viz, I would have buttons on the laptop that would alter the gui on the ipadbased on the needs of the moment (e.g., color, stereo3D, threshold).  This part of overall HID toolbox of multiple gamespads, contour shuttle dialbox, 3dconnection, and master control button boxes, where I am remapping variables (e.g., translation/rotation) to an HID such that a user can make a preference as to which HID is more intuitive.<br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class=""></div><div class="" style="margin-top: 0px; margin-bottom: 0px;"><br class=""></div><div id="Signature" class=""><div class="BodyFragment"><font size="2" class=""><div class="PlainText">Matthew Dougherty<br class="">National Center for Macromolecular Imaging<br class="">Baylor College of Medicine<br class="">===========================================================================</div></font></div></div></div><span class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; float: none; display: inline !important;">_______________________________________________</span><br class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;"><span class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; float: none; display: inline !important;">Chimera-dev mailing list</span><br class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;"><a href="mailto:Chimera-dev@cgl.ucsf.edu" class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;">Chimera-dev@cgl.ucsf.edu</a><br class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;"><a href="http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-dev" class="" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px;">http://plato.cgl.ucsf.edu/mailman/listinfo/chimera-dev</a></div></blockquote></div></div></div></div></div></div></blockquote></div><br class=""></div></body></html>