SearcharxivSearch

arXiv subjects

George Kosugi

Publications and source records attributed to George Kosugi.

At least 19 recordsLinked to original sources

Observations of the [CI] ($^3P_1$-$^3P_0$) emission toward the massive star-forming region RCW38: further evidence for highly-clumped density distribution of the molecular gas

We present observations of the $^3P_1$-$^3P_0$ fine-structure line of atomic carbon using the ASTE 10 m sub-mm telescope towards RCW38, the youngest super star cluster in the Milky Way. The detected [CI] emission is compared with the CO $J$ = 1-0 image cube presented in Fukui et al. (2016) which has an angular resolution of 40$^{\prime \prime}$ ($\sim$ 0.33 pc). The overall distribution of the [CI] emission in this cluster is similar to that of the $^{13}$CO emission. The optical depth of the [CI] emission was found to be $τ$ = 0.1-0.6, suggesting mostly optically thin emission. An empirical conversion factor from the [CI] integrated intensity to the H$_2$ column density was estimated as $X_{\rm [CI]}$ = 6.3 $\times$ 10$^{20}$ cm$^{-2}$ K$^{-1}$ km$^{-1}$ s (for visual extinction: $A_V$ $\le$ 10 mag) and 1.4 $\times$ 10$^{21}$ cm$^{-2}$ K$^{-1}$ km$^{-1}$ s (for $A_V$ of 10-100 mag). The column density ratio of the [CI] to CO ($N_{\rm [CI]}/N_{\rm CO}$) was derived as $\sim$ 0.1 for $A_V$ of 10-100 mag, which is consistent with that of the Orion cloud presented in Ikeda et al. (2002). However, our results cover an $A_V$ regime of up to 100 mag, which is wider than the coverage found in Orion, which reach up to $\sim$ 60 mag. Such a high [CI]/CO ratio in a high $A_V$ region is difficult to be explained by the plane-parallel photodissociation region (PDR) model, which predicts that this ratio is close to 0 due to the heavy shielding of the ultraviolet (UV) radiation. Our results suggest that the molecular gas in this cluster is highly clumpy, allowing deep penetration of UV radiation even at averaged $A_V$ values of 100 mag. Recent theoretical works have presented models consistent with such clumped gas distribution with a sub-pc clump size (e.g., Tachihara et al. 2018).

astro-ph.GA

The redshift selected sample of long gamma-ray burst host galaxies: the overall metallicity distribution at $z < 0.4$

We discuss the host galaxy metallicity distribution of all long gamma-ray bursts (GRBs) whose redshifts are known to be $< 0.4$, including newly obtained spectroscopic datasets of the host galaxies of GRB 060614, 090417B, and 130427A. We compare the metallicity distribution of the low-redshift sample to the model predictions, and constrain the relation between metallicity and GRB occurrence. We take account of spatial variation of metallicities among star forming regions within a galaxy. We found that the models, in which only low-metallicity stars produce GRBs with a sharp cutoff of GRB production efficiency around 12+log(O/H) $\sim$ 8.3, can well reproduce the observed distribution, while the models with no metallicity dependence are not consistent with the observations. We also discuss possible sampling biases we may suffer by collecting long GRBs whose redshifts are known, presenting the photometric observations of the host galaxy of GRB 111225A at $z = 0.297$ whose redshift has been undetermined until $\sim$ 2.3 years after the burst.

astro-ph.HE

Blade Runner -What kind objects are there in the JVO ALMA Archive?-

The JVO ALMA Archive provides users one of the easiest ways to access the ALMA archival data. The users can have a quick look at a 3 or 4-dimensional data cube without downloading multiple huge tarballs from a science portal of ALMA Regional Centers (ARCs). Since we just synchronize all datasets with those of ARCs, the metadata are identical to the upstream, including ``target name'' for each dataset. The name is not necessarily a common one like NGC numbers, but sometimes one of sequential numbers assigned in an observation proposal. Compilation of these artificial names into astronomical ones could provide users more flexible and powerful search interfaces; for instance, with the knowledge of the redshift for each source, the users can easily find the datasets which observed their interested emission/absorption lines at not the observer frame but the rest frame, fitting well with theoretical studies. To implement this functionality, cross-identification of all the sources in our archive with those in some other astronomical databases such as NED and SIMBAD is required. We developed a tiny Java application named ``Blade Runner'' for this purpose. The program works as a crawler for both the JVO ALMA Archive and SIMBAD, storing all information onto a SQLite-based database file; this portable design enables us to communicate results to each other even under different computing environments. In this paper, we introduce its software design and our recent work on the application, and report a preliminary result on the source identification in our archive.

astro-ph.IM

Probing Intergalactic Neutral Hydrogen by the Lyman Alpha Red Damping Wing of Gamma-Ray Burst 130606A Afterglow Spectrum at z = 5.913

The unprecedentedly bright optical afterglow of GRB 130606A located by Swift at a redshift close to the reionization era (z = 5.913) provides a new opportunity to probe the ionization status of intergalactic medium (IGM). Here we present an analysis of the red Ly alpha damping wing of the afterglow spectrum taken by Subaru/FOCAS during 10.4-13.2 hr after the burst. We find that the minimal model including only the baseline power-law and HI absorption in the host galaxy does not give a good fit, leaving residuals showing concave curvature in 8400-8900 A with an amplitude of about 0.6% of the flux. Such a curvature in the short wavelength range cannot be explained either by extinction at the host with standard extinction curves, intrinsic curvature of afterglow spectra, or by the known systematic uncertainties in the observed spectrum. The red damping wing by intervening HI gas outside the host can reduce the residual by about 3 sigma statistical significance. We find that a damped Ly alpha system is not favored as the origin of this intervening HI absorption, from the observed Ly beta and metal absorption features. Therefore absorption by diffuse IGM remains as a plausible explanation. A fit by a simple uniform IGM model requires HI neutral fraction of f_HI ~ 0.1-0.5 depending on the distance to the GRB host, implying high f_HI IGM associated with the observed dark Gunn-Peterson (GP) troughs. This gives a new evidence that the reionization is not yet complete at z ~ 6.

astro-ph.HE

Prototype Implementation of Web and Desktop Applications for ALMA Science Verification Data and the Lessons Learned

ALMA is estimated to generate TB scale data during only one observation; astronomers manage to identify which part of the data they are really interested in. Now we have been developing new GUI software for this purpose utilizing the VO interface: ALMA Web Quick Look System (ALMAWebQL) and ALMA Desktop Application (Vissage). The former is written in JavaScript and HTML5 generated from Java codes by Google Web Toolkit, and the latter is in pure Java. An essential point of our approach is how to reduce network traffic: we prepare, in advance, "compressed" FITS files of 2x2x1 (horizontal, vertical, and spectral directions, respectively) binning, 2x2x2 binning, 4x4x2 binning data, and so on. These files are hidden from users, and Web QL automatically choose proper one by each user operation. Through this work, we find that network traffic in our system is still a bottleneck towards TB scale data distribution. Hence we have to develop alternative data containers for much faster data processing. In this paper, I introduce our data analysis systems, and describe what we learned through the development.

astro-ph.IM

Asphericity in Supernova Explosions from Late-Time Spectroscopy

Core-collapse supernovae (CC-SNe) are the explosions that announce the death of massive stars. Some CC-SNe are linked to long-duration gamma-ray bursts (GRBs) and are highly aspherical. One important question is to what extent asphericity is common to all CC-SNe. Here we present late-time spectra for a number of CC-SNe from stripped-envelope stars, and use them to explore any asphericity generated in the inner part of the exploding star, near the site of collapse. A range of oxygen emission-line profiles is observed, including a high incidence of double-peaked profiles, a distinct signature of an aspherical explosion. Our results suggest that all CC-SNe from stripped-envelope stars are aspherical explosions and that SNe accompanied by GRBs exhibit the highest degree of asphericity.

astro-ph

Implications for the Cosmic Reionization from the Optical Afterglow Spectrum of the Gamma-Ray Burst 050904 at z = 6.3

The gamma-ray burst (GRB) 050904 at z = 6.3 provides the first opportunity of probing the intergalactic medium (IGM) by GRBs at the epoch of the reionization. Here we present a spectral modeling analysis of the optical afterglow spectrum taken by the Subaru Telescope, aiming to constrain the reionization history. The spectrum shows a clear damping wing at wavelengths redward of the Lyman break, and the wing shape can be fit either by a damped Ly alpha system with a column density of log (N_HI/cm^{-2}) ~ 21.6 at a redshift close to the detected metal absorption lines (z_metal = 6.295), or by almost neutral IGM extending to a slightly higher redshift of z_{IGM,u} ~ 6.36. In the latter case, the difference from z_metal may be explained by acceleration of metal absorbing shells by the activities of the GRB or its progenitor. However, we exclude this possibility by using the light transmission feature around the Ly beta resonance, leading to a firm upper limit of z_{IGM,u} < 6.314. We then show an evidence that the IGM was largely ionized already at z=6.3, with the best-fit neutral fraction of IGM, x_HI = N_HI/N_H = 0.00, and upper limits of x_HI < 0.17 and 0.60 at 68 and 95% C.L., respectively. This is the first direct and quantitative upper limit on x_HI at z > 6. Various systematic uncertainties are examined, but none of them appears large enough to change this conclusion. To get further information on the reionization, it is important to increase the sample size of z >~ 6 GRBs, in order to find GRBs with low column densities (log N_HI <~ 20) within their host galaxies, and for statistical studies of Ly alpha line emission from host galaxies.

astro-ph

A Variable Infrared Counterpart to the Soft Gamma-ray Repeater SGR 1806-20

We present K'-band (2.12 micron) imaging observations of the SGR 1806-20 field taken during its very active phase in mid 2004, which reveal brightening of sources within the Chandra X-ray error circle when compared with earlier images obtained in 2002. One source brightened by more than a factor of 2, and so we consider this to be the probable infrared counterpart for SGR 1806-20. The other two sources are located in close proximity to the probable counterpart and show marginal brightening, which may suggest that the high-energy photons emitted from the SGR during its active phase have induced dust sublimation or brightening of the unresolved background around the SGR.

astro-ph

A Discovery of Rapid Optical Flares from Low-Luminosity Active Nuclei in Massive Galaxies

We report a serendipitous discovery of six very low-luminosity active galactic nuclei (AGNs) only by optical variability in one-month baseline. The detected flux variability is ~ 1-5% of the total luminosity of host galaxies. Careful subtraction of host galaxy components in nuclear regions indicates that the fractional variability (Delta F / F) of the nuclei is of order unity. At least one of them is showing a compelling flaring activity within just a few days, which appears to be quite different from previously known AGN variability. We obtained spectroscopic data for the one showing the largest flare and confirmed that it is in fact an AGN at z = 0.33 with an estimated black hole mass of ~10^8 M_sun. As a possible interpretation, we suggest that these activities are coming from the region around the black hole event horizon, which is physically similar to the recently discovered near-infrared flares of our Galactic nucleus. It is indicated that our Galaxy is not special, and that surprisingly rapid flaring activity in optical/near-infrared bands may be commonly hidden in nuclei of apparently normal galaxies with low Eddington ratios, in contrast to the variability of well-studied luminous AGNs or quasars.

astro-ph

Dusty ERO Search behind Two Massive Clusters

We performed deep K'-band imaging observations of 2 massive clusters, MS 0451.6-0305 at z = 0.55 and MS 0440.5+0204 at z = 0.19, for searching counterparts of the faint sub-mm sources behind these clusters, which would provide one of the deepest extremely red object(ERO) samples. Comparing our near-infrared images with optical images taken by the Hubble Space Telescope and by the Subaru Telescope, we identified 13 EROs in these fields. The sky distributions of EROs are consistent with the previous results, that there is a sign of strong clustering among detected EROs. Also, the surface density with corrected lensing amplification factors in both clusters are in good agreement with that derived from previous surveys. We found 7 EROs and 3 additional very red objects in a small area (\sim 0.6 arcmin^2) of the MS 0451.6-0305 field around an extended SCUBA source. Many of their optical and near-infrared colors are consistent with dusty star-forming galaxies at high redshifts(z \sim 1.0-4.0), and they may be constituting a cluster of dusty starburst galaxies and/or lensed star-forming galaxies at high redshift. Their red J-K' colors and faint optical magnitudes suggest they are relatively old massive stellar systems with ages(>300 Mega years) suffering from dust obscuration. We also found a surface-density enhancement of EROs around the SCUBA source in the MS 0440.5+0204 field.

astro-ph

Searching for a Long Cosmic String Through the Gravitational Lensing Effect

It has been suggested that cosmic strings produced at a phase transition in the early universe can be the origin of the extremely high energy cosmic rays (EHCR) observed by AGASA above 10^20 eV. Superheavy cosmic strings with linear mass density of 10^22 g/cm can be indirectly observed through the gravitational lensing effect the distant galaxies. The lensing effect by a long straight object can be characterized by a line of double galaxies or quasars with angular separation of about 5 arcsec. We have searched for aligned double objects from the archived data taken by the Subaru Prime Focus Camera (Suprime-Cam). The Suprime-Cam has a great advantage in observing the wide field of view (30x30 arcmin^2) with high sensitivity (R<26 400s exposure), so it is suitable for this research. In this paper, we describe the result of simulation study for developing the method of searching the objects lensed by cosmic strings, and present the observational result obtained by this method.

astro-ph

Subaru Deep Survey III. Evolution of Rest-Frame Luminosity Functions Based on the Photometric Redshifts for A K'-band Selected Galaxy Sample

We have constructed a very deep K'-selected multicolor BVRIz'JK' sample of 439 field galaxies. Photometric redshifts for sample galaxies were estimated. The overall redshift distribution N(z) for the K'<21.0 sample is consistent with previous observations, and for the first time we derive the N(z) down to K'=24.0. After taking account of the dust extinction and selection effects of the sample, the observed N(z) distribution is well described with the PLE model, while the hierarchical galaxy formation model shows an apparent deficiency of galaxies especially at z>2. The photometric redshift and the best-fit SED model evaluations allow the derivation of the rest-frame K', B, and UV(2000A) luminosity functions (LFs) and their evolutions. The rest-K' LF shows almost no evolution up to z=3, while the rest B LF shows mild luminosity evolution, and the rest UV LF shows strong luminosity evolution. This trend corresponds to the evolution of the rest UV-K' color, which gets bluer with increasing redshift. We also found that more massive galaxies are redder in this rest-frame color in every epoch. The rest-UV LF of our K'-selected galaxies shows a much shallower faint end slope at z=3 than that of previous estimations for rest-UV selected Lyman break galaxies. As a consequence, the contribution to the global star formation rate of our K'-selected galaxies is about 42% of that derived from the integration of LF of Lyman break galaxies at z=3. This result suggests that a large fraction of the star formation rate density at z>1.5 comes from the contribution from the faint (M_2000A>-20) blue galaxy population at high redshift universe that have not yet obviously been identified. (abridged)

astro-ph

Decomposition of the Superwind in M82

We present new optical images ($B$, $V$, and H$α$) of the archetypical starburst/superwind galaxy M82 obtained with the 8.2 m Subaru Telescope to reveal new detailed structures of the superwind-driven nebula and the high-latitude dark lanes. The emission-line nebula is decomposed into (1) a ridge-dominated component comprising numerous filament/loop sub-structures whose overall morphology appears as a pair of narrow cylinders, and (2) a diffuse component extended over much wider opening angle from the nucleus. We suggest that these two components have different origins. The ridge-dominated component appears as a pair of cylinders rather than a pair of cones. Since this morphological property is similar to that of hot plasma probed by soft X-ray, this component seems to surround the hot plasma. On the other hand, the diffuse component may arise from dust grains which scatter stellar light from the galaxy. Since inner region of this component is seen over the prominent ^^ ^^ X"-shaped dark lanes streaming out from the nuclear region and they can be reproduced as a conical distribution of dust grains, there seems to be a dusty cold outflow as well as the hot one probed by soft X-ray and shock-excited optical emission lines. If this is the case, the presence of such high-latitude dust grains implies that neutral gaseous matter is also blown out during the course of the superwind activity.

astro-ph

Subaru Spectroscopy of the Gravitational Lens HST 14176+5226: Implications for a Large Cosmological Constan

We present new optical spectroscopy of the lens elliptical galax in the ``Einstein Cross'' lens system HST 14176+5226, using the Faint Object Camera and Spectrograph (FOCAS) of the Subaru t Our spectroscopic observations are aimed at measuring the stella dispersion of the lens galaxy, located at high redshift of z_L= as an important component to lens models. We have measured this 230 +- 14 km s^{-1} (1 sigma) inside 0.35 effective radi based on the comparison between the observed galaxy spectrum and templates of three G-K giants by means of the Fourier cross-corr To extract the significance of this information on the geometry universe which also affects the lensing of the background image, to fit three different lens models to the available data of the Provided that the lens galaxy has the structural and dynamical p (i.e., its radial density profile, core radius, and velocity ani similar to those of local elliptical galaxies, we calculate the function for the simultaneous reproduction of both the observed and newly measured velocity dispersion of the lens. Although the interval depends rather sensitively on the adopted lens models o parameters, our experiments suggest the larger likelihood for a cosmological constant, Omega_Lambda: formal 1 sigma lower Omega_Lambda in the flat universe ranges 0.73 to 0.97, where lower limit is basically unavailable. This method for determinin model is thus dependent on lens models but is insensitive to oth ambiguities, such as the dust absorption or the evolutionary eff galaxies. Exploring spectroscopic observations of more lens gala redshift may minimize the model uncertainties and thus place a m constraint on Omega_Lambda.

astro-ph

A Shock-Induced Pair of Superbubbles in the High-Redshift Powerful Radio Galaxy MRC 0406-244

We present new optical spectroscopy of the high-redshift powerful radio galaxy MRC 0406$-$244 at redshift of 2.429. We find that the two extensions toward NW and SE probed in the rest-frame ultraviolet image are heated mainly by the nonthermal continuum of the active galactic nucleus. However, each extension shows a shell-like morphology, suggesting that they are a pair of superbubbles induced by the superwind activity rather than by the interaction between the radio jet and the ambient gas clouds. If this is the case, the intense starburst responsible for the formation of superbubbles could occur $\sim 1 \times 10^9$ yr ago. On the other hand, the age of the radio jets may be of the order of $\sim 10^6$ yr, being much shorter than the starburst age. Therefore, the two events, i.e., the starburst and the radio-jet activities, are independent phenomena. However, their directions of the expanding motions could be governed by the rotational motion of the gaseous component in the host galaxy. This idea appears to explain the alignment effect of MRC 0406$-$244.

astro-ph

High-Resolution Near-Infrared Imaging of the Powerful Radio Galaxy 3C 324 at z = 1.21 with the Subaru Telescope

We have obtained high-resolution K'-band images of the powerful z=1.206 radio galaxy 3C 324 with the Subaru telescope under seeing conditions of 0.3--0.4 arcsec. We clearly resolved the galaxy and directly compared it to the optical images obtained with the Hubble Space Telescope. The host galaxy of 3C 324 is revealed to be a moderately luminous elliptical galaxy with a smooth light profile. The effective radius of the galaxy, as determined by profile fitting, is 1.3+-0.1 arcsec (1.2 kpc), which is significantly smaller than the value of 2.2 arcsec, published in Best et al. (1998, MNRAS, 292, 758). The peak of the K'-band light coincides with the position of the radio core, which implies that the powerful AGN lies at the nucleus of the host galaxy. The peak also coincides with the gap in the optical knotty structures which may be a dust lane hiding the UV-optical emission of the AGN from our line of sight; it is very likely that we are seeing the obscuring structure almost edge-on. We clearly detected the `aligned component' in the K'-band image by subtracting a model elliptical galaxy from the observed image. The red R_F702W-K color of the outer region of the galaxy avoiding the aligned component indicates that the near infrared light of the host galaxy is dominated by an old stellar population.

astro-ph

Subaru Observations for the K-band Luminosity Distribution of Galaxies in Clusters near to 3C 324 at z$\sim$1.2

We investigate the $K$-band luminosity distribution of galaxies in the region of clusters at $z\sim1.2$ near to the radio galaxy 3C 324. The imaging data were obtained during the commissioning period of the Subaru telescope. There is a significant excess of the surface number density of the galaxies with $K =$ 17--20 mag in the region within $\sim$ 40'' from 3C 324. At this bright end, the measured luminosity distribution shows a drop, which can be represented by the exponential cut off of the Schechter-function formula; the best-fitted value of the characteristic magnitude, $K^{*}$, is $\sim 18.4\pm0.8$. This measurement follows the evolutionary trend of the $K^*$ of the rich clusters observed at an intermediate redshift, which is consistent with passive evolution models with a formation redshift $z_f \gtsim 2$. At $K \gtsim 20$ mag, however, the excess of the galaxy surface density in the region of the clusters decreases abruptly, which may imply that the luminosity function of the cluster galaxies has a negative slope at the faint end. This may imply strong luminosity segregation between the inner and outer parts of the clusters, or some deficit of faint galaxies in the cluster central region of the cluster.

astro-ph

Color-Magnitude Sequence in the Clusters at z$\sim$1.2 near the Radio Galaxy 3C 324

We have investigated the optical and near-infrared colors of K'-selected galaxies in clusters at z ~ 1.2 near to the radio galaxy 3C 324 using images obtained with the Subaru telescope and archival HST data. The distribution of colors of the galaxies in the cluster region is found to be fairly broad, and it may imply significant scatter in their star-formation histories, although the effect of contamination of field galaxies is uncertain. The red sequence of galaxies whose R-K colors are consistent with passive evolution models for old galaxies is found to be truncated at K' ~ 20 mag, and there are few fainter galaxies with similar red colors in the cluster region. We find that the bulge-dominated galaxies selected by quantitative morphological classification form a broad sequence in the color-magnitude diagram, whose slope is much steeper than that expected from metallicity variations within a passively evolving coeval galaxy population. We argue that the observed color-magnitude sequence can be explained by metallicity and age variations, and the fainter galaxies with K' > 20 mag may be 1-2 Gyr younger than the brighter galaxies. Some spatial segregation of the color and K'-band luminosity is seen in the sky distribution; the redder and the brighter objects tend to be located near 3C 324.

astro-ph