This is an old revision of the document!


Green Bank Telescope (8.35 GHz and 14.35 GHz)

These surveys correspond to the first images of the Galactic Plane (|b|<5°, -15°<l<255°) at 8.35 and 14.35 GHz, obtained with the National Radio Astronomy Observatory/NASA - Green Bank Earth Station.

The angular resolutions of the maps are 11.2' and 8' at 8.35 and 14.35 GHz and units are Jy/beam.

A detailed description of the surveys can be found in the following paper : http://adsabs.harvard.edu/abs/2000AJ....119.2801L

Data in the WCS format can be downloaded here: http://www.gb.nrao.edu/~glangsto/gpa/

GBT 8.35 GHz GBT 14.35 GHz

Maps:

- 8.35 GHz: Green_Bank_8p35_1_1024.fits

- 14.34 GHz: Green_Bank_14p35_1_2048.fits

// Aladin visualizations jQuery().ready(function($){ var aladin_01 = A.aladin('#aladin-lite-div-gbt8p35', {zoom:170}); aladin_01.setFrame('Galactic'); aladin_01.gotoPosition(0, 0); aladin_01.setImageSurvey(aladin_01.createImageSurvey( 'GBT_8.35GHz', 'GBT_8.35GHz', 'http://cade.irap.omp.eu/documents/Ancillary/4Aladin/GBT_8.35GHz/', 'Galactic', 3 )); aladin_01.getBaseImageLayer().getColorMap().update('rainbow'); var aladin_02 = A.aladin('#aladin-lite-div-gbt14p35', {zoom:170}); aladin_02.setFrame('Galactic'); aladin_02.gotoPosition(0, 0); aladin_02.setImageSurvey(aladin_02.createImageSurvey( 'GBT_14.35GHz', 'GBT_14.35GHz', 'http://cade.irap.omp.eu/documents/Ancillary/4Aladin/GBT_14.35GHz/', 'Galactic', 3 )); aladin_02.getBaseImageLayer().getColorMap().update('rainbow'); });