Skip to content

Commit

Permalink
Shift range or chromatogram param
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenz Gerber <[email protected]>
  • Loading branch information
lorenzgerber authored and eselmeister committed May 31, 2024
1 parent f41bcd4 commit dc420d7
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2023 Lablicate GmbH.
* Copyright (c) 2023, 2024 Lablicate GmbH.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
Expand Down Expand Up @@ -30,7 +30,7 @@ public interface IAlignmentService {

DataType getDataType();

IProcessingInfo<?> calculate(List<IChromatogram<?>> chromatograms, TimeRanges timeRanges, IProgressMonitor monitor);
IProcessingInfo<?> calculate(List<IChromatogram<?>> chromatograms, TimeRanges timeRanges, Boolean shiftChromatograms, IProgressMonitor monitor);

Class<? extends IWorkbenchPreferencePage> getPreferencePage();
}

0 comments on commit dc420d7

Please sign in to comment.