# Slicer 4.8.1 - Load Fiducial File

**URL:** https://discourse.slicer.org/t/slicer-4-8-1-load-fiducial-file/2953
**Category:** Support
**Created:** [May 28, 2018, 6:11pm UTC](https://discourse.slicer.org/t/slicer-4-8-1-load-fiducial-file/2953 "2018-05-28T18:11:43Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![Carlo](https://avatars.discourse-cdn.com/v4/letter/c/c4cdca/32.png) [@Carlo](https://discourse.slicer.org/u/Carlo)
#### Post date: [May 28, 2018, 6:11pm UTC](https://discourse.slicer.org/t/slicer-4-8-1-load-fiducial-file/2953/1 "2018-05-28T18:11:43Z")

</div>

Hi all,  
I’m a new developer in 3D Slicer and I’m practicing it. I have Ubuntu 16.04 LTS and 3D Slicer 4.8.1. I need to load a Fiducial File (.fcsv), an MRI/CT Image (.nii.gz). For this reason I go in the File -\> Add Data dialog and I choose the Fiducial File or the Images. The problem is that after nothing happen. Can you tell me what can be the reason?

PS: the Fiducial File is something like this:

_# Markups fiducial file version = 4.4_  
_# CoordinateSystem = 0_  
_# columns = id,x,y,z,ow,ox,oy,oz,vis,sel,lock,label,desc,associatedNodeID_  
_vtkMRMLMarkupsFiducialNode\_0,-42.5917,11.5141,58.0895,0,0,0,1,1,1,0,H’,vtkMRMLScalarVolumeNode10_  
_vtkMRMLMarkupsFiducialNode\_1,7.26908,5.32096,45.9853,0,0,0,1,1,1,0,H’,vtkMRMLScalarVolumeNode10_

---

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [May 28, 2018, 6:25pm UTC](https://discourse.slicer.org/t/slicer-4-8-1-load-fiducial-file/2953/2 "2018-05-28T18:25:35Z")

</div>

Do markup fiducial and volume nodes show up in the Data module?

---

<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: [May 28, 2018, 6:42pm UTC](https://discourse.slicer.org/t/slicer-4-8-1-load-fiducial-file/2953/3 "2018-05-28T18:42:07Z")

</div>

Looks like you have an unpaired single quote that could cause a problem in your fcsv file (as H’ in the field before the node id)

Some other suggestions:

- check the error log after loading
- try loading sample data, add fiducials in Slicer, then save in .nii.gz and .fcsv and confirm that you can reload correctly
  - check what’s different about your data from the data Slicer saves

---

<div class="post-metadata">

### Author: ![Carlo](https://avatars.discourse-cdn.com/v4/letter/c/c4cdca/32.png) [@Carlo](https://discourse.slicer.org/u/Carlo)
#### Post date: [June 1, 2018, 6:38pm UTC](https://discourse.slicer.org/t/slicer-4-8-1-load-fiducial-file/2953/5 "2018-06-01T18:38:13Z")

</div>

I’m not sure but I think that my Slicer installation is corrupted since I tryed to install the Slicer Windows edition in my Windows 10 partition and it works good (I can load all files whitout problem).

After this test I uninstalled my Slicer Linux edition (I simply removed the installation directory and then I executed the shell command “rm -f ~/.config/www.na-mic.org/” for reset the configuration). But after a new installation nothing changed.

---

<div class="post-metadata">

### Author: ![ihnorton](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/ihnorton/32/9_2.png) [@ihnorton](https://discourse.slicer.org/u/ihnorton)
#### Post date: [June 1, 2018, 7:15pm UTC](https://discourse.slicer.org/t/slicer-4-8-1-load-fiducial-file/2953/6 "2018-06-01T19:15:06Z")

</div>

Please check the [error log](https://www.slicer.org/wiki/Documentation/Nightly/SlicerApplication/ErrorLog).
