# Light_Analysis_Examples **Repository Path**: lishijia66/Light_Analysis_Examples ## Basic Information - **Project Name**: Light_Analysis_Examples - **Description**: 111111111111111111 - **Primary Language**: Python - **License**: MIT - **Default Branch**: Development - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-10-20 - **Last Updated**: 2022-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Light_Analysis_Examples Software examples for Thorlabs' products that are used to measure light (e.g. CCS Series Spectrometers, PAX1000 Polarimeter, Wavefront Sensors, etc.) ## Repo Organization All examples are split up by programming language and product type. Directions on using specific examples are given within the folders. ### Python Requirements Python examples make use of the ctypes module, which can be installed using the command ``` pip install ctypes ``` if ctypes is not installed already.