Matthew Retchin edited Introduction.tex  over 9 years ago

Commit id: f570eaa182c33e412c6f3267178337f08af34e6d

deletions | additions      

       

\subsection{Restatement of the Problem}  The problem is that the Gamma Knife radiosurgery can be inaccurate and when it is inaccurate, it can bear dangerous consequences, namely harming healthy brain tissue.  \verb|tumor_length \usepackage{listings}  \begin{lstlisting}[language=python]  tumor_length  = randint(int(0.1 * matrix.area), int(0.9 * matrix.area))|\n\n\n  \verb|coord matrix.area))  coord  = [randint(1, matrix.m), random.randint(1, matrix.n)]|  \verb|for matrix.n)]  for  i in range(0, matrix.tumor_length):|  \verb| matrix.tumor_length):  direction = randint(1, 4)|  \verb| 4)  if direction == UP:|  \verb| UP:  coord[1] -= 1|  \verb| 1  elif direction == DOWN:|  \verb| DOWN:  coord[1] += 1|  \verb| 1  elif direction == LEFT:|  \verb| LEFT:  coord[0] -= 1|  \verb| 1  elif direction == RIGHT:|  \verb| RIGHT:  coord[0] += 1| 1  \end{lstlisting}