Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blog afi #14 #16

Open
wants to merge 36 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
b9a8647
Blog b1_afi (#14)
jvelazquez-reyes Sep 9, 2020
b6a6560
Add pulse sequence figure
mathieuboudreau Sep 9, 2020
433af48
Update Dockerfile
mathieuboudreau Sep 9, 2020
9d553fa
Minor notebook fixes
mathieuboudreau Sep 9, 2020
f82f19c
Update git checkout
jvelazquez-reyes Sep 13, 2020
d489f53
Figure 2, slider fixes
jvelazquez-reyes Sep 13, 2020
5fb8ae3
Loading gzipped data
jvelazquez-reyes Sep 20, 2020
e7dc675
Minor fixes Figure 8
jvelazquez-reyes Sep 21, 2020
0afd58a
Update Dockerfile
jvelazquez-reyes Jun 15, 2022
660b462
Update Dockerfile
jvelazquez-reyes Jun 15, 2022
baf70d6
Fix slider
jvelazquez-reyes Jun 16, 2022
d12988d
Merge remote-tracking branch 'origin/blog_afi' into blog_afi
jvelazquez-reyes Jun 16, 2022
56a5b3e
Update equations
jvelazquez-reyes Jun 16, 2022
b488a27
Add precomputed Bloch simulations
jvelazquez-reyes Jun 21, 2022
f540aac
Fix blochsim filename
jvelazquez-reyes Jun 21, 2022
0ff78c6
Update Dockerfile
jvelazquez-reyes Jun 22, 2022
af0f466
AFI: text content corrections
jvelazquez-reyes Jul 7, 2022
9256359
Add B1map_filtered (median filter)
jvelazquez-reyes Jul 7, 2022
264a166
Fix path B1map filtered (median)
jvelazquez-reyes Jul 7, 2022
56900a5
Show B1 filtered (median)
jvelazquez-reyes Jul 8, 2022
18bfe12
Update Dockerfile
jvelazquez-reyes Jul 8, 2022
3bbbc0e
B1 map filtered (7x7x7 median filter)
jvelazquez-reyes Jul 11, 2022
e0d7829
Masking B1 maps
jvelazquez-reyes Jul 18, 2022
2a9457e
Masking B1 maps
jvelazquez-reyes Jul 18, 2022
673a27e
Masking B1 maps
jvelazquez-reyes Jul 18, 2022
4a73cb6
Merge branch 'master' into blog_afi
mathieuboudreau Jan 3, 2023
8b17bc2
Update Dockerfile
mathieuboudreau Jan 3, 2023
d719ba0
Update HTML
mathieuboudreau Jan 3, 2023
9f21185
Merge branch 'blog_afi' of https://github.com/qMRLab/t1_notebooks int…
mathieuboudreau Jan 3, 2023
90e80f0
Update HTML
mathieuboudreau Jan 3, 2023
d93b945
Added suggested changes from GDoc
mathieuboudreau Jan 30, 2023
1d3fde1
Add built html
mathieuboudreau Jan 30, 2023
62db193
Update links and plot labels
mathieuboudreau Jan 31, 2023
f6b17a5
Update links and plot labels
mathieuboudreau Jan 31, 2023
1fc723e
Fix missing saves
mathieuboudreau Feb 1, 2023
498ff32
Fix plotly importts
mathieuboudreau Feb 2, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && \
wget \
gfortran \
cmake \
bsdtar \
bsdtar \
rsync \
imagemagick \
gnuplot-x11 \
Expand All @@ -47,6 +47,7 @@ RUN cd $HOME/work;\
pip install pyarrow>=0.4.0; \
pip install octave_kernel \
sos==0.17.7 \
sos-r \
sos-notebook==0.17.2 \
sos-python==0.9.12.1 \
sos-bash==0.12.3 \
Expand All @@ -59,12 +60,12 @@ RUN cd $HOME/work;\
scipy \
plotly==3.10.0 \
flask; \
python -m sos_notebook.install;\
git clone --single-branch -b master https://github.com/qMRLab/t1_notebooks.git; \
python -m sos_notebook.install; \
git clone --single-branch -b blog_afi https://github.com/qMRLab/t1_notebooks.git; \
cd t1_notebooks;\
git clone https://github.com/neuropoly/qMRLab.git; \
cd qMRLab; \
git checkout d15a553f9d93457c3ed59861380852c54458c2b4; \
git checkout mb/afi_b1_filter_patch; \
cd ..; \
chmod -R 777 $HOME/work/t1_notebooks; \
octave --eval "cd qMRLab; \
Expand Down
Loading