PySpectrometer
PySpectrometer copied to clipboard
Raspberry Pi Spectrometer
First of all, great project! Currently I'm running a similar setup as the one shown in your youtube video (using the same spectroscope). I've tried a random camera lens I...
Could you use this rig to do a demo of LIBS like the instruments on the Mars rovers? Are there low cost lasers capable of forming the plasma? I'm not...
Do you think we can add INDI support? This would open up the ability to use a plethora of astro cameras (some of which are VERY sensitive) with your software....
Could you make a list of the Raspberry Pies compatible with this project?
np.int is deprecated in bookworm. we need to use np.int32. 127,128c127,128 < window_size = np.abs(np.int32(window_size)) < order = np.abs(np.int32(order)) \-\-\- \> window_size = np.abs(np.int(window_size)) \> order = np.abs(np.int(order))
Hi Team, I am working on data transmission using Optical fibre where the center wavelength is in the near IR region. i.e. near 850nm, 1310nm or 1550nm. Kindly advise if...
https://thepihut.com/products/raspberry-pi-camera-module-3 1. Compatibility with Autofocus and HDR: The new Raspberry Pi Camera Module 3 features autofocus and a High Dynamic Range (HDR) mode. Incorporating support for these features in PySpectrometer...
Hi, I'm trying to run a video on a kv260. I follow this tutorial (https://xilinx.github.io/kria-apps-docs/creating_applications/2022.1/build/html/docs/kria_vitis_acceleration_flow/petalinux-firmware.html) and I flash this petalinux (2022.1) with the configuration of the tutorial on the sd-card....