<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;" class="elementToProof">Hi, we're having a slight issue with something in RTK 2.0.1 and are wondering about modifying the epsilon value in
</span><span style="font-family: Consolas, Courier, monospace;" class="elementToProof"><span style="background-color: rgb(255, 255, 255); font-family: Consolas, Courier, monospace; display: inline !important; font-size: 12pt;">rtk::ThreeDCircularProjectionGeometry::VerifyAngles()</span></span><span style="font-family: Consolas, Courier, monospace; font-size: 12pt;" class="elementToProof">.
 This is a bit cumbersome to describe so I'll go slow and kinda walk through it.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace;" class="elementToProof"><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;" class="elementToProof">We have some software that iterates source/detector positions for DRR generation via the CUDA forward projector.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;" class="elementToProof">For certain combinations of source/detector positions/orientations, rtk::ThreeDCircularProjectionGeometry::AddProjection() fails because rtk::ThreeDCircularProjectionGeometry::VerifyAngles()
 fails and then subsequently rtk::ThreeDCircularProjectionGeometry::FixAngles() also fails. Ultimately, this all ends with a failure to generate our DRR. At first I thought maybe our detector vectors weren't orthonormal or something, but even after orthonormalizing
 them we get the same result.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace;" class="elementToProof"><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;" class="elementToProof">Here's some sample inputs to </span><span style="font-family: Consolas, Courier, monospace;" class="elementToProof"><span style="background-color: rgb(255, 255, 255); font-family: Consolas, Courier, monospace; display: inline !important; font-size: 12pt;">AddProjection():</span></span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace;" class="elementToProof"><span style="background-color:rgb(255, 255, 255);display:inline !important"><br>
</span></span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">sourcePosition {-1.6395187023763129, 1756.3965917941700, -144.39815739041538}</span><br>
</div>
<div class="elementToProof">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">detectorPosition {1.1837740829485037, -826.07679772360780, -144.71459973015834}</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">detectorRowVector {-0.99995122885867527, -0.0010919951074973716, -0.0098179685430691624}</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">detectorColumnVector {0.0098178296767637476, 0.00013326204342850774, -0.99995181030787128}</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">Detector normal vector is computed from row and column vectors, and those three vectors become the basis vectors of a 3x3 matrix. So far so good.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">n = {0.0010932508471397015, -0.99999943265974056, -0.00012253452211328594}</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="margin: 0px; font-size: 12pt; font-family: Consolas, Courier, monospace;">Matrix is decomposed into angles, which all seem sane enough:</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<div style="margin:0px;font-size:12pt"><br>
</div>
<div style="margin:0px;font-size:12pt"><span style="margin: 0px; font-size: 12pt; font-family: Consolas, Courier, monospace;">inPlaneAngleRAD = 1.4493613948895230 (83.042290916569541537 deg)</span></div>
<div style="margin:0px;font-size:12pt">
<div style="margin:0px"><span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">outOfPlaneAngleRAD = -1.5697311129073750 (-89.938967740189397659 deg)</span><br>
</div>
</div>
<div style="margin:0px;font-size:12pt"><span style="margin: 0px; background-color: rgb(255, 255, 255); display: inline !important; font-size: 12pt; font-family: Consolas, Courier, monospace;">gantryAngleRAD = -1.6824131994857836 (-96.395175727875965777 deg)</span><br>
</div>
<span style="margin:0px;font-size:12pt"></span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">Then, inside VerifyAngles() we end up with the following matrices:</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">m = {</span><span style="color: rgb(0, 0, 0); font-family: Consolas, Courier, monospace; font-size: 12pt;"> {-0.99995124358590692, -0.0010573692766628138, -0.0098179642090855113},</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<div><span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">      {0.0098178331830457710, 0.00012903646682954463, -0.99995179558875735},</span></div>
<div><span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">      {0.0010585851822123655, -0.99999943265974056, -0.00011864910030298149} }</span></div>
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">rm = { {-0.99995122885867527, -0.0010919951074973716, -0.0098179685430691624},</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">       {0.0098178296767637476, 0.00013326204342850774, -0.99995181030787128},</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">       {0.0010932508471397015, -0.99999943265974056, -0.00012253452211328594} }</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">But then we fail when comparing the reference matrix with the reconstructed matrix:</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">  for (int i = 0; i < 3; i++) // check whether matrices match</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<div><span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">    for (int j = 0; j < 3; j++)</span></div>
<div><span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">      if (fabs(rm[i][j] - m[i][j]) > EPSILON)</span></div>
<div class="elementToProof"><span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">        return false;</span></div>
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">because some of the matrix elements are just a bit uneq</span><span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">ual by more than EPSILON, which in this case is
 defined as 1e-5.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-family: Consolas, Courier, monospace; font-size: 12pt;">For instance, m[0][1] and rm[0][1] differ by </span><span style="font-family: Consolas, Courier, monospace; font-size: 12pt; background-color: rgb(255, 255, 255); display: inline !important;">0.0000346258
 in magnitude. </span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">Bumping that epsilon up to 1e-4 gets us through the test, and the output seems good.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">So finally, the question:</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">What are the ramifications of us bumping up the epsilon here? It seems like
</span><span style="font-family: Consolas, Courier, monospace; background-color: rgb(255, 255, 255); display: inline !important; font-size: 12pt;">VerifyAngles()</span><span style="font-size: 12pt; font-family: Consolas, Courier, monospace;"> is there because
 the </span><span style="font-family: Consolas, Courier, monospace; background-color: rgb(255, 255, 255); display: inline !important; font-size: 12pt;">ThreeDCircularProjectionGeometry wants to store the angles for later use, and this is just a sanity check
 to make sure the extracted angles capture the original vector parameters satisfactorily. If that's true I would expect that a tiny errorin the angles (at around 0.001 to 0.0001) would have a fairly miniscule impact on the actual DRR projection. Is this a valid
 assumption, or are there potentially more perilous consequences of us upping the epsilon in VerifyAngles() a bit, either to 1e-4 or maybe even 1e-3?</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">Thanks in advance for any help/insights here.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">Cheers,</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<span style="font-size: 12pt; font-family: Consolas, Courier, monospace;">Brandon</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<editor-squiggler style="height: 0px; width: 0px;" class="elementToProof"><style>
  @media print {
    .ms-editor-squiggler {
        display:none !important;
    }
  }
  .ms-editor-squiggler {
    all: initial;
    display: block !important;
    height: 0px !important;
    width: 0px !important;
  }</style>
<div class="ms-editor-squiggler" style="transform: scale(1); transform-origin: left top;">
</div>
</editor-squiggler></div>
<style>
  @media print {
    .ms-editor-squiggler {
        display:none !important;
    }
  }
  .ms-editor-squiggler {
    all: initial;
    display: block !important;
    height: 0px !important;
    width: 0px !important;
  }</style>
<div dir="ltr" style="mso-line-height-rule:exactly;-webkit-text-size-adjust:100%;direction:ltr;"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;"><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;"><tr style="font-size:0;"><td align="left" style="padding:16px 0 10px;vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;"><tr style="font-size:0;"><td align="left" style="padding:10px;border-top:none;border-right:solid 1px #D31245;border-bottom:none;border-left:none;vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;"><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;color:#000001;font-style:normal;font-weight:700;white-space:nowrap;"><tr style="font-size:16px;"><td align="left" style="vertical-align:top;font-family:Arial;">Brandon LaCava<span style="font-family:remialcxesans;font-size:1px;color:#FFFFFF;line-height:1px;">​</span></td></tr><tr style="font-size:12px;font-weight:400;"><td align="left" style="vertical-align:top;font-family:Arial;">Principal Software Engineer</td></tr><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;color:#000001;font-style:normal;font-weight:400;white-space:nowrap;"><tr style="font-size:12px;"><td align="left" style="padding:0 30px 0 0;vertical-align:top;font-family:Arial;">Mevion Medical Systems<br /></td></tr></table></td></tr></table></td></tr><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;"><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;color:#000001;font-style:italic;font-weight:400;white-space:nowrap;"><tr style="font-size:12px;"><td align="left" style="padding:5px 0 0;vertical-align:top;font-family:Arial;">(He/him/his)<br /></td></tr></table></td><td align="center" style="vertical-align:middle;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;line-height:normal;"><tr style="font-size:0;"><td align="center" style="padding:5px 0 0;vertical-align:middle;"><img src="cid:image226362.png@F4821458.529B27BB" width="35" border="0" alt="" style="width:35px;min-width:35px;max-width:35px;font-size:0;" /></td></tr></table></td></tr></table></td></tr></table></td><td align="left" style="padding:10px;vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;color:#000001;font-style:normal;font-weight:400;line-height:normal;white-space:nowrap;"><tr style="font-size:0;"><td align="left" style="padding:0 10px 0 0;vertical-align:top;"><img src="cid:image633057.png@36D35DB8.38C07290" width="20" border="0" alt="" style="width:20px;min-width:20px;max-width:20px;font-size:0;" /></td><td align="left" style="padding:0;vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;color:#000001;font-style:normal;font-weight:400;white-space:nowrap;"><tr style="font-size:12px;"><td align="left" style="vertical-align:top;font-family:Arial;">Tel: <a href="tel:978-540-1680" target="_blank" id="LPlnk689713" style="text-decoration:none;color:#000001;"><strong style="font-weight:400;">978-540-1680</strong></a></td></tr></table></td></tr><tr style="font-size:12px;"><td align="left" style="padding:0;vertical-align:top;font-size:0;"><img src="cid:image672602.png@96C88AE7.51FFF360" width="20" border="0" alt="" style="width:20px;min-width:20px;max-width:20px;font-size:0;" /></td><td align="left" style="padding:0;vertical-align:top;font-family:Arial;"><a href="mailto:blacava@mevion.com" target="_blank" id="LPlnk689713" style="text-decoration:none;color:#000001;"><strong style="font-weight:400;">blacava@mevion.com</strong></a></td></tr><tr style="font-size:12px;"><td align="left" style="padding:0;vertical-align:top;font-size:0;"><img src="cid:image479369.png@67A82CBB.73608FD3" width="20" border="0" alt="" style="width:20px;min-width:20px;max-width:20px;font-size:0;" /></td><td align="left" style="padding:0;vertical-align:top;font-family:Arial;"><a href="http://www.mevion.com/" target="_blank" id="LPlnk689713" style="text-decoration:none;color:#000001;"><strong style="font-weight:400;">www.mevion.com</strong></a></td></tr><tr style="font-size:12px;"><td align="left" style="padding:0;vertical-align:top;font-size:0;"><img src="cid:image876264.png@04020388.B2DFD05E" width="20" border="0" alt="" style="width:20px;min-width:20px;max-width:20px;font-size:0;" /></td><td align="left" style="padding:0;vertical-align:top;font-family:Arial;"><span style="background-color:#FFFFFF;">300 Foster Street, Littleton MA 01460</span><br /></td></tr></table></td></tr><tr style="font-size:0;"><td style="padding:2px;border-top:none;border-right:solid 1px #D31245;border-bottom:solid 1px #D31245;border-left:none;"> </td><td style="padding:2px;border-top:none;border-right:none;border-bottom:solid 1px #D31245;border-left:none;"> </td></tr></table></td></tr></table></td></tr><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;"><tr style="font-size:0;"><td align="left" style="padding:0;vertical-align:bottom;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;line-height:normal;"><tr style="font-size:0;"><td align="left" style="padding:14px 0;vertical-align:bottom;"><img src="cid:image536526.png@12C0B88C.C2579F5E" height="40" border="0" alt="" style="height:40px;min-height:40px;max-height:40px;font-size:0;" /></td></tr></table></td><td align="left" style="padding:0;vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;color:#000001;font-style:normal;font-weight:400;white-space:nowrap;"><tr style="font-size:14.67px;"><td align="left" style="padding:0 20px 0 0;vertical-align:top;font-family:Arial;">                                            <br />           <br /></td></tr></table></td><td align="right" style="padding:0;vertical-align:middle;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;"><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;"><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;font-size:0;line-height:normal;"><tr style="font-size:0;"><td align="center" style="padding:5px 5px 5px 0;vertical-align:top;"><a href="https://www.facebook.com/MevionMedical" target="_blank" id="LPlnk689713" style="text-decoration:none;"><img src="cid:image510036.png@EB4FADEC.9D8D997A" width="20" height="20" border="0" title="Facebook" alt="Facebook" style="width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px;font-size:12px;" /></a></td></tr></table></td><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;font-size:0;line-height:normal;"><tr style="font-size:0;"><td align="center" style="padding:5px 3px 5px 0;vertical-align:top;"><a href="https://twitter.com/MevionMedical" target="_blank" id="LPlnk689713" style="text-decoration:none;"><img src="cid:image954279.png@7EC239B4.7643E34F" width="20" height="20" border="0" title="Twitter" alt="Twitter" style="width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px;font-size:12px;" /></a></td></tr></table></td><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="width:100%;font-size:0;line-height:normal;"><tr style="font-size:0;"><td align="center" style="padding:5px 5px 5px 0;vertical-align:top;"><a href="https://www.linkedin.com/company/mevion-medical-systems/" target="_blank" id="LPlnk689713" style="text-decoration:none;"><img src="cid:image134330.png@CB2AB5A2.32D171AE" width="20" height="20" border="0" title="LinkedIn" alt="LinkedIn" style="width:20px;min-width:20px;max-width:20px;height:20px;min-height:20px;max-height:20px;font-size:12px;" /></a></td></tr></table></td><td align="center" style="vertical-align:middle;"><table cellpadding="0" cellspacing="0" border="0" style="font-size:0;line-height:normal;"><tr style="font-size:0;"><td align="center" style="padding:5px 3px 3px 0;vertical-align:middle;"><a href="https://www.instagram.com/mevionmedicalsystems/" target="_blank" id="LPlnk689713" style="text-decoration:none;"><img src="cid:image438258.png@185F16BA.AE6F1213" width="20" border="0" alt="" style="width:20px;min-width:20px;max-width:20px;font-size:0;" /></a></td></tr></table></td></tr></table></td></tr></table></td></tr></table></td></tr><tr style="font-size:0;"><td align="left" style="vertical-align:top;"><table cellpadding="0" cellspacing="0" border="0" style="white-space:normal;color:#000001;font-size:14.67px;font-family:Arial;font-weight:400;font-style:normal;text-align:left;width:500px;"><tr style="font-size:10px;"><td style="font-family:Arial;">This electronic mail (including any attachments) may contain information that is privileged, confidential, and/or otherwise protected from disclosure to anyone other than its intended recipient(s). Any dissemination or use of this electronic email or its contents (including any attachments) by persons other than the intended recipient(s) is strictly prohibited. If you have received this message in error, please notify us immediately by reply email so that we may correct our internal records. Please then delete the original message (including any attachments) in its entirety. Thank you.<br /></td></tr></table></td></tr></table></div></body>
</html>