File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
SoftwareGuide/Latex/Architecture Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ \subsection{RGB Images}
5959repeated with 24 hours intervals.} receptors are sensitive to the lighting
6060conditions that differentiate day from night. These receptors evolved as a
6161mechanism for synchronizing the physiology with the time of the day. Cellular
62- controls for circadian rythms are present in every cell of an organism and are
62+ controls for circadian rhythms are present in every cell of an organism and are
6363known to be exquisitively precise~\cite {Lodish2000 }.
6464
6565The RGB space has been constructed as a representation of a physiological
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ \subsection{Moving Iterators}
126126important to remember because attempting to dereference an iterator at its end
127127position will have undefined results.
128128
129- % Moving iteators
129+ % Moving iterators
130130ITK iterators are moved back and forth across their iterations using the
131131decrement and increment operators.
132132
@@ -276,7 +276,7 @@ \subsection{Accessing Data}
276276
277277\subsection {Iteration Loops }
278278\label {sec:IterationExample }
279- % Now give a psuedo code example for putting all of this together.
279+ % Now give a pseudo code example for putting all of this together.
280280Using the methods described in the previous sections, we can now write a simple
281281example to do pixel-wise operations on an image. The following code calculates
282282the squares of all values in an input image and writes them to an output image.
Original file line number Diff line number Diff line change @@ -880,7 +880,7 @@ \section{Wrapping}
880880
881881\small
882882\begin {minted }{python}
883- Dimesion = 3
883+ Dimension = 3
884884 index = itk.Index[Dimension]()
885885 index_as_tuple = tuple(index)
886886 index_as_list = list(index)
You can’t perform that action at this time.
0 commit comments