# load from the xamples, this is the # 51 Candidate Low-Luminosity Hard X-Ray Binaries (Suchov et al) sourcesURL.run(bench, sourcesURL='http://envoy5.cacr.caltech.edu:8888/web/sourceTables/J_ApJ_612_437.xml') # get some cutouts from high energy image surveys skyview.run(bench, isize=60, surveylist=['EGRET3D', 'BATFlux14-195', 'HEAO1A', 'RXTE3_20k_sig'], tablename='xray') # what does NED say about these proxsearch.run(bench, survey='NED (sources)', sr=0.00555555555556, tablename='ned', verb='1', maxthreads='10') # some 2mass cutouts skyview.run(bench, isize=60, surveylist=['2MASSJ'], tablename='skyview') # went to the registry and tried 'binary' and picked out tw, then saved this resource file textPositions.run(bench, open('/envoy5/raid2/Vim/data/benches/keep/xray/newresources.9623').read()) # see what matches we have with these proxsearch.run(bench, survey='HM', sr=0.00555555555556, tablename='hi_mass_binaries', verb='1', maxthreads='10') proxsearch.run(bench, survey='LMXB', sr=0.00555555555556, tablename='lo_mass_binaries', verb='1', maxthreads='10')