# Trying to writing a module for cross-sectional image reconstruction

**URL:** https://discourse.slicer.org/t/trying-to-writing-a-module-for-cross-sectional-image-reconstruction/27200
**Category:** Support
**Tags:** python
**Created:** [January 12, 2023, 6:47am UTC](https://discourse.slicer.org/t/trying-to-writing-a-module-for-cross-sectional-image-reconstruction/27200 "2023-01-12T06:47:49Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![mehdi\_k](https://avatars.discourse-cdn.com/v4/letter/m/a9a28c/32.png) [@mehdi\_k](https://discourse.slicer.org/u/mehdi_k)
#### Post date: [January 12, 2023, 6:47am UTC](https://discourse.slicer.org/t/trying-to-writing-a-module-for-cross-sectional-image-reconstruction/27200/1 "2023-01-12T06:47:50Z")

</div>

Hi , First I want to thank you all for your wonderful app and incredible support ,  
I a new to 3Dslicer and I wrote a python code for generating cross-sectional images . I am trying to build a module in 3Dslicer that gives 360 projection images as an input and after using the code renders the final 3D volume.  
where should I start to do so ?

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [January 12, 2023, 5:52pm UTC](https://discourse.slicer.org/t/trying-to-writing-a-module-for-cross-sectional-image-reconstruction/27200/2 "2023-01-12T17:52:30Z")

</div>

Maybe this will help:

> **[RTK - Reconstruction Toolkit](https://www.openrtk.org/)**
>
> RTK is an open-source, cross-platform system that provides developers with an extensive suite of software tools for image analysis.

---

<div class="post-metadata">

### Author: ![mehdi\_k](https://avatars.discourse-cdn.com/v4/letter/m/a9a28c/32.png) [@mehdi\_k](https://discourse.slicer.org/u/mehdi_k)
#### Post date: [January 14, 2023, 8:30am UTC](https://discourse.slicer.org/t/trying-to-writing-a-module-for-cross-sectional-image-reconstruction/27200/3 "2023-01-14T08:30:23Z")

</div>

Thank you very much for your help ,but I Have wrote a code similar to RTK and I would like to add it in 3Dslicer as an module ,how can i do that?  
best regards  
karimi

---

<div class="post-metadata">

### Author: ![pieper](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/pieper/32/8_2.png) [@pieper](https://discourse.slicer.org/u/pieper)
#### Post date: [January 14, 2023, 4:12pm UTC](https://discourse.slicer.org/t/trying-to-writing-a-module-for-cross-sectional-image-reconstruction/27200/4 "2023-01-14T16:12:13Z")

</div>

Ah, okay, then you can start with the material here:

[https://www.slicer.org/wiki/Documentation/Nightly/Training#Tutorials\_for\_software\_developers](https://www.slicer.org/wiki/Documentation/Nightly/Training#Tutorials_for_software_developers)

---

<div class="post-metadata">

### Author: ![mehdi\_k](https://avatars.discourse-cdn.com/v4/letter/m/a9a28c/32.png) [@mehdi\_k](https://discourse.slicer.org/u/mehdi_k)
#### Post date: [January 17, 2023, 5:50am UTC](https://discourse.slicer.org/t/trying-to-writing-a-module-for-cross-sectional-image-reconstruction/27200/5 "2023-01-17T05:50:45Z")

</div>

Thank you for your guidance.
