OpenHeartDevelopers / CemrgApp

An Interactive Medical Imaging Platform with Image Processing and Computer Vision Toolkits for Cardiovascular Research.
http://www.cemrgapp.com
BSD 3-Clause "New" or "Revised" License
18 stars 8 forks source link

Replace hardcoded paths #81

Open JostMigenda opened 5 months ago

JostMigenda commented 5 months ago

_[From discussion on a separate PR]_

The plugin CemrgApp/Plugins/kcl.cemrgapp.easi/ contains a few hard-coded paths to local directories. We should either update this with a user-supplied path, or remove the plugin, since it appears to be unused at the moment.

Same in CemrgTests.cpp—which has almost 50 hits when searching for /home/or15 (though many are commented out).

Those two files seem to be the only ones in the CemrgApp codebase that are affected.