[Rtk-users] ElektaReconstruction

Chao Wu wuchao04 at gmail.com
Wed Dec 2 13:24:32 EST 2015


Hoi,

First, do not use ' ' in regexp.
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.
If you want to match all his files, you can use "--regexp \.his" or
"--regexp [.]his". Here "\." or "[.]" is literally a dot.

Regards.


2015-12-02 16:18 GMT+01:00 niloufar teyfouri <bioniloofar at gmail.com>:

>
> Dear RTK users
>
> 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?
> I wrote in cmd line arguments the following text:
>
> --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
>
> Regards
>
>
> _______________________________________________
> Rtk-users mailing list
> Rtk-users at public.kitware.com
> http://public.kitware.com/mailman/listinfo/rtk-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/rtk-users/attachments/20151202/25874b0d/attachment-0010.html>


More information about the Rtk-users mailing list