Standalone project for the framework behind c2c-sepia, containing only the most recent version of the MASFENON framework.
.
├── CMakeLists.txt # cmake file
├── examples.md # examples of how to use the program
├── .github # contains the github actions
├── build # contains the object files
├── src # contains the source files
├── data # contains the test data files
└── scripts # contains some scripts in bash and python to be used in the project to visualize the reulting data
cmake -B build
cd build
make
./build/masfenon --help