Skip to content

Commit

Permalink
fhd
Browse files Browse the repository at this point in the history
  • Loading branch information
trishorts committed Oct 29, 2024
1 parent 1bd3fc0 commit 0b9865d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MetaMorpheus/TaskLayer/CalibrationTask/CalibrationTask.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ public CalibrationTask() : base(MyTask.Calibrate)
private readonly int NumRequiredPsms = 16;
private readonly int NumRequiredMs1Datapoints = 40;
private readonly int NumRequiredMs2Datapoints = 80;
private readonly double PrecursorMultiplier = 3.0;
private readonly double ProductMultiplier = 6.0;
private readonly double PrecursorMultiplier = 3;
private readonly double ProductMultiplier = 6;
double MaxPrecursorTolerance = 40;
double MaxProductTolerance = 150;
public const string CalibSuffix = "-calib";
Expand Down

0 comments on commit 0b9865d

Please sign in to comment.