From a3409a3f44fd7c433e4e76931905cd1ff40c40ca Mon Sep 17 00:00:00 2001 From: Ali Aghaeifar Date: Thu, 1 Feb 2024 10:14:09 +0100 Subject: [PATCH] adding gitatt --- .gitattributes | 3 +++ {matlab => MATLAB}/plot_results.m | 0 {matlab => MATLAB}/read_fieldmap.m | 0 {matlab => MATLAB}/read_spinwalk.m | 0 {python => Python}/create_fieldmap.py | 0 {python => Python}/create_fieldmap_manual.py | 0 config/gre.ini | 3 ++- 7 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 .gitattributes rename {matlab => MATLAB}/plot_results.m (100%) rename {matlab => MATLAB}/read_fieldmap.m (100%) rename {matlab => MATLAB}/read_spinwalk.m (100%) rename {python => Python}/create_fieldmap.py (100%) rename {python => Python}/create_fieldmap_manual.py (100%) diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..70a72b1 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +MATLAB/** linguist-vendored +Python/** linguist-vendored + diff --git a/matlab/plot_results.m b/MATLAB/plot_results.m similarity index 100% rename from matlab/plot_results.m rename to MATLAB/plot_results.m diff --git a/matlab/read_fieldmap.m b/MATLAB/read_fieldmap.m similarity index 100% rename from matlab/read_fieldmap.m rename to MATLAB/read_fieldmap.m diff --git a/matlab/read_spinwalk.m b/MATLAB/read_spinwalk.m similarity index 100% rename from matlab/read_spinwalk.m rename to MATLAB/read_spinwalk.m diff --git a/python/create_fieldmap.py b/Python/create_fieldmap.py similarity index 100% rename from python/create_fieldmap.py rename to Python/create_fieldmap.py diff --git a/python/create_fieldmap_manual.py b/Python/create_fieldmap_manual.py similarity index 100% rename from python/create_fieldmap_manual.py rename to Python/create_fieldmap_manual.py diff --git a/config/gre.ini b/config/gre.ini index bf83d64..34d4e6d 100644 --- a/config/gre.ini +++ b/config/gre.ini @@ -21,4 +21,5 @@ RF_ST[0] = 0.0 [SIMULATION_PARAMETERS] ; use 0 for random seed generation, otherwise use a positive integer to make a reproducible simulation -SEED = 10 \ No newline at end of file +SEED = 10 +CROSS_BOUNDARY = 0 \ No newline at end of file