You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use example data-sets with different imaging modalites to map the physical meaning of an array axis. E.g. Time is first axis then Y and X. Or ZYX. (Optional) Mention typical ordering patterns such as TZCYX and singleton dimensions and how to deal with them.
Introduce:
numpy indexing to retrieve single pixel values / or together with : to effectively bind a dimension
python slices (start, stop) and their use in numpy arrays to access spatial subregions (2D)
mixture the two: to select axis aligned sub-slices from 3D data
Add the step to effectively sub-sampling arrays. Exampels: Temproral and spatal. Negative step for mirroring
Intruduce mean, max, median projections and give examples applying them to example data sets.
Brief description
:to effectively bind a dimensionLearning objective(s)
covered
Volunteer(s)
@sommerc