Skip to content

Instantly share code, notes, and snippets.

View jdnc's full-sized avatar

Madhura Parikh jdnc

View GitHub Profile
@jdnc
jdnc / core.py
Last active December 18, 2015 08:00
core.py of irsa_dust module. A very 'primitive' version. also utils.py that has some helper functions. only the functions now used in core.py have been retained.
# Licensed under a 3-clause BSD style license - see LICENSE.rst
import types
import functools
import requests
from xml.etree.ElementTree import ElementTree
from astropy.table import Table, Column
import astropy.units as u
from astropy.io import fits
import utils
import astropy.utils.data as aud
@jdnc
jdnc / ipython_nb_irsa_dust_v0
Created June 10, 2013 18:13
ipython notebook demonstrating some functions of irsa_dust v0
{
"metadata": {
"name": "irsa_dust_3"
},
"name": "irsa_dust_3",
"nbformat": 2,
"worksheets": [
{
"cells": [
{