Skip to content

Instantly share code, notes, and snippets.

View hsnee's full-sized avatar

Husni Almoubayyed hsnee

View GitHub Profile
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@hsnee
hsnee / miniLIGO.py
Last active July 2, 2018 11:57
miniligo visualization
import RPi.GPIO as GPIO
import matplotlib.pyplot as plt
import seaborn as sns
sns.set_style('darkgrid')
import time
import numpy as np
i, full_wavelength = 0, 0
lst, luxes = [], []