Beispiel #1
0
 def __init__(self):
     ArchesXmatchCatalog.__init__(self)
     self.vizier_catalog = 'II/317/cfhtls_w'
     self.title = 'cfht'
     self.columns = 'CFHTLS,RAJ2000,DEJ2000,/(e_)?[ugriz]mag/,Sfl,Tfl'
     self.poserr = {'type': 'RCD_DEC_ELLIPSE',
                     'param1': "e_RAJ2000==null?0.05:0.001*e_RAJ2000",
                     'param2': "e_DEJ2000==null?0.05:0.001*e_DEJ2000"}
Beispiel #2
0
 def __init__(self):
     ArchesXmatchCatalog.__init__(self)
     self.vizier_catalog = 'II/319/las9'
     self.title = 'ukidss'
     self.columns = 'ULAS,RAJ2000,DEJ2000,/(e_)?[YHK]mag/'
     self.poserr = {'type': 'RCD_DEC_ELLIPSE',
                     'param1': "e_RAJ2000==null?0.05:0.001*e_RAJ2000",
                     'param2': "e_DEJ2000==null?0.05:0.001*e_DEJ2000"}
Beispiel #3
0
 def __init__(self):
     ArchesXmatchCatalog.__init__(self)
     self.vizier_catalog = 'II/246/out'
     self.title = '2mass'
     self.columns = '2MASS,RAJ2000,DEJ2000,/(e_)?[JHK]mag/,/.flg/'
     self.poserr = 'type=ELLIPSE param1=errMaj param2=errMin param3=errPA'
Beispiel #4
0
 def __init__(self):
     ArchesXmatchCatalog.__init__(self)
     self.vizier_catalog = 'V/139/sdss9'
     self.title = 'sdss'
     self.columns = 'SDSS9,_r,objID,RAJ2000,DEJ2000,/(e_)?[ugriz]mag/'