From a1ed242cb9d5d3443fd901a00cf753b04653a3c0 Mon Sep 17 00:00:00 2001 From: Matthieu Muller <matthieu.muller@gipsa-lab.grenoble-inp.fr> Date: Mon, 12 Feb 2024 15:21:24 +0100 Subject: [PATCH] Post merge changes --- src/methods/Samia_Bouddahab/reconstruct.py | 1 + .../src/methods/Samia_Bouddahab/.gitkeep | 0 src/methods/template/{SamiaBouddahab.py => reconstruct.py} | 0 3 files changed, 1 insertion(+) delete mode 100644 src/methods/sicom_image_analysis_project/src/methods/Samia_Bouddahab/.gitkeep rename src/methods/template/{SamiaBouddahab.py => reconstruct.py} (100%) diff --git a/src/methods/Samia_Bouddahab/reconstruct.py b/src/methods/Samia_Bouddahab/reconstruct.py index 92307a6..7715827 100644 --- a/src/methods/Samia_Bouddahab/reconstruct.py +++ b/src/methods/Samia_Bouddahab/reconstruct.py @@ -7,6 +7,7 @@ Students can call their functions (declared in others files of src/methods/your_ import numpy as np from src.forward_model import CFA +from src.methods.Samia_Bouddahab.function import malvar_demosaicing def run_reconstruction(y: np.ndarray, cfa: str) -> np.ndarray: diff --git a/src/methods/sicom_image_analysis_project/src/methods/Samia_Bouddahab/.gitkeep b/src/methods/sicom_image_analysis_project/src/methods/Samia_Bouddahab/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/src/methods/template/SamiaBouddahab.py b/src/methods/template/reconstruct.py similarity index 100% rename from src/methods/template/SamiaBouddahab.py rename to src/methods/template/reconstruct.py -- GitLab