<div dir="ltr">Hoi,<div><br></div><div>First, do not use ' ' in regexp.<div>Second, a dot means any character, so regular expression ".his" can be literally ".his" but can also be something like "ahis", "bhis", "hhis" and so on.<br><div>If you want to match all his files, you can use "--regexp \.his" or "--regexp [.]his". Here "\." or "[.]" is literally a dot.</div><div><br></div><div>Regards.<br><div><br></div></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-12-02 16:18 GMT+01:00 niloufar teyfouri <span dir="ltr"><<a href="mailto:bioniloofar@gmail.com" target="_blank">bioniloofar@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><br clear="all">Dear RTK users<br><br>While runnig the step 3 of ElektaReconstruction 
application, I was encountered a problem that it says "Regular 
expression matches 0 files." I attached a 
snapshot showed the address of path and regexp files. Would any one 
please 
say to me what should type in cmd line?<br><div>I wrote in cmd line arguments the following text:</div><div><br></div><div>--lowmem    --geometry d:\db\elektaGeometry    --path d:\db\img_1.3.46.423632.135428.1351013645.166\
   --regexp '.*.his'    --output d:\db\slice29.5.mha    --verbose   
 --spacing 0.25,0.25,0.25    --dimension 1024,1,1024    --origin 
-127.875,29.5,-127.875<br></div><div><br></div><div>Regards<br></div><br></div>
<br>_______________________________________________<br>
Rtk-users mailing list<br>
<a href="mailto:Rtk-users@public.kitware.com">Rtk-users@public.kitware.com</a><br>
<a href="http://public.kitware.com/mailman/listinfo/rtk-users" rel="noreferrer" target="_blank">http://public.kitware.com/mailman/listinfo/rtk-users</a><br>
<br></blockquote></div><br></div>