Difference between revisions of "Depicting a cloud of observations on a tilt series"

From Dynamo
Jump to navigation Jump to search
Line 14: Line 14:
 
<code> gui = dmarkers(myStack, 'staticCloud',myCloud); </code>
 
<code> gui = dmarkers(myStack, 'staticCloud',myCloud); </code>
  
 +
The <tt>gui</tt> object can be retained for further manipulations.
  
 
=== Changing the colors programmatically ===
 
=== Changing the colors programmatically ===
Line 21: Line 22:
  
 
[[File:ChangeColorMarkersInDmarkers.png|thumb|center|400px| A marker set depicted  on <tt>dmarkers</tt> ]]
 
[[File:ChangeColorMarkersInDmarkers.png|thumb|center|400px| A marker set depicted  on <tt>dmarkers</tt> ]]
 
  
 
=dtmshow=
 
=dtmshow=

Revision as of 09:19, 8 July 2023

There are several ways of depicting a cloud of points on a set micrographs.

dmarkers

dmarkers is the GUI that appears as exploration tool for tilt series when running alignment experiments. It can also be used independently of those workflows.

Depict a static cloud of point

dmarkers
offers the possibility of showing a static cloud of points | defined on a tilt series. gui = dmarkers(myStack, 'staticCloud',myCloud);

Show a set of markers that can be manually edited on screen

Depicting a set of markers on a tilt series, when those markers are organized as a .dms file.

gui = dmarkers(myStack, 'staticCloud',myCloud);

The gui object can be retained for further manipulations.

Changing the colors programmatically

The graphic objects that represent the points are governed by the depictor objects that are stored in the gui object that you recover into the left hand side. Inside this gui, the shapeSetManager
gui.shapeSetManager.depictors{1}.hPoints.MarkerFaceColor ='c';

A marker set depicted on dmarkers

dtmshow

With the GUI

In dtmshow, you can use the import option of the GUI to load a

Programmatically

When invoking the code, you can use the flags cloud and colormapCloud to pass a cloud an its color