Exemple #1
0
 def set_item_parameters(self, itemparams):
     """Set the item parameters, required for the GUI display of the
     measurement parameters."""
     update_dataset(self.measurement,
                    itemparams.get("MeasurementParameter"),
                    visible_only=True)
     ImageItem.set_item_parameters(self, itemparams)