127128129130131132133134
} else if (config instanceof IConfigEnergy) { startScan((IConfigEnergy) config, context); } else { throw new SalsaScanConfigurationException("Scan type not supported."); } }
519520521522523524525526527
case 1: return IConfig.ScanType.SCAN_1D; case 2: return IConfig.ScanType.SCAN_2D; default: throw new SalsaScanConfigurationException("Scan type not implemented yet"); } }
8889909192939495
} else if (config instanceof IConfigEnergy) { loadScan((IConfigEnergy) config, context); } else { throw new SalsaScanConfigurationException("Scan type not supported."); } }
120121122123124125126127
499500501502503504505506507
9091929394959697
122123124125126127128129
489490491492493494495496497
96979899100101102103
128129130131132133134135