Search
References
Objects
User-defined list
Download data
Statistics
Papers & Acknowledgement
Citation tool
☰
Display data from paper
Select data type:
H
2
O
,
OH
FOR99 - OH and H_2O masers in 74 star-forming regions. The FC89 database
Interferometry data
Short title
: Forster & Caswell (1999)
Authors
: Forster, J. R.Caswell, J. L.
Journal
: Astronomy and Astrophysics Supplement, v.137, p.43-49
Bibcode
:
1999A&AS..137...43F
Target type
: Catalog
Transitions
: OH_1665
Abstract
Positions and spectra of 1665 MHz OH and 23 235 MHz {H_2O} masers in 74 star-forming regions are presented. This supplement provides an electronic version of the complete VLA database of interstellar masers observed by \Forster & Caswell (1989). The fields observed comprise the majority of known interstellar OH and {H_2O} maser associations at galactic longitudes observable from both hemispheres. The database will be useful for interpreting continuum and molecular line observations of these regions, for investigations of the relationship between the masers and their local environment, and for temporal and kinematical studies of the masers themselves. Full version of Table 3 is available in electronic form at the CDS via anonymous ftp to cdsarc.u-strasbg.fr (130.79.128.5) or via
http://cdsweb.u-strabg.fr/Abstract.html,
and full version of Fig. 1 is available at the
http://www.edpsciences.com
}
Download as
:
Table (CSV)
View as list of objects
Detection table from Forster & Caswell (1999)
Export table to csv
Hide
/
Show
individual components
ID
Obs. RA
Obs. Dec
RA offset
Dec offset
l
b
Group id
#
Source name
Frequency
V
peak
F
peak
Telescope
Beam
PA
Detection
Type
Distance
Dist. (parallax)
Date
(J2000)
(J2000)
(mas)
(mas)
(deg.)
(deg.)
(MHz)
(km/s)
(Jy)
(arcsec)
(deg.)
Yes
/
No
(kpc)
(kpc)
Non-detection table from Forster & Caswell (1999)
Export table to csv
Hide
/
Show
individual components
ID
Obs. RA
Obs. Dec
l
b
Group id
Source name
Line
Telescope
Detection
Type
Distance
Date
(J2000)
(J2000)
(deg.)
(deg.)
OH
Yes
/
No
(kpc)
1
+16 51 6.23
-46 16 6.8
339.679724
-1.208855
G339.681-1.207
G339.68-1.21
1.665 GHz
NRAOVLA
+H
2
O
+CH
3
OH II
+OH
SFR
2.400
1983 Dec
2
+18 16 26
-16 39 56.2
14.166356
-0.060258
G14.166-0.060
G14.17-0.06
1.665 GHz
NRAOVLA
+H
2
O
-OH
+SiO
EVOLVED
5.000
1983 Dec
3
+18 27 16.84
-11 53 41.1
19.612212
-0.135164
G19.612-0.134
G19.61-0.13
1.665 GHz
NRAOVLA
+H
2
O
-CH
3
OH I
+CH
3
OH II
+OH
SFR
4.700
1983 Dec
Get selected data
X
DSS colored
2MASS colored
WISE colored
SDSS color
IRAC color I1,I2,I4
GLIMPSE 360
PACS color (70-160 um)
SPIRE color (250-500 um)
NVSS (1.4GHz)
ATLASGAL 870 um
ATLASGAL 870 um + Planck
Bolocam 1.1 mm
UKIDSS K
Download UKIDSS K FITS
2MASS K
Download 2MASS K FITS
select MAX(oh_data_all.ra_hms) as ra_hms,MAX(oh_data_all.dec_dms) as dec_dms,MAX(oh_data_all.source_name) as source_name,MAX(oh_data_all.ra) as ra,MAX(oh_data_all.dec) as dec,MAX(oh_data_all.l) as l,MAX(oh_data_all.b) as b,MAX(oh_data_all.grp) as grp,MAX(oh_data_all.other_name) as other_name,MAX(oh_data_all.other_desc) as other_desc,BOOL_OR(thermal) as thermal,MAX(oh_data_all.freq) as freq,MAX(oh_data_all.vrange) as vrange,MAX(oh_data_all.vpeak) as vpeak,MAX(oh_data_all.peak) as peak,MAX(oh_data_all.fwhm) as fwhm,MAX(oh_data_all.int) as int,MAX(oh_data_all.rms) as rms,MAX(oh_data_all.units) as units,MAX(oh_data_all.units_rms) as units_rms,MAX(oh_data_all.date_txt) as date_txt,MAX(oh_data_all.telescope_ref) as telescope_ref,MAX(oh_data_all.telescope_conf) as telescope_conf,MAX(oh_data_all.v_step) as v_step,MAX(oh_data_all.beam) as beam,MAX(oh_data_all.beam_maj) as beam_maj,MAX(oh_data_all.beam_min) as beam_min,MAX(oh_data_all.beam_pa) as beam_pa,MAX(oh_data_all.ref) as ref,MAX(oh_data_all.list_ref) as list_ref,MAX(oh_data_all.ascii) as ascii,MAX(oh_data_all.image) as image,MAX(oh_data_all.descr) as descr,MAX(oh_data_all.id) as id,BOOL_OR(mjy_flag) as mjy_flag,BOOL_OR(rms_mjy_flag) as rms_mjy_flag,MAX(oh_data_all.dist) as dist,1 as dist_parallax,MAX(oh_data_all.date_txt) as date_txt,MAX(line_det) as line_det,MAX(type) as type,MAX(simbad_types_cat) as simbad_types_cat FROM oh_data_all LEFT JOIN all_objects_withmet ON oh_data_all.grp=all_objects_withmet.group_name LEFT JOIN object_categories ON all_objects_withmet.group_name = object_categories.group_name_cat AND object_categories.tbl_cat = 'all_objects_withmet' LEFT JOIN transitions ON oh_data_all.line=transitions."Line" WHERE ref ilike 'FOR99' AND detected=true AND hide=false GROUP BY ref
select oh_data_all.ra_hms,oh_data_all.dec_dms,oh_data_all.source_name,oh_data_all.ra,oh_data_all.dec,oh_data_all.l,oh_data_all.b,oh_data_all.grp,oh_data_all.other_name,oh_data_all.other_desc,oh_data_all.thermal,oh_data_all.freq,oh_data_all.vrange,oh_data_all.vpeak,oh_data_all.peak,oh_data_all.fwhm,oh_data_all.int,oh_data_all.rms,oh_data_all.units,oh_data_all.units_rms,oh_data_all.date_txt,oh_data_all.telescope_ref,oh_data_all.telescope_conf,oh_data_all.v_step,oh_data_all.beam,oh_data_all.beam_maj,oh_data_all.beam_min,oh_data_all.beam_pa,oh_data_all.ref,oh_data_all.list_ref,oh_data_all.ascii,oh_data_all.image,oh_data_all.descr,oh_data_all.id,oh_data_all.mjy_flag,oh_data_all.rms_mjy_flag,oh_data_all.dist,oh_data_all.dist_parallax,oh_data_all.date_txt,line_det,type,simbad_types_cat FROM oh_data_all LEFT JOIN all_objects_withmet ON oh_data_all.grp=all_objects_withmet.group_name LEFT JOIN object_categories ON all_objects_withmet.group_name = object_categories.group_name_cat AND object_categories.tbl_cat = 'all_objects_withmet' LEFT JOIN transitions ON oh_data_all.line=transitions."Line" WHERE ref ilike 'FOR99' AND detected=true AND hide=false ORDER BY detected DESC,id