mxcube / mxcubecore

Backend used by MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
13 stars 53 forks source link

Names of QueueModelObjects #1078

Open rhfogh opened 3 weeks ago

rhfogh commented 3 weeks ago

The name of QueueModelObjects rae handled in several different ways in the code. The base class has get_name, and set_name, ._name and ._names,=, Basket and Sample have self.name, in addition to the abocve The return value of get_name() is defined in a number of different ways, most of them adds to the return value ratehr than just returning an internal attribute.

If I want the name of a QMO, what should I call? Is it documented anywhere what the various options mean? For Sample, in particular, which of the alternatives is the sample name?