WIP: Projection Operators by Maxim
Adding the two projection operators Maxim wrote for his master Thesis to NIFTy.
They project sections of spherical spaces onto RGSpaces of similar resolution, conserving different properties each.
Planned maintenance on Wednesday, 2021-01-20, 17:00-18:00. Expect some interruptions during that time
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b "projection_operators_maxim" "origin/projection_operators_maxim"
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout "NIFTy_6" git merge --no-ff "projection_operators_maxim"
Step 4. Push the result of the merge to GitLab
git push origin "NIFTy_6"
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
Adding the two projection operators Maxim wrote for his master Thesis to NIFTy.
They project sections of spherical spaces onto RGSpaces of similar resolution, conserving different properties each.