<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Hi Mateusz,<div class=""><br class=""></div><div class="">  I see the map series slider doesn’t appear because some code change disabled showing the slider.  I’ve fixed that — fix is in tonight’s daily build.</div><div class=""><br class=""></div><div class="">  In the meantime you can use the vseries command to show the slider (for map series #1):</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span>vseries slider #1</div><div class=""><br class=""></div><div class="">Here is the ChimeraX vseries command documentation</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">       </span><a href="https://www.cgl.ucsf.edu/chimerax/docs/user/commands/vseries.html" class="">https://www.cgl.ucsf.edu/chimerax/docs/user/commands/vseries.html</a></div><div class=""><br class=""></div><div class="">  For labeling the images with the tiime you can use the 2dlabel command.  For a saving a single presentation image you can just type the 2dlabel command with the needed time value.  But I guess you want the case where you record a movie.  For that you can use the “perframe” command to update the label at each frame,  for example, command</div><div class=""><br class=""></div><div class="">   perframe "2dlabel change tlabel text $1" range 0,107.5 frames 50 format %.2f</div><div class=""><br class=""></div><div class="">changes the text once per frame for 50 frames cover time range 0-107.5.  In a movie recording script you would use this with the vseries command have the times update as the movie plays</div><div class=""><br class=""></div><div class=""><span class="Apple-tab-span" style="white-space:pre">    </span>movie record</div><div class=""><span class="Apple-tab-span" style="white-space:pre">      </span>vseries play #1</div><div class="">        perframe "2dlabel change tlabel text $1" range 0,107.5 frames 50 format %.2f</div><div class="">        wait 50</div><div class=""><span class="Apple-tab-span" style="white-space:pre">  </span>movie encode ~/Desktop/mymovie.mp4</div><div class=""><br class=""></div><div class="">Put those commands in a text file with suffix *.cxc (ChimeraX commands) and open it to record the movie.  Or you can put all 5 of those commands on one line separated by semicolons to record the movie.</div><div class=""><br class=""></div><div class="">  I’m improving the 3d light microscopy, time series and multichannel handling every week, so let me know when I’ve broken things.</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><blockquote type="cite" class=""><div class="">On Aug 23, 2017, at 3:44 AM, Mateusz Biesaga <<a href="mailto:mateusz.biesaga@gmail.com" class="">mateusz.biesaga@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class=""><div class="gmail_extra"><span style="font-size:12.8px" class="">Hi all,</span><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">I use ChimeraX for 4D visualization and so far I am very satisfied with the results, thank you for this amazing tool! I have a two questions:</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class=""> - While presenting data that changes in time (xyt or xyzt as I do in Chimera) it is usually required to display the timing on the image. Is there a way to access the metadata and display it, possibly using 2dlabels function? I work particularly with TIFF files.</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">- After I upgraded Chimera to second alpha release, I can see no time slider above the command line. I open my 4D data using asterisk in the filename, as described in tutorial:</div><div style="font-size:12.8px" class=""><a href="http://www.rbvi.ucsf.edu/chimera/data/light-apr2017/light4d.html" target="_blank" class="">http://www.rbvi.ucsf.edu/<wbr class="">chimera/data/light-apr2017/<wbr class="">light4d.html</a><br class=""></div><div style="font-size:12.8px" class="">Is there a new way of accessing this slider?</div><div style="font-size:12.8px" class=""><br class=""></div><div style="font-size:12.8px" class="">Thanks,</div><div style="font-size:12.8px" class="">Mateusz</div></div></div>
_______________________________________________<br class="">ChimeraX-users mailing list<br class=""><a href="mailto:ChimeraX-users@cgl.ucsf.edu" class="">ChimeraX-users@cgl.ucsf.edu</a><br class="">Manage subscription:<br class="">http://www.rbvi.ucsf.edu/mailman/listinfo/chimerax-users<br class=""></div></blockquote></div><br class=""></div></body></html>