# How can I get the Python source code of Fiducial Registration Wizard module?

**URL:** https://discourse.slicer.org/t/how-can-i-get-the-python-source-code-of-fiducial-registration-wizard-module/15384
**Category:** Development
**Created:** [January 7, 2021, 9:14am UTC](https://discourse.slicer.org/t/how-can-i-get-the-python-source-code-of-fiducial-registration-wizard-module/15384 "2021-01-07T09:14:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![11141](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/11141/32/9442_2.png) [@11141](https://discourse.slicer.org/u/11141)
#### Post date: [January 7, 2021, 9:14am UTC](https://discourse.slicer.org/t/how-can-i-get-the-python-source-code-of-fiducial-registration-wizard-module/15384/1 "2021-01-07T09:14:08Z")

</div>

Hi, I am a student working at KIST(Korea Institute of Science and Technology).  
I want to add my own function to this module. Is it possible?  
If possible, can I get the Python source code of Fiducial Registration Wizard module?

Thanks.

---

<div class="post-metadata">

### Author: ![adamrankin](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/adamrankin/32/155_2.png) [@adamrankin](https://discourse.slicer.org/u/adamrankin)
#### Post date: [January 7, 2021, 2:37pm UTC](https://discourse.slicer.org/t/how-can-i-get-the-python-source-code-of-fiducial-registration-wizard-module/15384/2 "2021-01-07T14:37:38Z")

</div>

The fiducial registration wizard is a c++ module, available here:

> **[SlicerIGT/SlicerIGT](https://github.com/SlicerIGT/SlicerIGT/tree/master/FiducialRegistrationWizard)**
>
> master/FiducialRegistrationWizard

I know where it is because I’ve worked with it before, but a method to find it would be:

- Find out which extension the module came with
- Internet search that extension name to find it’s documentation (first result is [here](http://www.slicerigt.org/wp/))
- Find a link to the source code (bottom right of screen)
