diff --git a/README.md b/README.md index 1f0380103a09f0c5b935e447292b17a018f6b1bd..57dbcd2e64c4730ee59b8274c10e4f80f3b78482 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ To run the created docker image: docker run -i -t --network host dce-mri ``` -The `Dockerfile` will automatically download the latest sources on the [gitlab repository](https://gitlab.inria.fr/jdichamp/dyna-imaging-mod). +The `Dockerfile` will automatically download the latest sources on the [gitlab repository](https://gitlab.inria.fr/simbiotx/dyna-imaging-mod). The different code executable and libraries will be built in their dedicated folders: `libnix`, `Vascularization`, `VascularizationInverse`. ## Simulation examples diff --git a/docker/Dockerfile b/docker/Dockerfile index 0b5e7fb6d21701beabcf6c951c7b925c5726408d..623dd36e8ae899b8c904b7bc9d48645b69749180 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -3,7 +3,7 @@ FROM ubuntu:22.04 LABEL build-date="2023-01-12" LABEL name="base-ubuntu-22.04" LABEL description="Ubuntu 22.04 Focal Jammy Jellyfish for building Vascularization and VascularizationInverse codes." -LABEL vsc-url1="https://gitlab.inria.fr/jdichamp/dyna-imaging-mod" +LABEL vsc-url="https://gitlab.inria.fr/simbiotx/dyna-imaging-mod" LABEL version=1.0.0 #Prepare tzdata - set timezone to Paris @@ -55,7 +55,7 @@ RUN apt-get update \ # Vascularization: compute direct problem # VascularizationInverse: compute inverse problem RUN mkdir source \ - && git clone --single-branch https://gitlab.inria.fr/jdichamp/dyna-imaging-mod /temp \ + && git clone --single-branch https://gitlab.inria.fr/simbiotx/dyna-imaging-mod /temp \ && mv /temp/sources/* /source\ && rm -r /temp/ diff --git a/sources/Vascularization/README.md b/sources/Vascularization/README.md index 37665d33b7b71fadf374b87db0d991b43bb754d1..8a06ae9285b045e3ce77dd1cb6cfca602caec2ff 100644 --- a/sources/Vascularization/README.md +++ b/sources/Vascularization/README.md @@ -1,7 +1,7 @@ # Vascularization ## Requirements -This module works only with the Nix library. See [the dedicated repository](https://gitlab.inria.fr/jdichamp/dyna-imaging-mod/-/tree/main/sources/libnix) for further information. +This module works only with the Nix library. See [the dedicated repository](https://gitlab.inria.fr/simbiotx/dyna-imaging-mod/-/tree/main/sources/libnix) for further information. ## Launch parameters All launch parameters and what they do in the `Perfusion.cpp` file. @@ -62,4 +62,5 @@ All launch parameters and what they do in the `Perfusion.cpp` file. * `superbee` * `euler` + Default: implicit The scheme can be refined by adding `,refineX` ; `X` being the chosen refinement. Default = 0 diff --git a/sources/VascularizationInverse/README.md b/sources/VascularizationInverse/README.md index 735013f10204ef0fd1c2a2ab927bf9553d827fbf..00240d76ca2c81116e2e01dc9a6eba75b3ac355c 100644 --- a/sources/VascularizationInverse/README.md +++ b/sources/VascularizationInverse/README.md @@ -1,18 +1,18 @@ # VascularizationInverse ## Requirements -This module only works with the Nix library. See [the dedicated repository](https://gitlab.inria.fr/jdichamp/dyna-imaging-mod/-/tree/main/sources/libnix) for further information. +This module only works with the Nix library. See [the dedicated repository](https://gitlab.inria.fr/simbiotx/dyna-imaging-mod/-/tree/main/sources/libnix) for further information. ## Launch parameters * `n`: add gaussian noise (std of the normal distribution) * `c`: add coarsing * `D`: Write the arguments of the command in a `commandline.dat` file. -* `M`: Set the solver method +* `M`: Set the tracer-kinetic model * Brix 2 with no permeability * Brix 2 with delay - * Brix 2 + * Brix 2 (used in the paper) * Tofts with no delay - * Tofts + * Tofts (used in the paper) Default Brix 2 * `d`: set a custom time step. Default : 1