skyview.run(bench, isize=300, surveylist=['DSS2B', 'SDSSr'], tablename='optical') # first load the table of sources # this is a set of ARP galaxies that also appear in the Harlow-Shaply cat of bright galaxies sources.run(bench, open('/envoy5/raid2/Vim/data/benches/arps/sources.votable').read()) # Lets get some preetty pictures in the optical skyview.run(bench, isize=300, surveylist=['DSS2B', 'SDSSr'], tablename='optical') # Some Xray and IR and radio cutoutsskyview.run(bench, isize=300, surveylist=['BATSig14-195', 'RASS', 'RXTE8_20k_sig', '2MASSJ', 'IRIS60', 'FIRST', 'SUMSS'], tablename='skyview') # make a CSV file from the sources # can find it under Utility / View All Files download.run(bench, format='CSV') sort.run(bench, colname='NGC_Name', down='0')