<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body>
<div style="line-break:after-white-space">Hi Todd.
<div><br>
</div>
<div>I reproduce your issue with McStas 3.4 - also here on my mac, and looking a bit further was actually known already :-)</div>
<div><a href="https://github.com/McStasMcXtrace/McCode/issues/1551">https://github.com/McStasMcXtrace/McCode/issues/1551</a></div>
<div>
<div><br>
</div>
<div>The problem is that the scan-tool in 3.4 and earlier attempts to pick up monitor-data from “datafiles” and in fact the simple Monitor() does not store output files in those versions.</div>
<div><br>
</div>
<div>A simple workaround is to replace the (scalar counting) Monitor() instances with (pixellated) PSD_monitor(), see attached instr file.</div>
<div>( For reference the issue has in fact been fixed in the McStas sources and will disappear with the next release of McStas. :-) )</div>
<div><br>
</div>
<div><br>
</div>
<div>Hope the workaround is OK for your use - and sorry for the inconvenience.</div>
<div><br>
</div>
<div><br>
</div>
<div>All the best, ,</div>
<div><br>
</div>
<div>Peter</div>
<div><br>
<blockquote type="cite">
<div>On 13 Jun 2024, at 21.55, Sherline, Todd <sherlinete@ornl.gov> wrote:</div>
<br class="x_Apple-interchange-newline">
<div>
<div class="x_WordSection1" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Peter,</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Thank you for the reply.  Since my previous email, I tested scans using BNL_H9.instr as downloaded from the McStas site.  I was able to scan over lambda using that instr file.</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">I’ve attached the instr I’m using and the supplementary files it calls.  When I run it with a single set of parameters, it runs fine.  When I scan over a parameter, it generates output
 for the first value within a subdirectory “0” and creates an empty mccode.dat file.</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">The screenshot shows what I type in.  The scan is over the IncidentCollRadius and has argument 0.002,0.0025, but it got cut off from the screen.</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">The end of the output looks like:</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Detector: Norm_Mon_2_Flux_I=709023 Norm_Mon_2_Flux_ERR=5152.36 Norm_Mon_2_Flux_N=21731 "Norm_Mon_2_Flux"</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Detector: SampleColl_up_Flux_Tile_I=709023 SampleColl_up_Flux_Tile_ERR=5152.36 SampleColl_up_Flux_Tile_N=21731 "SampleColl_up_Flux_Tile"</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Detector: SampleColl_dn_Flux_Ap_I=53261.2 SampleColl_dn_Flux_Ap_ERR=1421.34 SampleColl_dn_Flux_Ap_N=1563 "SampleColl_dn_Flux_Ap"</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Detector: Sample_Position_Flux_Tile_I=53261.2 Sample_Position_Flux_Tile_ERR=1421.34 Sample_Position_Flux_Tile_N=1563 "Sample_Position_Flux_Tile"</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Detector: Sample_Position_Flux_Ap_I=45675.9 Sample_Position_Flux_Ap_ERR=1321.34 Sample_Position_Flux_Ap_N=1324 "Sample_Position_Flux_Ap"</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Finally [SNAP: Z:\Sherline\Work\Experiments\ULT_DAC\IPTS-32577.1\McStas_SNAP\MyStuff\TestingForScans\StartWithThomass\SNAP_McStas3_5_20240613_153300/0]. Time: 7 [s]</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">INFO: Finish running step, get detectors</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Traceback (most recent call last):</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">  File "C:\mcstas-3.4\lib\tools\Python\mcrun\mcrun.py", line 562, in <module></div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">    main()</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">  File "C:\mcstas-3.4\lib\tools\Python\mcrun\mcrun.py", line 531, in main</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">    scanner.run()  # in optimisation.py</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">  File "C:\mcstas-3.4\lib\tools\Python\mcrun\optimisation.py", line 259, in run</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">    detectors = mcsimdetectors(current_dir)</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">  File "C:\mcstas-3.4\lib\tools\Python\mcrun\optimisation.py", line 169, in mcsimdetectors</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">    return [Detector(d['component'], *d['values'].split(), d['filename']) for d in blocks]</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">  File "C:\mcstas-3.4\lib\tools\Python\mcrun\optimisation.py", line 169, in <listcomp></div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">    return [Detector(d['component'], *d['values'].split(), d['filename']) for d in blocks]</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">KeyError: 'filename'</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Sincerely,</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Todd.</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"><span id="x_cid:image001.png@01DABDA8.F41A7160"><image001.png></span><span></span></div>
</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div>
<div style="border-width:1pt medium medium; border-style:solid none none; border-color:rgb(225,225,225) currentcolor currentcolor; padding:3pt 0in 0in">
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"><b>From:</b><span class="x_Apple-converted-space"> </span>Peter Kjær Willendrup <<a href="mailto:pkwi@dtu.dk" style="color:rgb(5,99,193); text-decoration:underline">pkwi@dtu.dk</a>><span class="x_Apple-converted-space"> </span><br>
<b>Sent:</b><span class="x_Apple-converted-space"> </span>Thursday, June 13, 2024 3:12 PM<br>
<b>To:</b><span class="x_Apple-converted-space"> </span>mcstas <<a href="mailto:mcstas-users@mcstas.org" style="color:rgb(5,99,193); text-decoration:underline">mcstas-users@mcstas.org</a>><br>
<b>Cc:</b><span class="x_Apple-converted-space"> </span>Sherline, Todd <<a href="mailto:sherlinete@ornl.gov" style="color:rgb(5,99,193); text-decoration:underline">sherlinete@ornl.gov</a>><br>
<b>Subject:</b><span class="x_Apple-converted-space"> </span>[EXTERNAL] Re: [mcstas-users] Can' Scan McStas3 on Win11</div>
</div>
</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Hi Todd</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">I believe we are no longer sensitive to the mention proxy issue, and this should have nothing to do with the issue you mention.</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">- And there should be no reason to reinstall anything if you are able to bring up the gui.</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Can you elaborate a bit on how you are attempting to scan - and how it fails for you? (e.g. send me a screenshot)</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">To run a scan in mcgui:</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">- Bring up the “run dialogue”</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">- Supply the scan-range by adding e.g. 0,1 (no whitespace) in a parameter entry box</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">- Supply the wanted number of steps e.g. 11 </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">To run a scan on the commandline</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">- use mcrun and supply parameter range and number of steps using e.g.</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">mcrun instrument.instr par1=0,1 -N11</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Best,</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Peter</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"><br>
<br>
</div>
<blockquote style="margin-top:5pt; margin-bottom:5pt">
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Sherlinete at<span class="x_Apple-converted-space"> </span><a href="http://ornl.gov/" style="color:rgb(5,99,193); text-decoration:underline">ornl.gov</a><span class="x_Apple-converted-space"> </span>wrote:</div>
</div>
</blockquote>
<blockquote style="margin-top:5pt; margin-bottom:5pt">
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</blockquote>
<blockquote style="margin-top:5pt; margin-bottom:5pt">
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">HI all,</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">I cannot perform parameter scans using my installation of McStas 3.4.  I am running on a 64 bit Windows 10 Enterprise machine.</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">I noticed that there are specific installation instructions for the case when my machine is behind a proxy server.  I am at the SNS, so I assume that is the case, but I did not follow those
 instructions when I installed the McStas 3.4 Metapackage.  Could this be the reason I cannot run a scan?  Other than the problem with scans, the installation seems to work fine.  Should I try reinstalling it using the instructions specific to proxy servers?</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Any other ideas why this problem may crop up?</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Best,</div>
</div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif">Todd.</div>
</div>
</blockquote>
<div>
<div>
<div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"><span style="font-size:9pt; font-family:Helvetica,sans-serif"><br>
Peter Kjær Willendrup<br>
Forskningsingeniør, Specialkonsulent<br>
<br>
DTU Physics</span></div>
</div>
</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"><br>
<span id="x_cid:image002.gif@01DABDA8.F41A7160"><image002.gif></span><span style="font-size:9pt; font-family:Helvetica,sans-serif"><br>
<br>
<br>
Technical University of Denmark<br>
<br>
<br>
</span><span id="x_cid:image003.gif@01DABDA8.F41A7160"><image003.gif></span><span style="font-size:9pt; font-family:Helvetica,sans-serif"><br>
<br>
<br>
Department of Physics<br>
Fysikvej<br>
Building 307<br>
DK-2800 Kongens Lyngby<br>
<br>
Main office at <br>
ESS DMSC<br>
Building 305<br>
DK-2800 Kongens Lyngby<br>
<br>
Direct +45 2125 4612<br>
Mobil +45 2125 4612<br>
Fax +45 4593 2399<br>
<a href="mailto:pkwi@fysik.dtu.dk" style="color:rgb(5,99,193); text-decoration:underline">pkwi@fysik.dtu.dk</a></span></div>
</div>
<div style="margin:0in; font-size:11pt; font-family:Calibri,sans-serif"> </div>
</div>
</div>
<span id="x_cid:1E3D88A8-198D-4C9D-9A7A-853EFE48833F"><Screenshot 2024-06-13 153819.jpg></span><span id="x_cid:9E32B310-13D8-4535-8C18-6B7289F28B68"><a1G0AD-2-f5.dat></span><span id="x_cid:0D91427E-C0EB-4C60-9544-59BACFF0BB64"><SNAP_McStas3_5.instr></span><span id="x_cid:753F75A4-4233-43A8-B030-EDAE60941501"><SNAPguide_new_final_final></span><span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important">_______________________________________________</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none; float:none; display:inline!important">mcstas-users
 mailing list</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<a href="mailto:mcstas-users@mcstas.org" style="color:rgb(5,99,193); text-decoration:underline; font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">mcstas-users@mcstas.org</a><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
<a href="https://mailman2.mcstas.org/mailman/listinfo/mcstas-users" style="color:rgb(5,99,193); text-decoration:underline; font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px">https://mailman2.mcstas.org/mailman/listinfo/mcstas-users</a><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; text-align:start; text-indent:0px; text-transform:none; white-space:normal; word-spacing:0px; text-decoration:none">
</div>
</blockquote>
</div>
<br>
<div>
<div dir="auto" style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); line-break:after-white-space">
<div><br>
Peter Kjær Willendrup<br>
Forskningsingeniør, Specialkonsulent<br>
<br>
DTU Physics<br>
</div>
</div>
<span style="color:rgb(0,0,0); font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none"></span><br class="x_Apple-interchange-newline">
<span></span></div>
</div>
</div>
<div><img src="cid:42d6faea-2d48-40ed-83f7-52f8fef14230@EURP192.PROD.OUTLOOK.COM">
</div>
<div style="line-break:after-white-space">
<div>
<div id="x_AppleMailSignature"><span></span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Technical
 University of Denmark</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="color:rgb(0,0,0); font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none"></span><span></span></div>
</div>
</div>
<div><img src="cid:465e6203-1a22-4bca-8ff3-aea658aae933@EURP192.PROD.OUTLOOK.COM">
</div>
<div style="line-break:after-white-space">
<div>
<div><span></span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Department
 of</span><span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important"> </span><span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Physics</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Fysikvej</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Building
 307</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">DK-2800
 Kongens Lyngby</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Main
 office at</span><span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important"> </span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">ESS
 DMSC</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="color:rgb(0,0,0); font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; display:inline!important; float:none">Building
 305</span><br style="color:rgb(0,0,0); font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none">
<span style="color:rgb(0,0,0); font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; display:inline!important; float:none">DK-2800
 Kongens Lyngby</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Direct
 +45 2125 4612</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Mobil
 +45 2125 4612</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">Fax
 +45 4593 2399</span><br style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0)">
<span style="font-family:Helvetica; font-size:12px; font-style:normal; font-variant-caps:normal; font-weight:400; letter-spacing:normal; orphans:auto; text-align:start; text-indent:0px; text-transform:none; white-space:normal; widows:auto; word-spacing:0px; text-decoration:none; color:rgb(0,0,0); float:none; display:inline!important">pkwi@fysik.dtu.dk</span>
</div>
<br>
</div>
<div></div>
</div>
<div style="line-break:after-white-space">
<div></div>
</div>
</body>
</html>