sampsapursiainen / zeffiro_interface

Interface for using finite elements in inverse problems with complex domains
GNU General Public License v3.0
23 stars 15 forks source link

Make study-related scripts easily accessible from ZI installation folder #245

Closed SeSodesa closed 10 months ago

SeSodesa commented 11 months ago

This pull request (once marked as ready) will enable one to run already-existing study-related Zeffiro functions from the project root, without the need to modify source code or add folders to Matlab's path manually. This is achieved by making each study-related function collection a Matlab package under the +studies/ folder in the project root. Currently, only Santtu's peeling article has been ported to this format in +studies/+santtus_peeling_article/.

The idea is that one could repeat study-related computations simply by typing something like

[results] = studies.study_name.main ( arguments ) ;

into the Matlab console in the case of all studies, without having to do anything else (apart from a successful Zeffiro installation).

Closes #244, once ready.

SeSodesa commented 11 months ago

This might be handled by #248.

SeSodesa commented 10 months ago

Closed in favour of #248.