[Gate-users] dose averaged LET using LETActor
Andreas Franz Resch
andreas.resch at meduniwien.ac.at
Thu Aug 18 10:29:47 CEST 2016
Hi Zhanghui,
the easiest way is to use git (see
http://rogerdudler.github.io/git-guide/). Therefore open a shell in the
directory where your Gate7.2 -install and -build folder are.
Type in:
git clone https://github.com/OpenGATE/Gate.git
after this finished cd into the the created folder, check on which
branch you are with
git status
In the first line it should be written "On branch develop". If not
change to develop branch by: git checkout develop
Now you can compile it as you did with the Gate 7.2. (I didn't try, but
it should work I hope).
Best,
Andreas
Am 2016-08-18 09:48, schrieb 张晖:
> Hi,
> I click the "clone or download",and there are"open in desktop" and
> "download ZIP".I can't download it.And I use GATE7.2 in virtual
> machine.I'm confused.
>
> zhanghui
>
>> -----原始邮件-----
>> 发件人: "Andreas Resch" <resch.andi at gmail.com>
>> 发送时间: 2016年8月18日 星期四
>> 收件人: "张晖" <zhanghui at impcas.ac.cn>
>> 抄送:
>> 主题: Re: Re: [Gate-users] dose averaged LET using LETActor
>>
>> Hi Zhanghui,
>>
>> go to https://github.com/OpenGATE/Gate
>>
>> there is a button with the label "Branch:" after branch there is
>> written master or develop. Choose develop!
>>
>> then there is a button on the right side: "clone or download". do
>> that and then compile it as usual.
>>
>> i hope this helps,
>> andreas
>>
>> 2016-08-18 9:20 GMT+02:00 张晖 <zhanghui at impcas.ac.cn>:
>>
>>> Hi,
>>> Thank you very much!I open the website you give to me,but I
>>> don't know how to do next?Could you tell me in detail?
>>>
>>> Best regards,
>>> Zhanghui
>>>
>>>> -----原始邮件-----
>>>> 发件人: "Andreas Franz Resch"
>>> <andreas.resch at meduniwien.ac.at>
>>>> 发送时间: 2016年8月18日 星期四
>>>> 收件人: "张晖" <zhanghui at impcas.ac.cn>
>>>> 抄送: gate-users at lists.opengatecollaboration.org
>>>> 主题: Re: [Gate-users] dose averaged LET using LETActor
>>>
>>>>
>>>> Hi,
>>>>
>>>> the LET actor is currently only available in the development
>>> branch, not
>>>> yet in the official release. Switch to the develop branch in:
>>>> https://github.com/OpenGATE/Gate [1]
>>>>
>>>> and delete the last two lines:
>>>> /gate/actor/MyActor/setRestricted false
>>>> /gate/actor/MyActor/setDoseToWater false
>>>>
>>>> these changed. I will update that in the wiki.
>>>>
>>>> Does it work now?
>>>>
>>>> Best,
>>>> Andreas
>>>>
>>>> Am 2016-08-18 05:21, schrieb 张晖:
>>>>> Dear GATE users,
>>>>> I'm using GATE_7.2 to calculate dose averaged LET,using
>>> LETActor. But
>>>>> when I code according to the users guide,I find it's
>>> wrong.Here is my
>>>>> code:
>>>>>
>>>>> /gate/actor/addActor LETActor MyActor
>>>>> /gate/actor/MyActor/save output/LET.txt
>>>>> /gate/actor/MyActor/attachTo target
>>>>> /gate/actor/MyActor/setResolution 1 1 400
>>>>> /gate/actor/MyActor/setType DoseAveraged
>>>>> /gate/actor/MyActor/setRestricted false
>>>>> /gate/actor/MyActor/setDoseToWater false
>>>>>
>>>>> If you know the reason,please tell me!
>>>>>
>>>>> --
>>>>> Zhang Hui
>>>>> University of Chinese Academy of Sciences
>>>>> Institute of Modern Physics
>>>>> _______________________________________________
>>>>> Gate-users mailing list
>>>>> Gate-users at lists.opengatecollaboration.org
>>>>>
>>> http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
>>> [2]
>>>
>>> --
>>> Zhang Hui
>>> University of Chinese Academy of Sciences
>>> Institute of Modern Physics
>
> --
> Zhang Hui
> University of Chinese Academy of Sciences
> Institute of Modern Physics
>
>
>
> Links:
> ------
> [1] https://github.com/OpenGATE/Gate
> [2] http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
> _______________________________________________
> Gate-users mailing list
> Gate-users at lists.opengatecollaboration.org
> http://lists.opengatecollaboration.org/mailman/listinfo/gate-users
More information about the Gate-users
mailing list