<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">in the washout.dat file, you must
      specify the time unit - here an example with 2 sources and tissues<br>
      2<br>
      C11Tumour   Tumour     0.00  2 s     0.543  156 s    0.457  10000
      s<br>
      C11Brain    Brain      0.35  2 s     0.30  140 s     0.35   10000
      s<br>
      <br>
    </div>
    <blockquote cite="mid:1465481543654.86180@tuwien.ac.at" type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <style type="text/css" style="display:none"><!--P{margin-top:0;margin-bottom:0;} p
        {margin-top:0;
        margin-bottom:0}--></style>
      <p>Hi,</p>
      <p>thanks for your answer.</p>
      <p><br>
      </p>
      <p>It is a warning. No error occurs, but it seems that the washout
        is not applied. I tested the position of photons which is not
        varied.<br>
      </p>
      <p><br>
      </p>
      <p>It seems that the order of the entries in the list is not
        correct. 155.7 s is a half-live, not a ratio.</p>
      <p><br>
      </p>
      <p>Furthermore, is the half-live required in s or ns and in
        addition to that  "Brain" appears also for the second actor.<br>
      </p>
      <p><br>
      </p>
      <p>Cheers,</p>
      <p>Heide<br>
      </p>
      <p><br>
      </p>
      <p><br>
      </p>
      <p><br>
      </p>
      <div style="color: rgb(33, 33, 33);">
        <hr tabindex="-1" style="display:inline-block; width:98%">
        <div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt"
            face="Calibri, sans-serif" color="#000000"><b>Von:</b>
            <a class="moz-txt-link-abbreviated" href="mailto:gate-users-bounces@lists.opengatecollaboration.org">gate-users-bounces@lists.opengatecollaboration.org</a>
            <a class="moz-txt-link-rfc2396E" href="mailto:gate-users-bounces@lists.opengatecollaboration.org"><gate-users-bounces@lists.opengatecollaboration.org></a>
            im Auftrag von Seb <a class="moz-txt-link-rfc2396E" href="mailto:sebastien.jan@cea.fr"><sebastien.jan@cea.fr></a><br>
            <b>Gesendet:</b> Donnerstag, 09. Juni 2016 15:45<br>
            <b>An:</b> <a class="moz-txt-link-abbreviated" href="mailto:gate-users@lists.opengatecollaboration.org">gate-users@lists.opengatecollaboration.org</a><br>
            <b>Betreff:</b> Re: [Gate-users] washout actor</font>
          <div> </div>
        </div>
        <div>
          <div class="moz-cite-prefix">Hi <br>
            Is it just a warning message ? <br>
            I ask this question because in the source code, the test is
            the following:<br>
                  <br>
                 G4double sumWashOut = parWashOut[0] + parWashOut[2] +
            parWashOut[4];<br>
                  if ( (sumWashOut-1.0) > diff ) {<br>
                    GateMessage("Actor", 0, "WARNING :: Total WashOut
            Ratio non equal to 1.\n");<br>
                  }<br>
            <br>
            with -> diff =1e-8<br>
            I can suspect a randing errors in the test....<br>
            <br>
            tell me<br>
            Cheers<br>
            Seb<br>
            <br>
            <br>
          </div>
          <blockquote type="cite">
            <style type="text/css" style="">
<!--
p
        {margin-top:0;
        margin-bottom:0}
-->
</style>
            <p><br>
            </p>
            <p>Dear Gate-community,</p>
            <p><br>
            </p>
            <p>could you please help me with the washout actor that I am
              trying to apply to a back2back source. Using this as
              "washouttable" (only medium washout component):<br>
            </p>
            <p><br>
            </p>
            <p><br>
            </p>
            <p>2<br>
              twogamma   Brain     0.0   2.0   1.0  155.7    0.0  9000 
               <br>
              twogamma   Bone      0.0   2.0   1.0  155.7    0.0  9000<br>
              <br>
            </p>
            <p>according to what can be found in the Gate user-manual: <br>
            </p>
            <p><br>
            </p>
            <pre>2 
[SOURCE 1 NAME]   [MATERIAL 1 NAME]     [Mf VALUE]  [Tf VALUE IN SEC]   [Mm VALUE]  [Tm VALUE IN SEC]   [Ms VALUE]  [Ts VALUE IN SEC] 
[SOURCE 2 NAME]   [MATERIAL 2 NAME]     [Mf VALUE]  [Tf VALUE IN SEC]   [Mm VALUE]  [Tm VALUE IN SEC]   [Ms VALUE]  [Ts VALUE IN SEC] </pre>
            <p><br>
            </p>
            <p>Gate tells me this:<br>
            </p>
            <p><br>
              <font size="2"><span style="font-size:10pt"></span></font></p>
            <p>[Actor-0] GateWashOutActor -- ReadWashOutTable :
              fileName: washouttable.txt<br>
              [Actor-0] WARNING :: Total WashOut Ratio non equal to 1.<br>
              [Actor-0] Line 1 of 2<br>
                  Source Name: twogamma<br>
                  Material (associated to Source): Brain<br>
                  Ratio First WashOut Component: 0<br>
                  Half Life First WashOut Component (ns): 0<br>
                  Ratio Second WashOut Component: 155.7<br>
                  Half Life Second WashOut Component (ns): 0<br>
                  Ratio Third WashOut Component: 0<br>
                  Half Life Third WashOut Component (ns): 0<br>
              [Actor-0] WARNING :: Total WashOut Ratio non equal to 1.<br>
              [Actor-0] Line 2 of 2<br>
                  Source Name: twogamma<br>
                  Material (associated to Source): Brain<br>
                  Ratio First WashOut Component: 0<br>
                  Half Life First WashOut Component (ns): 0<br>
                  Ratio Second WashOut Component: 155.7<br>
                  Half Life Second WashOut Component (ns): 0<br>
                  Ratio Third WashOut Component: 0<br>
                  Half Life Third WashOut Component (ns): 0</p>
            <p><br>
            </p>
            <p>What is wrong? Is there an example for a correct
              washouttable available (order and units of entries)?</p>
            <p> Thank you, Heide<br>
            </p>
            <p><br>
            </p>
            <p><br>
            </p>
            <p><br>
              <br>
            </p>
            <br>
            <fieldset class="mimeAttachmentHeader"></fieldset>
            <br>
            <pre>_______________________________________________
Gate-users mailing list
<a moz-do-not-send="true" class="moz-txt-link-abbreviated" href="mailto:Gate-users@lists.opengatecollaboration.org">Gate-users@lists.opengatecollaboration.org</a>
<a moz-do-not-send="true" class="moz-txt-link-freetext" href="http://lists.opengatecollaboration.org/mailman/listinfo/gate-users">http://lists.opengatecollaboration.org/mailman/listinfo/gate-users</a></pre>
          </blockquote>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
  </body>
</html>