16 Aug, 2017
1 commit
14 Aug, 2017
1 commit
-
* Create option in app.py to import and then save the project * Add command to import and export in STL to all available presets * Create option to open InVesalius without gui * Add option --export * No-gui doing less work when creating surface * Print on debug * Fix missing session assignment in non-gui mode * Add option to import every group of DICOM images * Checking surface index exists in actors_dict before removing it
10 Aug, 2017
10 commits
09 Aug, 2017
4 commits
-
* Setting angles in gui * If user digits a non-number it backup to the last digited number
08 Aug, 2017
1 commit
-
Fix the above unicode related errors: - InVesalius was not starting in Windows with users with non ascii chars. - Not opening dicom files from path with non ascii chars. - Not opening bitmap files from path with non ascii chars. - Not opening Analyze, Nifti with filename with non ascii chars. - Not exporting surface when the path has non ascii chars. - Not exporting picture when the path has non ascii chars. - Not importing surface when the path has non ascii chars. - Strange chars when showing developers and translators with non ascii chars. To fix that errors we are convert all paths and filenames to unicode. wxPythons eases this, since it gives the paths and filenames as unicode. When using VTK to save or open a file we encode the filename to sys.getfilesystemencoding. In Windows it is necessary an additional step, convert the filename to an short representation using [win32api](http://docs.activestate.com/activepython/2.6/pywin32/win32api__GetShortPathName_meth.html).
31 Jul, 2017
1 commit
28 Jul, 2017
1 commit
26 Jul, 2017
1 commit
-
* Testing with lanczos 3D * Using lanczos to interpolate after applying a reorientation * More options and pointer to function * lanczos a=4
13 Jul, 2017
1 commit
11 Jul, 2017
1 commit
06 Jul, 2017
3 commits
05 Jul, 2017
2 commits
04 Jul, 2017
8 commits
-
* Supported polhemus fastrak * Fixed scale for fastrak
28 Jun, 2017
4 commits
21 Jun, 2017
1 commit