Skip to content

Instantly share code, notes, and snippets.

View douglase's full-sized avatar
🔭

Ewan Douglas douglase

🔭
View GitHub Profile
@douglase
douglase / seaborndemo
Last active August 29, 2015 14:10
Seaborn stats plotting demo, this notebook can be viewed at: http://nbviewer.ipython.org/gist/douglase/4efb512cbca9c64aa04b
{
"metadata": {
"name": "",
"signature": "sha256:8adc52322ad0b978dad990e6dfaed74cb649d7a9b16bf8cab3167db34ebd5bee"
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
@douglase
douglase / .gitmodules
Last active August 29, 2015 14:21
Fresnel Propagation Demos
[submodule "poppy"]
path = poppy
url = git@github.com:douglase/poppy.git
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@douglase
douglase / The Necessity of oversampling input apertures
Created September 10, 2013 19:47
Sorting out real PSF aberrations from edge effects from undersampled Fourier Transforms in input pupils. View with: http://nbviewer.ipython.org/6514595
This file has been truncated, but you can view the full file.
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
This file has been truncated, but you can view the full file.
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
%inspired by https://tex.stackexchange.com/questions/191406/how-could-a-resonance-energy-levels-diagram-be-made-using-tikz?rq=1
prologues := 3;
outputtemplate := "%j%c.eps";
beginfig(1);
v = 0.2; % vertical unit 0.2bp = 0.567mm
u = 1cm; % horizontal unit
@douglase
douglase / environment.yml
Last active August 4, 2016 05:14
condaENVraids
name: RAIDS
channels:
- https://conda.binstar.org/sherpa
- defaults
dependencies:
- astropy=1.1.2=np110py27_0
- backports=1.0=py27_0
- backports_abc=0.4=py27_0
- h5py=2.6.0=np110py27_1
- hdf5=1.8.16=0
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@douglase
douglase / gist:dceabb36229a561a03ef8aa84c73dc85
Last active May 29, 2017 15:06
Cyverse Data Storage notes
sudo apt-get install apt-transport-https #not pre-installed on GCE Debian

Setup apt for packages from https://packages.irods.org/

wget -qO - https://packages.irods.org/irods-signing-key.asc | sudo apt-key add -
echo "deb [arch=amd64] https://packages.irods.org/apt/ $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/renci-irods.list
sudo apt-get update

(this failed).