#load ../catalogs/alexander.xml #get VizieR(J/AJ/126/539/cdfs) sync # # Script file to select sources without upper limits # in both Hard and Soft bands # #filter HR filter { # Sources with upper limits in Hard and Soft bands #${l_C2-8}="<" && ${l_C0.5-2}="<" #{draw blue rhomb} #} #sync # # filter HR_filter { # Sources with upper limits in Hard and Soft bands ${l_C2-8}!="<" || ${l_C0.5-2}!="<" {draw blue rhomb} } # sync # addcol(J/AJ/126/539/cdfs,HR_temp1,,,((${C2-8}-${C0.5-2})/(${C2-8}+${C0.5-2}))) addcol(J/AJ/126/539/cdfs,HR_temp2,,,${l_C2-8}="<"?-1:${HR_temp1}) addcol(J/AJ/126/539/cdfs,HR,,,${l_C0.5-2}="<"?1:${HR_temp2}) # sync