-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Finish lit-1-phantom.jl - New lit-3-phantom-format.jl - Upload svg files for phantom file tree - Update cross references
- Loading branch information
1 parent
64c02fa
commit 38b96de
Showing
19 changed files
with
4,117 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,10 @@ | |
|
||
using KomaMRI # hide | ||
|
||
# ## `NoMotion` struct | ||
|
||
# ToDo | ||
|
||
# ## `Motion` & `MotionList` | ||
|
||
# ToDo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
# # Phantom File Format | ||
|
||
# ## Introduction | ||
|
||
# While there is already an open and fairly standardised format for MRI sequences | ||
# such as [Pulseq](https://pulseq.github.io/index.html), this is not the case for digital phantoms. | ||
# That's why we defined a new ''.phantom'' format, which relies on the [HDF5 standard](https://www.hdfgroup.org/solutions/hdf5/). | ||
# HDF5 is specially designed to store large amounts of heterogeneous data and to make it readable | ||
# and writable quickly and easily. In addition, it allows the storage of metadata. | ||
# For all these reasons, it is the ideal file format for storing phantoms. | ||
|
||
# ## File Format Specification | ||
|
||
# ### Phantom File Tree | ||
|
||
#md # ```@raw html | ||
#md <p><img class="docs-light-only" width="80%" src="assets/ph-phantom-file-format-light.svg"/></p> | ||
#md <p><img class="docs-dark-only" width="80%" src="assets/ph-phantom-file-format-dark.svg"/></p> | ||
# ``` | ||
|
||
# ### Action types | ||
|
||
#md # ```@raw html | ||
#md <p><img class="docs-light-only" width="80%" src="assets/ph-action-types-light.svg"/></p> | ||
#md <p><img class="docs-dark-only" width="80%" src="assets/ph-action-types-dark.svg"/></p> | ||
# ``` | ||
|
||
# ### TimeSpan types | ||
|
||
#md # ```@raw html | ||
#md <p><img class="docs-light-only" width="80%" src="assets/ph-timespan-types-light.svg"/></p> | ||
#md <p><img class="docs-dark-only" width="80%" src="assets/ph-timespan-types-dark.svg"/></p> | ||
# ``` | ||
|
||
# ### SpinSpan types | ||
|
||
#md # ```@raw html | ||
#md <p><img class="docs-light-only" width="80%" src="assets/ph-spinspan-types-light.svg"/></p> | ||
#md <p><img class="docs-dark-only" width="80%" src="assets/ph-spinspan-types-dark.svg"/></p> | ||
# ``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.