update wk02
This commit is contained in:
parent
d1b6612a7e
commit
ee6844a508
@ -49,6 +49,27 @@ This subsection elaborates the fundamental building blocks of the program that a
|
||||
\end{itemize}
|
||||
|
||||
\subsection{Testing and Validation}
|
||||
The project was largely developed in an iterative process with multiple cycles of testing and validation. This allowed more fundamental elements to be developed and debugged first, before building more complex elements on top.
|
||||
|
||||
The iterative cycles can be broken down into:
|
||||
\begin{enumerate}
|
||||
\item \textbf{Sandbox Testing:} At this stage, the most fundamental features were developed and tested, such as:
|
||||
\begin{enumerate}
|
||||
\item Connection to LIDAR sensor and retrieval of data
|
||||
\item Representing the data visually
|
||||
\item Basic manipulation of the sensor data
|
||||
\end{enumerate}
|
||||
\item \textbf{Laboratory Testing:} In the lab, the main features and functionalities of the program could be developed and tested in more controlled, smaller scale. Among the main functionalities:
|
||||
\begin{enumerate}
|
||||
\item Development of the processing algorithms, ie. for cross-correlation, determining cross-sectional area
|
||||
\item Processing of output data
|
||||
\item Establishing and transmitting output data over Profinet
|
||||
\item Tuning performance
|
||||
\end{enumerate}
|
||||
\item \textbf{Field Testing:} At a certain point, development in the laboratory setting could no longer proceed without taking into consideration the environmental and full-scale factors of deployment in the field. Thus, the final iteration of development must be carried out on-site.
|
||||
\end{enumerate}
|
||||
|
||||
See \autoref{chap:validation} for elaboration and details of each of the testing cycles.
|
||||
|
||||
\section{Process Overview}
|
||||
\begin{figure}[h]
|
||||
@ -105,7 +126,7 @@ Furthermore, since the scale of the processing unit of the program is relatively
|
||||
\label{fig:processinglib}
|
||||
\end{figure}
|
||||
|
||||
As shown in \autoref{fig:processinglib}, the main functionality of the processing unit which include:
|
||||
As shown in \autoref{fig:processinglib}, the main functionality of the processing unit which includes:
|
||||
|
||||
\begin{itemize}
|
||||
\item Image Pre-Processing i.e. rotation, skew, cropping
|
||||
@ -130,6 +151,9 @@ As described in \autoref{fig:flowremote}, FlowRemote allows the engineer to remo
|
||||
|
||||
|
||||
\section{Data Processing and Outputs}\label{sec:dataproc}
|
||||
rotation algorithm, skew algorithm, curve fitting library, cross-correlation algorithm...
|
||||
|
||||
transmission to Profinet, output formats (float)
|
||||
|
||||
|
||||
\section{Housing}
|
||||
|
@ -1 +1 @@
|
||||
\chapter{Validation}
|
||||
\chapter{Validation}\label{chap:validation}
|
Loading…
x
Reference in New Issue
Block a user