Skip to content

Instantly share code, notes, and snippets.

@bryanmiller
bryanmiller / GPP client demo test.ipynb
Created September 25, 2025 15:49
GPP Client Demo
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@bryanmiller
bryanmiller / queue_metric_par2.py
Created June 3, 2020 19:38
Queue Metric Parabolic 2
#!/usr/bin/env python3
# This gives the algorithm for the Parabolic Metric 2 from
# Bryan Miller
# 2020Jun03
import numpy as np
import matplotlib.pyplot as plt
@bryanmiller
bryanmiller / example_broker_data_gem.json
Last active December 28, 2018 20:06
Example alerts for Gemini TOM
[
{
"mag":18,
"dec":-20.0035,
"id":1,
"ra":32.0012542,
"name":"Tatooine",
"timestamp":"08/27/18 15:43:47",
"score":20
},