In [ ]:
%matplotlib inline
import matplotlib.pyplot as plt
import numpy as np
from astropy.table import QTable
SDSS_MainBelt.csv
contains data on objects in the asteroid belt collected by the Sloan Digital Sky Survey.The columns are:
Name
- Object namea
- semi-major axiscA
- SDSS a$^*$ colorcI
- SDSS i color (near infrared)cZ
- SDSS z color (infrared)X
- X position [au] - Sun-centered coords (10/29/2014)Y
- Y position [au] - Sun-centered coords (10/29/2014)Z
- Z position [au] - Sun-centered coords (10/29/2014)
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]:
In [ ]: