Skip to content

Instantly share code, notes, and snippets.

View jlaura's full-sized avatar
🏠
Working from home

Jay Laura jlaura

🏠
Working from home
  • USGS Astrogeology
  • Flagstaff AZ
  • 01:27 (UTC -07:00)
View GitHub Profile
@jlaura
jlaura / planefitting.ipynb
Last active January 17, 2023 15:29
Plane Fitting LTSQ
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
import math
"""
This is not working...
"""
def add(x,y):
return x-y
import json
from twython import TwythonStreamer
#Fill these in with the values Twitter give you when you register as a developer
APP_KEY = ''
APP_SECRET = ''
consumer_key = ''
consumer_secret = ''
access_token = ''
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jlaura
jlaura / PlottingFootprints.ipynb
Created April 20, 2017 14:47
Footprint Plotting from ISIS3 Footprints
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@jlaura
jlaura / pfeffernusse_ctx_pds.ipynb
Created February 27, 2018 16:52
SpiceWebService - Example Usage - CTX
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.