Skip to content

Commit

Permalink
remove wrong shim thickness and typo for top back UChannel
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgaiser authored Jul 19, 2023
1 parent f5cbc6f commit a00570d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void build() {
AlignmentCorrection supBotCorrBack = getUChannelCorrection(false,90);
supBotCorrBack.setNode(node);
AlignmentCorrection supTopCorrBack = getUChannelCorrection(true,90);
supTopCorr.setNode(node);
supTopCorrBack.setNode(node);



Expand Down Expand Up @@ -556,7 +556,7 @@ public static class ModuleL3Bot extends ModuleL13Bot {
//2019 MRSolt survey
//protected final static double L3_new_vertical_shift = 0.7 - 0.012;
//2021 nominal
protected final static double L3_new_vertical_shift = 0.7;
protected final static double L3_new_vertical_shift = 0.;

public ModuleL3Bot(String name, SurveyVolume mother, AlignmentCorrection alignmentCorrection, SurveyVolume ref) {
super(name, mother, alignmentCorrection, ref);
Expand All @@ -581,7 +581,7 @@ public static class ModuleL3Top extends ModuleL13Top {
//2019 MRSolt survey
//protected final static double L3_new_vertical_shift = 0.7 + 0.055;
//2021 nominal
protected final static double L3_new_vertical_shift = 0.7;
protected final static double L3_new_vertical_shift = 0.;

public ModuleL3Top(String name, SurveyVolume mother, AlignmentCorrection alignmentCorrection, SurveyVolume ref) {
super(name, mother, alignmentCorrection, ref);
Expand All @@ -607,7 +607,7 @@ public static class ModuleL4Bot extends ModuleL13Bot {
//protected final static double L4_new_vertical_shift = 0.7 + 0.0356;

//2021 nominal
protected final static double L4_new_vertical_shift = 0.7;
protected final static double L4_new_vertical_shift = 0.;

public ModuleL4Bot(String name, SurveyVolume mother, AlignmentCorrection alignmentCorrection, SurveyVolume ref) {
super(name, mother, alignmentCorrection, ref);
Expand All @@ -632,7 +632,7 @@ public static class ModuleL4Top extends ModuleL13Top {
//2019 MRSolt survey
//protected final static double L4_new_vertical_shift = 0.7 + 0.062;
//2021 nominal
protected final static double L4_new_vertical_shift = 0.7;
protected final static double L4_new_vertical_shift = 0.;

public ModuleL4Top(String name, SurveyVolume mother, AlignmentCorrection alignmentCorrection, SurveyVolume ref) {
super(name, mother, alignmentCorrection, ref);
Expand Down

0 comments on commit a00570d

Please sign in to comment.