An open API service indexing awesome lists of open source software.

https://github.com/joedf/cas741_w23

Classwork for McMaster University course (Winter 2023)
https://github.com/joedf/cas741_w23

Last synced: 3 months ago
JSON representation

Classwork for McMaster University course (Winter 2023)

Awesome Lists containing this project

README

          

# ImgBeamer (CAS741)

Developer Name: Joachim de Fourestier

Date of project/course start: January 11th, 2023
Course end: April 12th, 2023
The course description is available [here](https://academiccalendars.romcmaster.ca/preview_course_nopop.php?catoid=46&coid=235365).

## Description

This project is the design and documentation on a basic simulation and learning tool of the Scanning Electron Microscopy (SEM) image formation process.

The code is available here: https://github.com/joedf/ImgBeamer/tree/cas741

## Project Structure
The folders and files for this project are as follows:

- `docs` - Documentation for the project
- `refs` - Reference material used for the project, including papers
- `src` - Source code
- `test` - Test cases
- etc.

## Documentation

- Problem Statement and Goals: [ProblemStatement.pdf](docs/ProblemStatementAndGoals/ProblemStatement.pdf)
- Software Requirements Specification: [SRS.pdf](docs/SRS/SRS.pdf)
- Module Guide: [MG.pdf](docs/Design/MG/MG.pdf)
- Module Interface Specification: [MIS.pdf](docs/Design/MIS/MIS.pdf)
- Verification and Validation Plan: [VnVPlan.pdf](docs/VnVPlan/VnVPlan.pdf)
- Verification and Validation Report: [VnVReport.pdf](docs/VnVReport/VnVReport.pdf)
- Reflection Report: [Reflection.pdf](docs/Reflection/Reflection.pdf)