Skip to content

Instantly share code, notes, and snippets.

View RayPlante's full-sized avatar

Ray Plante RayPlante

  • National Institute for Standards and Technology
  • Gaithersburg, MD
View GitHub Profile
@RayPlante
RayPlante / PyVOatADASS2013
Last active December 24, 2015 12:49
PyVO: ADASS 2013 Focus Demo: examples of use
{
"metadata": {
"name": ""
},
"nbformat": 3,
"nbformat_minor": 0,
"worksheets": [
{
"cells": [
{
@RayPlante
RayPlante / 3res.py
Created July 2, 2013 20:17
demonstration of astropy/astropy#1223: XML test file, 3res.xml, produced and tested by 3res.py
#! /usr/bin/env python
#
import astropy.io.votable.tree as vot
vtf = vot.VOTableFile()
vtf = vot.VOTableFile()
r1 = vot.Resource()
vtf.resources.append(r1)
t1 = vot.Table(vtf)