gift-surg/NiftyMIC

Wrong import in niftymic_run_reconstruction_pipeline.py?

Closed this issue · 1 comments

Hello,
Before all, thank you for this very nice toolbox.

I was a bit confused by the script niftymic_run_reconstruction_pipeline. In particular, in

from niftymic.application.multiply_stack_with_mask import main

shouldn't the import rather be from niftymic.application.run_reconstruction_pipeline.py import main?

I figured out that the paths in the main branch are not the ones called by the interface in setup.py, so it is now clear why I got the issue.

Could I suggest removing the main level niftymic_* scripts if only the ones at niftymic/application are called?