This project was done during my co-op term at the National Research Council of Canada (NRC) at the Herzberg Astronomy and Astrophysics research Center (HAA) in Victoria BC. This page is a brief overview. A much more in depth writeup can be found in the repository here: Project Repository
An additional repository I made that contains utilities and complete documentation for interfacing with lab equipment using RS232 serial connections is here: Project Repository
Publications from my work during this term can be seen here:
This work was done for the Dragonfly Telephoto Array:
The array currently uses an array of CCD sensors attached to Canon lenses. It is used to research ultra-low surface brightness structures at visible wavelengths.
My work involved researching scientific Complementary Metal-Oxide Semiconductors (sCMOS) to replace the CCD sensors currently in use on the telescope.
This involved coming up with experimental procedures and writing C++ and Python code to gather and analyze data. There is a lot of research and papers published about CCD sensors but less so for CMOS. This meant I had to research and adapt different experimental procedures in order to characterize the sensor I was researching.
The main characteristics looked at are:
Most of these characteristics just involved writing Python and come C++ scripts to interface with the sensor and gather data. From There more Python is used to analyze the data mostly using simple statistics.
I want to highlight Quantum Efficiency (QE) here as that was the most difficult but interesting characteristic. QE is a measure of how many photons need to hit a pixel to produce one electron. The QE for a sensor can vary over the visible light spectrum so readings must be taken across all wavelengths between 380-700 nm.
The general experimental workflow went like:
QE can be then calculated:
Unfortunately I was not able to get very promising results within the time I had. QE is a notoursly difficult measurment to take. I had to but a blackout drape over the entire setup and turn off all the lights in the lab as any ambient light absolutly ruins the readings.
Some of the technical work I did for this expirment mainly involved writing Python scripts to interface with the RS232 of the monochrometer and power meter, as well as writing clean organized code to save and analyze the GB of data that come from this expiriment.