Skip to content

Commit

Permalink
add warning note
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Apr 29, 2024
1 parent 0bc42b3 commit 1300134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions book/01-01.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
"source": [
"# Overview\n",
"\n",
":::{warning}\n",
"This chapter is still an early draft and is likely to change significantly. \n",
":::\n",
"\n",
"This section will teach you how to handle individual medical images in Python. Your life as a medical imaging AI expert will be so much easier if you have a good grasp on a library that lets you handle medical images. That primarily entails reading and writing medical imaging files. \n",
"\n",
"Additionally, it can be helpful to have a good set of tools for visualizing and operating on medical images once read into memory. And in more rare cases, you may also need to actually perform some medical image processing (e.g., segmentation, registration) using established libraries. "
Expand Down

0 comments on commit 1300134

Please sign in to comment.