نتایج جستجو برای: vlbi

تعداد نتایج: 1948  

2006
Tetsuro Kondo Yasuhiro Koyama Hiroshi Takeuchi Moritaka Kimura

National Institute of Information and Communications Technology (NICT) has developed a new VLBI sampler unit named K5/VSSP32 dedicated to e-VLBI which is a successor to the K5/VSSP. The maximum sampling frequency per channel of the K5/VSSP32 is 64 MHz, which is four times as fast as that of K5/VSSP. In addition to the maximum sampling frequency, there is a difference in the interface to a host ...

1996
L. Lara

We present results from global VLBI, VLBA,MERLIN and VLA observations of the quasar 3C395 at 5.0 GHz, global VLBI and VLBA observations at 8.4 GHz, and VLBI test observations at 22.2 GHz. These combinations allow us to obtain radio images with resolutions ranging from 0.2 to 200 milliarcseconds, which show the continuity of the radio structure of 3C395 from parsec to kiloparsec scales. On parse...

Journal: :Journal of The Korean Astronomical Society 2005

2001
J. C. Guirado E. Ros D. L. Jones J. - F. Lestrade J. M. Marcaide M. A. Pérez - Torres R. A. Preston

We present 5 GHz space-VLBI observations of the quasar pair B 1342+662 / B 1342+663 that demonstrate the feasibility of phase-reference techniques using an antenna in space. The space-based data were taken by the satellite HALCA, of the space-VLBI mission VSOP. From residual (referenced) phases we derive an upper bound of 10 meters to the uncertainty of the spacecraft orbit reconstruction. An a...

2003
Wouter Vlemmings Huib Jan van Langevelde

The OH main line masers in circumstellar shells were observed with astrometric VLBI in order to accurately determine the position of the star, as well as its motion, including the parallax. Results are presented on 4 Mira stars monitored for 2-8 years with the VLBA. The data show that in some stars the VLBI detection is dominated by blue-shifted emission that is associated with the stellar imag...

1995
J. A. Zensus P. J. Diamond

Phase-referencing allows phase calibration of VLBI data. Using regular observations of a nearby calibrator source, delay, delay-rate, and phase corrections can be derived and their eeects removed from the target source visibility data. This technique allows imaging much weaker objects than is possible via fringe-tting methods. We examine the main types of phase error in VLBI observations (geome...

2011
Vincent L. Fish Sheperd S. Doeleman Avery E. Broderick Abraham Loeb

Millimeter wave very long baseline interferometry (mm-VLBI) provides access to the emission region surrounding Sagittarius A* (Sgr A*), the supermassive black hole at the center of the Milky Way, on sub-horizon scales. Recently, a closure phase of 0◦ ± 40◦ was reported on a triangle of Earth-sized baselines (SMT–CARMA–JCMT) representing a new constraint upon the structure and orientation of the...

Journal: :International Astronomical Union Colloquium 1990

Journal: :Symposium - International Astronomical Union 2001

2008
Sándor Frey Krisztina Éva Gabányi Yoshiharu Asaki

We apply an efficient selection method to identify potential weak Very Long Baseline Interferometry (VLBI) target quasars simply using optical (SDSS) and low-resolution radio (FIRST) catalogue data. Our search is restricted to within 12 from known compact radio sources that are detectable as phase-reference calibrators for ASTRO-G at 8.4 GHz frequency. These calibrators have estimated correlate...

نمودار تعداد نتایج جستجو در هر سال

با کلیک روی نمودار نتایج را به سال انتشار فیلتر کنید

function paginate(evt) { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term pg=parseInt(evt.target.text) var data={ "year":filter_year, "term":term, "pgn":pg } filtered_res=post_and_fetch(data,url) window.scrollTo(0,0); } function update_search_meta(search_meta) { meta_place=document.getElementById("search_meta_data") term=search_meta.term active_pgn=search_meta.pgn num_res=search_meta.num_res num_pages=search_meta.num_pages year=search_meta.year meta_place.dataset.term=term meta_place.dataset.page=active_pgn meta_place.dataset.num_res=num_res meta_place.dataset.num_pages=num_pages meta_place.dataset.year=year document.getElementById("num_result_place").innerHTML=num_res if (year !== "unfilter"){ document.getElementById("year_filter_label").style="display:inline;" document.getElementById("year_filter_place").innerHTML=year }else { document.getElementById("year_filter_label").style="display:none;" document.getElementById("year_filter_place").innerHTML="" } } function update_pagination() { search_meta_place=document.getElementById('search_meta_data') num_pages=search_meta_place.dataset.num_pages; active_pgn=parseInt(search_meta_place.dataset.page); document.getElementById("pgn-ul").innerHTML=""; pgn_html=""; for (i = 1; i <= num_pages; i++){ if (i===active_pgn){ actv="active" }else {actv=""} pgn_li="
  • " +i+ "
  • "; pgn_html+=pgn_li; } document.getElementById("pgn-ul").innerHTML=pgn_html var pgn_links = document.querySelectorAll('.mypgn'); pgn_links.forEach(function(pgn_link) { pgn_link.addEventListener('click', paginate) }) } function post_and_fetch(data,url) { showLoading() xhr = new XMLHttpRequest(); xhr.open('POST', url, true); xhr.setRequestHeader('Content-Type', 'application/json; charset=UTF-8'); xhr.onreadystatechange = function() { if (xhr.readyState === 4 && xhr.status === 200) { var resp = xhr.responseText; resp_json=JSON.parse(resp) resp_place = document.getElementById("search_result_div") resp_place.innerHTML = resp_json['results'] search_meta = resp_json['meta'] update_search_meta(search_meta) update_pagination() hideLoading() } }; xhr.send(JSON.stringify(data)); } function unfilter() { url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":"unfilter", "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } function deactivate_all_bars(){ var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(bar) { bar.dataset.active = false bar.style = "stroke:#71a3c5;" }) } year_chart.on("created", function() { var yrchart = document.querySelectorAll('.ct-bar'); yrchart.forEach(function(check) { check.addEventListener('click', checkIndex); }) }); function checkIndex(event) { var yrchart = document.querySelectorAll('.ct-bar'); var year_bar = event.target if (year_bar.dataset.active == "true") { unfilter_res = unfilter() year_bar.dataset.active = false year_bar.style = "stroke:#1d2b3699;" } else { deactivate_all_bars() year_bar.dataset.active = true year_bar.style = "stroke:#e56f6f;" filter_year = chart_data['labels'][Array.from(yrchart).indexOf(year_bar)] url=/search_year_filter/ var term=document.getElementById("search_meta_data").dataset.term var data={ "year":filter_year, "term":term, "pgn":1 } filtered_res=post_and_fetch(data,url) } } function showLoading() { document.getElementById("loading").style.display = "block"; setTimeout(hideLoading, 10000); // 10 seconds } function hideLoading() { document.getElementById("loading").style.display = "none"; } -->