1 / 20

An Experience of Aladin Usage for the RC Catalog Radio Source Investigation

An Experience of Aladin Usage for the RC Catalog Radio Source Investigation. Zhelenkova Olga, SAO RAS. A survey area is about 100 sq.deg. ; The RC catalog contains more then 1145 (884) sources in flux range 4.5- 5 00 mJy ( λ = 7.6 sm );

apollo
Download Presentation

An Experience of Aladin Usage for the RC Catalog Radio Source Investigation

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Experience of Aladin Usage for the RC Catalog Radio Source Investigation Zhelenkova Olga, SAO RAS

  2. A survey area is about 100sq.deg.; The RC catalog contains more then 1145 (884) sources in flux range 4.5-500 mJy (λ=7.6sm); Radio spectra are defined for 490 radio sources. The deep survey of sky area centered on SS 433 declination was carried out with the RATAN-600 radio telescope in 1980-1981. The RC catalog of radio sources is one of results of this observations.

  3. Ultra Steep Spectrum (USS) Sample The following parameters of radio sources were used: • a slope of radio source spectrum. Steep spectrum sources were selected (spectral index is in range 0.9 – 1.3); • flux density level. morphological type. The objects of FRII morphological type are selected; • angular size. Large angular size radio galaxies were not registered for considerable redshifts. Their usual angular sizes are in range 1 arcsec to 1 arcmin; • proximity of radio and optical luminosities.

  4. RC catalog objects on the average have fluxes about 100 mJy. Flux densities mean level of the RC catalog fall within inflection area of normalized curve logN-LogS (source number – flux density). Apparently this area may include large number of distant objects. The results of USS sample optical identification are shown in http://sed.sao.ru/rc_archive.html.

  5. For optical candidate refinement we use multi band BVRI photometry. Galaxy redshifts and age estimations were done on the 6-m photometric observations with using PEGASE and GISSEL98 model spectral energy distribution packages.

  6. RC J0311+0507 (z=4.51) Radio galaxies with z>4 Objectz moptmK S1400, αLAS Morph. mJy TN J0924–22015.199 >24 R 21.7 71 1.65 1. 2 D RC J0311+0507 4.514 23.1 R ... 500 1.29 2.8 AD+C VLA J123642+621331 4.424 24.9 I 21.4 0.5 0.94 0.4 C+E 6C 0140+326 4.413 24 I 20.0 91 1.17 2.6 D 8C 1435+63 4.261 23.6 I 19.5 497 1.37 3.9 D+C TN J1338–1941 4.11 22.4 R 20.0 121 1.33 5.5 AD+C TN J1123–2154 4.109 >24.5 R 20.3 49 1.57 0.8 S 7C 1814+670 4.05 24.1 R 19.4 236 1.08 18. D

  7. The first iteration workflow (for good precision radio coordinates ~1”) The process of investigation of radio galaxies with steep spectra consists of the following steps: 1. select radio sources with spectral index in a given range [i1,i2]; select radio sources containing flux data for at least 2 frequencies; calculate spectral index i for selected radio sources; get a list of radio sources with spectral index in the range [i1,i2]; 2. select radio sources with the angular size less than a given value d1 and flux value for a given frequency f1 in the range [s1,s2]; 3. find optical sources matching by coordinates with selected radio sources; 4. get a list of radio sources for which the matching optical sources were found; 5. on a user request, for a given pair – radio source and matching optical source: show optical image of the source with over plotted intensity contours of radio image; show radio image of the source with over plotted intensity contours of optical image; 6. request user confirmation of matching of the selected radio and optical sources; 7. calculate stellar magnitudes of the selected candidates at least in U, B, R filters; 8. calculate (U-B) and (B-R) values for each candidates; 9. plot colour - colour diagram to define more exactly the source list; 10. get a searching list of sources– candidates for distant galaxies.

  8. RATAN-600 beam pattern

  9. Astronomical resources for the RC catalog identification Radio surveys and catalogs • NVSS • TXS • FIRST Optical surveys • DSS • SDSS Optical catalogs • USNO-B1 • SDSS • 2MASS

  10. #!/usr/bin/perl$myname=$0; # полное имя программы$myname =~ s|.*/([\w\-_]+\.pl)$|$1|; # имя программы без путиdie "Usage: $myname Catalog\n" unless (@ARGV);$CATALOG = $ARGV[0];open (READ_CAT, "<$CATALOG") or die ("Cannot open file");open(ALADIN,"| java -jar /Data/users/zhe/Aladin/Aladin.jar");$rcN = 0;while ($str = readline (*READ_CAT)){($pref,$name,$last) = split (/ /, $str, 3);$rcname = join('',$pref,$name);$raJ = substr($last,0,11);$deJ = substr($last,12,11);$obj = join (' ',$raJ,$deJ);print $obj;$stack = join('','s',$rcname,'.aj');print ALADIN "reset; \n";print ALADIN "get aladin(DSS2,F) $obj 5\'; sync;\n";print ALADIN "get NVSS(0.2,15.0,Stokes I,Sine) $obj 5\';\n";print ALADIN "sync; contour 4; \n";print ALADIN "get Vizier(VIII/65/nvss) $obj 5\'; sync;\n";print ALADIN "get FIRST(100) $obj 5\';\n";print ALADIN "sync; contour 4; \n";print ALADIN "get Vizier(VIII/71/first) $obj 5\'; sync;\n";print ALADIN "get Vizier(VIII/42/txs) $obj 5\'; sync;\n";print ALADIN "get Vizier(J/A+AS/87/1/table1) $obj 5\'; sync;\n";print ALADIN "get SDSSDR3cat $obj 1\';\n";print ALADIN "sync;sync\n";print ALADIN "get VizieR(2mass) $obj 1\';\n";print ALADIN "sync;sync\n";print ALADIN "get VizieR(USNOB) $obj 1\';\n";print ALADIN "sync;sync\n";print ALADIN "zoom 2x; backup $stack\n";};

  11. Preleminary results All – 446 u – 22.1 SDSS – 239 g – 21.0 USNO – 123 r – 20.1 2MASS – 52 i – 19.4 Redshift – 45 z – 19.0 TXS – 114 NVSS – 325 “+” – 213 G - 161 “?” – 115 EF - 83 “??” – 29 * - 84 “-” - 138

  12. Preliminary results

  13. Next step in radio source investigation workflow Cross-matching tools with possibility matching in individual source error box Spectral index calculation, fitting radio spectra and using this information for refinement of matching candidates (SpecFind ?) Good quality contour plot tools for radio images (VO service) Program filter for split of Aladin plane backup with multiple catalogs information

More Related