0803.3853/ms.tex
1: %%
2: %% Beginning of file 'sample.tex'
3: %%
4: %% Modified 2005 December 5
5: %%
6: %% This is a sample manuscript marked up using the
7: %% AASTeX v5.x LaTeX 2e macros.
8: 
9: %% The first piece of markup in an AASTeX v5.x document
10: %% is the \documentclass command. LaTeX will ignore
11: %% any data that comes before this command.
12: 
13: %% The command below calls the preprint style
14: %% which will produce a one-column, single-spaced document.
15: %% Examples of commands for other substyles follow. Use
16: %% whichever is most appropriate for your purposes.
17: %%
18: \documentclass[12pt,preprint]{aastex}
19: 
20: %% manuscript produces a one-column, double-spaced document:
21: 
22: %\documentclass[manuscript]{aastex}
23: 
24: %% preprint2 produces a double-column, single-spaced document:
25: 
26: %% \documentclass[preprint2]{aastex}
27: 
28: %% Sometimes a paper's abstract is too long to fit on the
29: %% title page in preprint2 mode. When that is the case,
30: %% use the longabstract style option.
31: 
32: %% \documentclass[preprint2,longabstract]{aastex}
33: 
34: %% If you want to create your own macros, you can do so
35: %% using \newcommand. Your macros should appear before
36: %% the \begin{document} command.
37: %%
38: %% If you are submitting to a journal that translates manuscripts
39: %% into SGML, you need to follow certain guidelines when preparing
40: %% your macros. See the AASTeX v5.x Author Guide
41: %% for information.
42: 
43: \newcommand{\vdag}{(v)^\dagger}
44: \newcommand{\myemail}{cassio@univap.br}
45: 
46: %% You can insert a short comment on the title page using the command below.
47: 
48: % \slugcomment{Not to appear in Nonlearned J., 45.}
49: 
50: %% If you wish, you may supply running head information, although
51: %% this information may be modified by the editorial offices.
52: %% The left head contains a list of authors,
53: %% usually a maximum of three (otherwise use et al.).  The right
54: %% head is a modified title of up to roughly 44 characters.
55: %% Running heads will not print in the manuscript style.
56: 
57: \shorttitle{High Spatial Resolution Spectroscopy of W51 IRS2E and IRS2W}
58: \shortauthors{Barbosa et al.}
59: 
60: %% This is the end of the preamble.  Indicate the beginning of the
61: %% paper itself with \begin{document}.
62: 
63: \begin{document}
64: 
65: %% LaTeX will automatically break titles if they run longer than
66: %% one line. However, you may use \\ to force a line break if
67: %% you desire.
68: 
69: \title{High Spatial Resolution Spectroscopy of W51 IRS2E and IRS2W:
70: Two Very Massive Young Stars in Early Formation Stages}
71: 
72: %% Use \author, \affil, and the \and command to format
73: %% author and affiliation information.
74: %% Note that \email has replaced the old \authoremail command
75: %% from AASTeX v4.0. You can use \email to mark an email address
76: %% anywhere in the paper, not just in the front matter.
77: %% As in the title, use \\ to force line breaks.
78: 
79: \author{C\'assio L. Barbosa\altaffilmark{1}}
80: \affil{IP\&D -- UNIVAP, Av. Shishima Hifumi, 2911, 12244-000 S\~ao Jos\'e dos
81: Campos, SP,  Brazil}
82: \email{cassio@univap.br}
83: 
84: \author{Robert D. Blum\altaffilmark{2}}
85: \affil{NOAO Gemini Science Center, 950 Cherry Ave., Tucson, AZ 85719, USA}
86: \email{rblum@noao.edu}
87: 
88: \author{Peter S. Conti\altaffilmark{3}}
89: \affil{JILA, University of Colorado, Boulder, CO 80309-0440, USA}
90: \email{pconti@jila.colorado.edu}
91: 
92: \author{Augusto Damineli\altaffilmark{4}}
93: \affil{IAG -- USP. Rua do Mat\~ao, 1226, 05508-900, S\~ao Paulo, SP, Brazil}
94: \email{damineli@astro.iag.usp.br}
95: \and
96: 
97: \author{Elysandra Figuer\^edo\altaffilmark{5}}
98: \affil{The Open University - Walton Hall, Milton Keynes MK7 6AA, UK}
99: \email{e.figueredo@open.ac.uk}
100: 
101: %% Notice that each of these authors has alternate affiliations, which
102: %% are identified by the \altaffilmark after each name.  Specify alternate
103: %% affiliation information with \altaffiltext, with one command per each
104: %% affiliation.
105: 
106: %% Mark off your abstract in the ``abstract'' environment. In the manuscript
107: %% style, abstract will output a Received/Accepted line after the
108: %% title and affiliation information. No date will appear since the author
109: %% does not have this information. The dates will be filled in by the
110: %% editorial office after submission.
111: 
112: \begin{abstract}
113: We present $K$-band spectra of the near infrared counterparts to IRS2E
114: and IRS2W which is associated with the ultracompact HII region W51d, both of
115: them embedded sources in the Galactic compact HII region W51 IRS2. The high
116: spatial resolution observations were obtained with the laser guide star
117: facility and Near infrared Integral Field Spectrograph (NIFS) mounted at the
118: Gemini North observatory. The spectrum of the ionizing source of W51d shows
119: the photospheric features NIII (21155 \AA) in emission and HeII (21897
120: \AA) in absorption which lead us to classify it as an young O3 type
121: star. We detected CO overtone in emission at 23000 \AA \ in the
122: spectrum of IRS2E, suggesting that it is a massive young object still
123: surrounded by an accretion disc, probably transitioning from the hot
124: core phase to an ultracompact HII region.
125: \end{abstract}
126: 
127: %% Keywords should appear after the \end{abstract} command. The uncommented
128: %% example has been keyed in ApJ style. See the instructions to authors
129: %% for the journal to which you are submitting your paper to determine
130: %% what keyword punctuation is appropriate.
131: 
132: \keywords{stars: early type --- stars: formation --- infrared: stars ---
133: techniques: spectroscopy}
134: 
135: %% From the front matter, we move on to the body of the paper.
136: %% In the first two sections, notice the use of the natbib \citep
137: %% and \citet commands to identify citations.  The citations are
138: %% tied to the reference list via symbolic KEYs. The KEY corresponds
139: %% to the KEY in the \bibitem in the reference list below. We have
140: %% chosen the first three characters of the first author's name plus
141: %% the last two numeral of the year of publication as our KEY for
142: %% each reference.
143: 
144: 
145: %% Authors who wish to have the most important objects in their paper
146: %% linked in the electronic edition to a data center may do so by tagging
147: %% their objects with \objectname{} or \object{}.  Each macro takes the
148: %% object name as its required argument. The optional, square-bracket 
149: %% argument should be used in cases where the data center identification
150: %% differs from what is to be printed in the paper.  The text appearing 
151: %% in curly braces is what will appear in print in the published paper. 
152: %% If the object name is recognized by the data centers, it will be linked
153: %% in the electronic edition to the object data available at the data centers  
154: %%
155: %% Note that for sources with brackets in their names, e.g. [WEG2004] 14h-090,
156: %% the brackets must be escaped with backslashes when used in the first
157: %% square-bracket argument, for instance, \object[\[WEG2004\] 14h-090]{90}).
158: %%  Otherwise, LaTeX will issue an error. 
159: 
160: \section{Introduction}
161: 
162: The mechanisms of massive star formation ($M_{*}>10 M_{\sun}$) are the
163: subject of intense discussion even after two decades of great
164: progress and improvement of observational techniques. In the last two
165: decades, the development of larger and more sensitive infrared
166: detectors associated with the commissioning of 8-m class telescopes
167: equipped with adaptive optics has made it possible to observe ever
168: deeper into the sites of massive star formation at relatively short
169: wavelengths. Yet, while all these improvements
170: have contributed to our understanding of massive star formation, the
171: basic process, i.e., formation via an accretion disk, coalescence,
172: competitive accretion, or a combination of these is still unknown
173: \citep[for a review on this discussion see][]{zin07}. The {\it Spitzer}
174: Space Telescope is providing an unprecedented view at longer wavelengths
175: and soon the $Herschel$ Space Observatory and ALMA will combine very high
176: sensitivity and angular resolution to probe the earliest phases of massive star
177: formation.
178: 
179: W51 is one of the most luminous complexes of massive star forming
180: regions in the Galaxy \citep{gold94} with multiple HII regions
181: \citep{wilson70} that host at least six HII regions with embedded
182: clusters, all of them optically obscured \citep{kumar04}. The most
183: luminous of all HII regions is G49.5-0.4 which can be resolved into
184: mainly two bright infrared sources: IRS1 and IRS2, which are coincident with
185: radio sources W51e and W51d respectively \citep{mar72}. IRS2 is a
186: compact HII region harboring three ultracompact HII (UCHII) regions
187: W51d, W51d$_{1}$ and W51d$_{2}$ \citep{mehr94} and a plethora of
188: infrared sources \citep{gold94,oku01, oka01, kram01, fig08, barb08}. The most
189: prominent sources in the $K$
190: band are named IRS2 East and IRS2 West (or IRS2E and IRS2W,
191: respectively, for short). IRS2W was identified as a NIR and MIR peak
192: of nebular emission \citep{gold94} and \citet{oka01} have correlated it with the
193: UCHII region W51d.
194: 
195: In this letter we report the results of spectroscopic observations taken with
196: laser guide star (LGS) adaptive optics of IRS2E and the UCHII region W51d
197: (IRS2W). In the section \ref{obs} we report the technical details of
198: the observations and in the section \ref{res} we report and discuss the results.
199: Finally, in the section \ref{conc} we summarize our conclusions.
200: 
201: \section{Observations\label{obs}}
202: 
203: The data were obtained with the Near infrared Integral Field
204: Spectrograph (NIFS) mounted on the Frederick C. Gillett 8--m telescope
205: at the Gemini North observatory on Mauna Kea, HI, USA, in queue mode
206: on May, 4th 2007 under program ID GN-2007A-Q-34. NIFS provides 2D
207: integral field spectroscopy with R$\sim$5200 over a 3\arcsec$\times$3\arcsec\ 
208: field of view with 0.043$\times$0.10'' rectangular ``pixels''. Also,
209: we used the Gemini North Adaptive Optics system Altair with a LGS to
210: achieve an angular resolution of $<$0.2\arcsec\ measured upon the 2D images
211: build from the datacubes.
212: 
213: The observations were carried out with the standard procedures for the
214: near infrared (NIR): we observed IRS2 in a series of three pointings of 1000
215: seconds on source and 1000 seconds on a ``blank" sky position at $\sim10\arcsec$
216: north of IRS2 for each field. The latter image was used to subtract the sky
217: emission from the images of the targets. We also observed the A0V star HIP 98640
218: with similar airmass as ISRS2 in order to remove the telluric absorption lines
219: from the spectra of the observed targets. The spectra of A0V stars show only
220: the Br$\gamma$ feature in absorption in the $K$ band.  We
221: eliminated this feature by fitting a Voight profile to the Br$\gamma$
222: leaving a spectrum with only telluric absorption features. This
223: telluric spectrum was used to correct the spectra of the targets.
224: 
225: Wavelength calibration was achieved with an exposure of an Argon arc
226: lamp obtained with the Gemini calibration module GCAL. All data were
227: precessed under IRAF\footnote{IRAF is distributed by the National
228: Optical Astronomy Observatories, which are operated by the
229: Association of Universities for Research in Astronomy, Inc., under
230: cooperative agreement with the National Science Foundation.}
231: environment with scripts written for NIFS available through the Gemini IRAF
232: package. We extracted the spectra through a 0.4\arcsec\ circular
233: aperture centered on the sources. This aperture was chosen to minimize
234: the contribution of the nebular emission from the HII region.
235: 
236: We show in Figure \ref{find_nifs} the finding chart of IRS2. It is composed by
237: the high resolution image taken with the adaptive optics NIR camera NACO in
238: the $K$ band. This image is available at the ESO public database. We overplotted
239: the radio continuum emission at 2 cm from \cite{wc89} in white contours. The
240: black contours represent the MIR emission at 12 \micron\ from the Gemini South
241: MIR camera T-ReCS. All NIFS pointings are represented by white squares and the
242: sources which we have spectra are labeled.
243: In the following section we present the results of the observations of IRS2E and
244: the UCHII region W51d in the ``pseudo long-slit" mode extracted from the
245: images delivered by NIFS. A complete analysis of these data, including the
246: spectra of all observed sources and the results from the IFU mode, such as the
247: velocity maps of the regions observed will be presented in a forthcoming paper
248: \citep{barb08}.
249: 
250: \section{Results and Discussion\label{res}}
251: 
252: \subsection{IRS2E}
253: 
254: Figure \ref{irs2e} shows the spectrum of IRS2E, the brightest $K-$band source
255: in the compact HII region. It was obtained from the first pointing of the
256: telescope. The continuum shows a steep, rising slope to longer
257: wavelengths reflecting the fact that this source is under a heavy extinction:
258: A$_{V}\sim$63 mag according to our unpublished MIR data. This high extinction
259: makes IRS2E undetected at wavelengths shorter than 16000 \AA\footnote{
260: Unpublished images obtained from the AO assisted camera NACO at the VLT shows
261: that the source detected at the $J$ band by previous authors is just a bright
262: knot of gas.}. The spectrum of
263: Figure \ref{irs2e} shows strong lines of HeI (20587 \AA) and unresolved
264: Br$\gamma$ (21661 \AA) that may arise from the circumstellar gas heated by hot
265: stars. We also note nebular lines of HeI (21127 \AA) and the H$_{2}$ (1--0 (S1),
266: 21128 \AA) that come from the diffuse nebular emission of the HII region.
267: Previous authors \citep[e.g.][]{oku01,fig08} describe the presence of [FeIII]
268: lines in the spectrum of IRS2E. These emission lines are typical of shocked gas
269: in the vicinity of MYSOs \citep{han02,bik06}. The spectrum in the Figure
270: \ref{irs2e} does not show any of these lines. This is due to the small aperture
271: used to extract the spectrum. Actually, our unpublished line maps show that
272: [FeIII] emission comes from the extended region between IRS2E and OKYM2/KJD5.
273: 
274: More interesting, IRS2E shows CO overtone emission as we detected the (2--0),
275: (3--1), (4--2) and (5--3) bandheads between 22935 \AA\ and 23838 \AA. Previous
276: NIR spectroscopy of IRS2E \citep[e.g.,][]{oku01,fig08} could not detect the CO
277: bandhead emission due to the large contribution of nebular emission through
278: wide and long slits.
279: 
280: The detection of the CO overtone in emission is associated with the
281: presence of an accretion disc, both in low-mass \citep[e.g.,][]{naj96}
282: and high-mass YSOs \citep{bik04,blum04}. The CO overtone emission comes from the
283: inner parts a circumstellar disk, in regions of high column densities
284: ($10^{20}$--$10^{21}$ cm$^{2}$) and temperatures between 1500--4500 K.
285: 
286: IRS2E is a deeply embedded
287: source which is bright at wavelengths longer than 20000 \AA\ and is
288: not associated with any UCHII region. These characteristics are those
289: expected for a very young and massive YSO that is transitioning to an UCHII
290: region; the high accretion rate presumably prevents the formation of an UCHII
291: region as the ionized gas near the source falls onto the star, according to the
292: evolutionary scenario proposed by \citet{church02}.  This class of
293: object was observed in NGC 3576 by \citet{barb03}, for example.
294: 
295: \subsection{W51d}
296: 
297: Figure \ref{w51d} shows the spectrum of the UCHII region W51d. Treated as a peak
298: of nebulosity in the NIR by \citet{gold94}, \cite{fig08}
299: identified a stellar object as responsible for the ionization of this
300: region based on the correlation between the radio and MIR emission presented by
301: \citet{oka01} and the new high resolution images obtained by us or collected at
302: public databases.
303: 
304: The spectrum of W51d was normalized and zoomed near the intense Br$\gamma$ line
305: to better show the detected features. This line has a broad component ($\sim$
306: 700 km s$^{-1}$), probably originated in fast winds coming from the hot ionizing
307: star and two scenarios are possible to explain it. In the first case, the very
308: young star has strong winds that blew away its surrounding dust. In the second
309: case, the ionizing star is still surrounded by a torus that is seen more face
310: on. However, only higher resolution data could favor one of
311: these scenarios. Besides this nebular line, we detected photospheric lines
312: corresponding to the NIII multiplet near 21155 \AA\ in emission and HeII at
313: 21897 \AA\ in absorption.
314: 
315: The ionizing source of W51d can be classified as an early O star,
316: given the detected features in the spectrum of Figure
317: \ref{w51d}. Comparing this spectrum with the catalog of spectra of
318: optically visible OB stars presented by \citet{han05} we can constrain
319: its spectrum type to an O3--4 type star. The spectrum of an optically
320: visible O3V star shows both the NIII multiplet (in emission) and the
321: HeII (in absorption) at wavelengths longer than 20000 \AA. Although
322: our spectrum cannot establish its spectral subtype, the absence of CIV
323: (20780 \AA) in emission, as seen in mid type O stars, favors the
324: identification of this object as a star hotter and more massive than
325: type $\sim$ O4. It would make this object one of the most massive
326: ionizing source of an UCHII region \citep{wh97,han02,bik05,blum08}.
327: 
328: \citet{wc89} and \citet{mehr94} classify the ionizing source of W51d as an O5.5
329: and O5 respectively, both based on radio continuum emission assuming a distance
330: of 7 kpc to this source. The disagreement
331: between the results based on radio data and the spectroscopy
332: can be explained if the massive YSO had enough time to clear the circumstellar
333: material, lowering its density (and the extinction as well). In this case, the
334: star will not be as embedded as a hot core (like IRS2E) and some fraction of
335: the total number of the Lyman continuum photons emitted by the star will freely
336: escape without ionizing the surrounding gas. If this is the case, the ionizing
337: source would be of earlier spectral type.
338: 
339: \subsection{The Distance to IRS2}
340: 
341: Normally, one could derive the distance to W51d using its photometry in the NIR
342: and the spectral type obtained above. However, we could not obtain a reliable
343: photometry in the $H$ band from the NACO image. W51d seems to be saturated (as
344: well as the object BBCDF4) and every attempt to reconstruct its PSF has failed.
345: Moreover, this source seems to have strong excess emission and in this case we
346: cannot derive its $H-K$ color nor assign its extinction. Without its $H-K$ color
347: and extinction we cannot derive an estimate for its distance using
348: spectroscopic parallax.
349: 
350: On the other hand, based on the spectral type presented in the previous
351: section, we can estimate the distance to IRS2 using the radio data available in
352: the literature. We can derive the number of photons emitted in the Lyman
353: continuum by an O3 star and scale the distance until we reproduce the
354: flux measured in the radio at a given wavelength. We need to keep in
355: mind the limitations of this method, since it assumes that all photons
356: emitted in the Lyman continuum are effectively ionizing the gas, and
357: this may not be true as explained in the previous section.  Some
358: amount of the total number of photons may be escaping the UCHII while
359: other photons are destroyed by dust.
360: 
361: Starting with equation (4) given by \cite{kcw94} ($\xi=1$, i.e. all photons in
362: the Lyman continuum effectively ionize the gas) we obtain the distance $d$ (in
363: kpc) as a factor of the electron temperature $T_{e}$,
364: the correction factor $\alpha(\nu,T_{e})$, the frequency $\nu$ and the flux
365: density $S_{\nu}$ as:
366: 
367: \begin{equation}
368: d^{2}=1.32\times10^{-49}N_{C}\frac{\alpha(\nu,T_{e})}{S_{\nu}(Jy)}\Big(
369: \frac{\nu}{GHz}\Big)^{-0.1}\Big(\frac{T_{e}}{K}\Big)^{0.5}.
370: \end{equation}
371: 
372: The critical parameter in the above equation is the number of photons emitted in
373: the Lyman continuum $N_{C}$. Values for that parameter can vary an order of
374: magnitude depending on which author is quoted. We derived $N_{C}$ as follow: for
375: spectral types ranging from an O3 to an O4 star at the zero age main sequence
376: (ZAMS) we took their effective temperature from Table 1 of \cite{mart05}:
377: 44,616 K for an O3 and 43,419 K for an O4. Using the Geneva models of
378: \cite{scha92} we obtained the bolometric magnitude $M_{bol}$ for each star in
379: the ZAMS (-8.94, O3 and -8.7, O4). We derived the stellar radius from the
380: effective temperature above and its corresponding luminosity: 5.476 and 9.2
381: $R_{\sun}$ for an O3 and 4.638 and 8.7 $R_{\sun}$ for an O4. The radius and
382: the luminosity calculated for a star in the ZAMS are significantly smaller than
383: those quoted for main sequence stars and may be more reliable for W51d, given
384: its young age. Finally, we used the radius for each star to obtain the number
385: of ionizing photons emitted per unit time from the equation (9) and the
386: ionizing fluxes $Q_{0}$ for each respective effective temperature also quoted
387: in the Table 1 of \cite{mart05}. According to these procedures an O3 can
388: produce $1.86\times10^{49}$ s$^{-1}$ and an O4, $1.44\times10^{49}$ s$^{-1}$ in
389: the ZAMS.
390: 
391: Returning to our equation (1), $S_{\nu}$ and $T_{e}$ quoted for W51d are:
392: 5.35 Jy and $10^{4}$K at $\nu=$15 GHz \citep{wc89} and  $\alpha(\nu,T_{e})=$
393: 0.9767 \cite{mez67}. The radio flux of W51d is blended with that of W51d$_{1}$
394: in data presented by \cite{mehr94}, so it is overestimated and therefore cannot
395: be used. The results are: for a ZAMS O3 star $d=5.8$ kpc and for an ZAMS O4
396: $d=5.1$ kpc. We can compare our results with those obtained using the number
397: of ionizing photons given by \cite{mart05} for main sequence stars, in this
398: case the distance is 8.8 kpc for an O3V and 7.4 kpc for an O4V.
399: 
400: We cannot take these results at their face value, given the limitations of the
401: method described above. However, the results can be
402: used as upper limits to the distance to IRS2. The distance to W51 North, which
403: may be associated with IRS2, quoted in the literature were obtained through
404: observations of proper motions of water masers and amounts to 8.3 ($\pm$ 2.5)
405: kpc \citep{schn81} and 6.1 ($\pm$ 1.3) kpc \citep{imai02}. The upper limits
406: obtained above are compatible (within the errors) with those obtained from the
407: water masers if we consider the ionizing star of W51d an O3--O4 star in the
408: ZAMS. However, these upper limits would make IRS2 part of W51 Main just as an
409: effect of projection on the sky, given the distance of 2 kpc obtained with
410: spectroscopic parallax by \cite{fig08}.
411: 
412: \section{Conclusions\label{conc}}
413: 
414: We presented $K$-band spectra of the embedded sources IRS2E and IRS2W/W51d in
415: the compact HII region IRS2. The high angular resolution achieved by NIFS and
416: Altair made possible the separation of the strong extended emission from the
417: emission of the MYSO itself. It has proved a valuable tool in the study of MYSOs
418: as we summarize our results presented in the previous sections as follow:
419: 
420: \begin{itemize}
421: 
422: \item[1)] We identified the ionizing source of the UCHII region W51d
423:   as a massive star earlier than about type O4 based on the NIII
424:   multiplet (in emission), the HeII line (in absorption) and the
425:   absence of CIV in emission;
426: 
427: \item[2)] We detected compact (unresolved) CO overtone emission toward
428:   source IRS2E for the first time, suggesting the presence on an
429:   accretion disc around this source. The absence of radio emission and
430:   the presence of an accretion disk indicate that IRS2E is a massive
431:   YSO.
432: 
433: \item[3)] Combining the spectroscopy of W51d and its radio data, we found an
434: upper limit to the distance to IRS2 between 5.1--5.8 kpc for an ionizing star of
435: spectral type between O3--O4 in the ZAMS.
436: 
437: \end{itemize}
438: 
439: The fact that we detected two very massive stars, close in space, one which has
440: cleared its surrounding material enough to probe its photosphere and another
441: in an younger phase, deeply embedded in its dust cocoon and still surrounded by
442: a disk, indicates that the evolutive timescale of MYSOs is extremely short.
443: 
444: \acknowledgments
445: 
446: CLB and AD are grateful to FAPESP (06/02467-0) and CNPq for financial support.
447: PSC appreciates the continuing support from NSF. The authors wish to acknowledge
448: Dr. Churchwell for making available the electronic radio map of W51 IRS2 and the
449: anonymous referee for many valuable comments and suggestions.
450: 
451: Based on observations obtained at the Gemini
452: Observatory, which is operated by the Association of Universities for Research
453: in Astronomy, Inc., under a cooperative agreement with the NSF on behalf of the
454: Gemini partnership: the National Science Foundation (United States), the Science
455: and Technology Facilities Council (United Kingdom), the National Research
456: Council (Canada), CONICYT (Chile), the Australian Research Council (Australia),
457: CNPq (Brazil) and SECYT (Argentina). Partially based on observations made with
458: ESO Telescopes at Paranal Observatories under program ID 71.C-0344
459: 
460: 
461: {\it Facilities:} \facility{Gemini:Gillet}, \facility{NIFS}, \facility{VLT},
462: \facility{NACO}.
463: 
464: 
465: \begin{thebibliography}{}
466: \bibitem[Barbosa et al.(2003)]{barb03} Barbosa, C.L., Damineli, A., Blum, R.D.,
467: \& Conti, P.S. 2003, \aj, 126, 2411
468: \bibitem[Barbosa et al.(2008)]{barb08} Barbosa et al. 2008 in preparation
469: \bibitem[Bik \& Thi(2004)]{bik04} Bik, A. \& Thi, W.F. 2004, \aap, 427, L13
470: \bibitem[Bik et al.(2005)]{bik05} Bik, A., Kaper, L., Hanson, M.M. \& Smits, M.
471: 2005, \aap, 440, 121
472: \bibitem[Bik et al.(2006)]{bik06} Bik, A., Kaper, L., \& Waters, L. B. F. M.
473: 2006, \aap, 455, 561
474: \bibitem[Blum et al.(2004)]{blum04} Blum, R. D., Barbosa, C. L., Damineli, A.,
475: Conti, P. S., \& Ridgway, S. 2004, \apj, 617, 1167
476: \bibitem[Blum \& McGregor(2008)]{blum08} Blum, R.D. \& McGregor, P. 2008, \apj,
477: accepted, arXiv:0802.2895v1 [astro-ph]
478: \bibitem[Churchwell(2000)]{church02} Churchwell, E. 2002, \araa, 40, 27
479: \bibitem[Figuer\^edo et al.(2008)]{fig08} Figuer\^edo, E., Blum, R.D., Damineli,
480: A., Conti, P.S., \& Barbosa, C.L. 2008, \aj, accepted, arXiv:0802.3558v1
481: [astro-ph]
482: \bibitem[Goldader \& Wynn-Williams(1994)]{gold94} Goldader, J. D. \&
483: Wynn-Williams, C. G. 1994, \apj, 433, 164
484: \bibitem[Hanson et al.(1997)]{han97} Hanson, M. M, Conti, P. S., \& Rieke, M. J.
485: 1997, \apj, 489, 698
486: \bibitem[Hanson et al.(2002)]{han02} Hanson, M. M., Luhman, K.L. \& Rieke, G.H.
487: 2002, \apjs, 138, 35
488: \bibitem[Hanson et al.(2005)]{han05} Hanson, M. M., Kudritzki, R.-P., Kenworthy,
489: M. A., Puls, J., Tokunaga, A. T. 2005, \apjs, 161, 154
490: \bibitem[Imai et al.(2002)]{imai02} Imai, H., Watanabe, T., Omodaka, T., Nishio,
491: M., Kameya, O., Miyaji, T., \& Nakajima, J. 2002, \pasj, 54, 741
492: \bibitem[Kramer et al.(2001)]{kram01} Kraemer, K. E., Jackson, J. M., Deutsch,
493: L. K., Kassis, M., Hora, J.L., Fazio, G.G., Hoffmann, W. F., \& Dayal, A. 2001,
494: \apj, 561, 282
495: \bibitem[Kumar et al.(2004)]{kumar04} Kumar, M. S. N., Kamath, U. S., \& Davis,
496: C. J. 2004, \mnras, 353, 1025
497: \bibitem[Kurtz et al.(1994)]{kcw94} Kurtz, S., Churchwell, E., \& Wood, D.O.S.
498: 1994, \apjs, 91, 659
499: \bibitem[Martin(1972)]{mar72} Martin, A. H. M. 1972, \mnras, 157, 31
500: \bibitem[Martins et al.(2005)]{mart05} Martins, F., Schaerer, D., \& Hillier,
501: D.J. 2005, \aap, 436, 1049
502: \bibitem[Mehringer(1994)]{mehr94} Mehringer, D. M. 1994, \apjs, 91, 713
503: \bibitem[Mezger \& Henderson(1967)]{mez67} Mezger, P.G. \& Henderson, A.P. 1967,
504: \apj, 147, 471
505: \bibitem[Najita et al.(1996)]{naj96} Najita, J., Carr, J. S., Glassgold, A. E.,
506: Shu, F. H. \& Tokunaga, A. T. 1996, \apj, 462, 919
507: \bibitem[Okamoto et al.(2001)]{oka01} Okamoto, Y. K., Kataza, H., Yamashita, T.,
508: Miyata, T., \& Onaka, T., \apj, 553, 254
509: \bibitem[Okumura et al.(2001)]{oku01} Okumura, S., Mori, A., Watanabe, E.,
510: Nishihara, E., \& Yamashita, T. 2001, \aj, 121, 2089
511: \bibitem[Schaller et al.(1992)]{scha92} Schaller, G., Schaerer, D., Meynet, G.,
512: \& Maeder, A. 1992, \apjs, 96, 269
513: \bibitem[Schneps et al.(1981)]{schn81} Schneps, A., Lane, A. P., Downes, D.,
514: Moran, J. M., Genzel, R., \& Reid, M.J. 1981, \apj, 249, 124
515: \bibitem[Watson \& Hanson(1997)]{wh97} Watson, A.M. \& Hanson, M.M. 1997, \apj,
516: 490, L165
517: \bibitem[Wilson et al.(1970)]{wilson70} Wilson, T. L., Mezger, P. G., Gardner,
518: F. F., \& Milne, D. K. 1970, \apjl, 5, 99
519: \bibitem[Wood \& Churchwell(1989)]{wc89} Wood, D.O.S. \& Churchwell, E.1989,
520: \apjs, 69, 831
521: \bibitem[Zinnecker \& Yorke(2007)]{zin07} Zinnecker, H. \& Yorke, H. W. 2007,
522: \araa, 45, 481
523: \end{thebibliography}
524: 
525: \clearpage
526: 
527: \begin{figure}
528: \includegraphics[angle=270,scale=.70]{f1.eps}
529: \caption{Finding chart of IRS2. The white contours are the radio continuum
530: emission at 2 cm. The black contours represent the MIR emission at 12 \micron.
531: White squares represent the field of view of NIFS (3\arcsec$\times$3\arcsec)
532: and  indicate the positions of the three pointings of our program. The sources
533: labeled are those which we have ``pseudo long-slit" spectra. All contours are in
534: arbitrary units.\label{find_nifs}}
535: \end{figure}
536: 
537: \clearpage
538: 
539: \begin{figure}
540: %\epsscale{.80}
541: \includegraphics[angle=270,scale=.70]{f2.eps}
542: \caption{$K$-band spectrum of source IRS2E. After the spectrum was extracted it
543: was multiplied by a black body of 9000 K to recover the true spectral
544: shape of the source. The flux is in arbitrary units.\label{irs2e}}
545: \end{figure}
546: 
547: \clearpage
548: 
549: \begin{figure}
550: \plotone{f3.eps}
551: \caption{$K$-band spectrum of source W51d. This spectrum was zoomed to show the
552: NIII multiplet and HeII. The thin line near 20587 \AA\  is a residual feature
553: produced after the correction of the telluric lines.\label{w51d}}
554: \end{figure}
555: 
556: \clearpage
557: 
558: \end{document}
559: 
560: