Ejemplo n.º 1
0
 @Override
 public void setModel(TrackMateModel model) {
   super.setModel(model);
   this.settings = model.getSettings();
   this.imp = settings.imp;
   this.calibration = settings.getCalibration();
 }