-
Leveraging Natural Language Processing to Unravel the Mystery of Life: A Review of NLP Approaches in Genomics, Transcriptomics, and Proteomics
Authors:
Ella Rannon,
David Burstein
Abstract:
Natural Language Processing (NLP) has transformed various fields beyond linguistics by applying techniques originally developed for human language to the analysis of biological sequences. This review explores the application of NLP methods to biological sequence data, focusing on genomics, transcriptomics, and proteomics. We examine how various NLP methods, from classic approaches like word2vec to…
▽ More
Natural Language Processing (NLP) has transformed various fields beyond linguistics by applying techniques originally developed for human language to the analysis of biological sequences. This review explores the application of NLP methods to biological sequence data, focusing on genomics, transcriptomics, and proteomics. We examine how various NLP methods, from classic approaches like word2vec to advanced models employing transformers and hyena operators, are being adapted to analyze DNA, RNA, protein sequences, and entire genomes. The review also examines tokenization strategies and model architectures, evaluating their strengths, limitations, and suitability for different biological tasks. We further cover recent advances in NLP applications for biological data, such as structure prediction, gene expression, and evolutionary analysis, highlighting the potential of these methods for extracting meaningful insights from large-scale genomic data. As language models continue to advance, their integration into bioinformatics holds immense promise for advancing our understanding of biological processes in all domains of life.
△ Less
Submitted 2 June, 2025;
originally announced June 2025.
-
Leveraging local network communities to predict academic performance
Authors:
David Burstein,
Franklin Kenter,
Feng Shi
Abstract:
For more than 20 years, social network analysis of student collaboration networks has focused on a student's centrality to predict academic performance. And even though a growing amount of sociological literature has supported that academic success is contagious, identifying central students in the network alone does not capture how peer interactions facilitate the spread of academic success throu…
▽ More
For more than 20 years, social network analysis of student collaboration networks has focused on a student's centrality to predict academic performance. And even though a growing amount of sociological literature has supported that academic success is contagious, identifying central students in the network alone does not capture how peer interactions facilitate the spread of academic success throughout the network. Consequently, we propose novel predictors that treat academic success as a contagion by identifying a student's learning community, consisting of the peers that are most likely to influence a student's performance in a course. We evaluate the importance of these learning communities by predicting academic outcomes in an introductory college statistics course with 103 students. In particular, we observe that by including these learning community predictors, the resulting model is 68 times more likely to be the correct model than the current state-of-the-art centrality network models in the literature.
△ Less
Submitted 10 October, 2018;
originally announced October 2018.
-
Asymptotics of the spectral radius for directed Chung-Lu random graphs with community structure
Authors:
David Burstein
Abstract:
The spectral radius of the adjacency matrix can impact both algorithmic efficiency as well as the stability of solutions to an underlying dynamical process. Although much research has considered the distribution of the spectral radius for undirected random graph models, as symmetric adjacency matrices are amenable to spectral analysis, very little work has focused on directed graphs. Consequently,…
▽ More
The spectral radius of the adjacency matrix can impact both algorithmic efficiency as well as the stability of solutions to an underlying dynamical process. Although much research has considered the distribution of the spectral radius for undirected random graph models, as symmetric adjacency matrices are amenable to spectral analysis, very little work has focused on directed graphs. Consequently, we provide novel concentration results for the spectral radius of the directed Chung-Lu random graph model. We emphasize that our concentration results are applicable both asymptotically and to networks of finite size. Subsequently, we extend our concentration results to a generalization of the directed Chung-Lu model that allows for community structure.
△ Less
Submitted 30 May, 2017;
originally announced May 2017.
-
The K Shortest Paths Problem with Application to Routing
Authors:
David Burstein,
Leigh Metcalf
Abstract:
Due to the computational complexity of finding almost shortest simple paths, we propose that identifying a larger collection of (nonbacktracking) paths is more efficient than finding almost shortest simple paths on positively weighted real-world networks. First, we present an easy to implement $O(m\log m+kL)$ solution for finding all (nonbacktracking) paths with bounded length $D$ between two arbi…
▽ More
Due to the computational complexity of finding almost shortest simple paths, we propose that identifying a larger collection of (nonbacktracking) paths is more efficient than finding almost shortest simple paths on positively weighted real-world networks. First, we present an easy to implement $O(m\log m+kL)$ solution for finding all (nonbacktracking) paths with bounded length $D$ between two arbitrary nodes on a positively weighted graph, where $L$ is an upperbound for the number of nodes in any of the $k$ outputted paths. Subsequently, we illustrate that for undirected Chung-Lu random graphs, the ratio between the number of nonbacktracking and simple paths asymptotically approaches $1$ with high probability for a wide range of parameters. We then consider an application to the almost shortest paths algorithm to measure path diversity for internet routing in a snapshot of the Autonomous System graph subject to an edge deletion process.
△ Less
Submitted 7 November, 2017; v1 submitted 21 October, 2016;
originally announced October 2016.
-
Degree switching and partitioning for enumerating graphs to arbitrary orders of accuracy
Authors:
David Burstein,
Jonathan Rubin
Abstract:
We provide a novel method for constructing asymptotics (to arbitrary accuracy) for the number of directed graphs that realize a fixed bidegree sequence $d = a \times b$ with maximum degree $d_{max}=O(S^{\frac{1}{2}-τ})$ for an arbitrarily small positive number $τ$, where $S$ is the number edges specified by $d$. Our approach is based on two key steps, graph partitioning and degree preserving switc…
▽ More
We provide a novel method for constructing asymptotics (to arbitrary accuracy) for the number of directed graphs that realize a fixed bidegree sequence $d = a \times b$ with maximum degree $d_{max}=O(S^{\frac{1}{2}-τ})$ for an arbitrarily small positive number $τ$, where $S$ is the number edges specified by $d$. Our approach is based on two key steps, graph partitioning and degree preserving switches. The former idea allows us to relate enumeration results for given sequences to those for sequences that are especially easy to handle, while the latter facilitates expansions based on numbers of shared neighbors of pairs of nodes. While we focus primarily on directed graphs allowing loops, our results can be extended to other cases, including bipartite graphs, as well as directed and undirected graphs without loops. In addition, we can relax the constraint that $d_{max} = O(S^{\frac{1}{2}-τ})$ and replace it with $a_{max} b_{max} = O(S^{1-τ})$. where $a_{max}$ and $b_{max}$ are the maximum values for $a$ and $b$ respectively. The previous best results, from Greenhill et al., only allow for $d_{max} = o(S^{\frac{1}{3}})$ or alternatively $a_{max} b_{max} = o(S^{\frac{2}{3}})$. Since in many real world networks, $d_{max}$ scales larger than $o(S^{\frac{1}{3}})$, we expect that this work will be helpful for various applications.
△ Less
Submitted 21 October, 2016; v1 submitted 11 November, 2015;
originally announced November 2015.
-
Sufficient Conditions for Graphicality of Bidegree Sequences
Authors:
David Burstein,
Jonathan Rubin
Abstract:
There are a variety of existing conditions for a degree sequence to be graphic. When a degree sequence satisfies any of these conditions, there exists a graph that realizes the sequence. We formulate several novel sufficient graphicality criteria that depend on the number of elements in the sequence, corresponding to the number of nodes in an associated graph, and the mean degree of the sequence.…
▽ More
There are a variety of existing conditions for a degree sequence to be graphic. When a degree sequence satisfies any of these conditions, there exists a graph that realizes the sequence. We formulate several novel sufficient graphicality criteria that depend on the number of elements in the sequence, corresponding to the number of nodes in an associated graph, and the mean degree of the sequence. These conditions, which are stated in terms of bidegree sequences for directed graphs, are easier to apply than classic necessary and sufficient graphicality conditions involving multiple inequalities. They are also more flexible than more recent graphicality conditions, in that they imply graphicality of some degree sequences not covered by those conditions. The form of our results will allow them to be easily used for the generation of graphs with particular degree sequences for applications.
△ Less
Submitted 21 October, 2016; v1 submitted 7 November, 2015;
originally announced November 2015.
-
Interception in Distance-Vector Routing Networks
Authors:
David Burstein,
Franklin Kenter,
Jeremy Kun,
Feng Shi
Abstract:
Despite the large effort devoted to cybersecurity research over the last decades, cyber intrusions and attacks are still increasing. With respect to routing networks, route hijacking has highlighted the need to reexamine the existing protocols that govern traffic routing. In particular, our pri- mary question is how the topology of a network affects the susceptibility of a routing protocol to endo…
▽ More
Despite the large effort devoted to cybersecurity research over the last decades, cyber intrusions and attacks are still increasing. With respect to routing networks, route hijacking has highlighted the need to reexamine the existing protocols that govern traffic routing. In particular, our pri- mary question is how the topology of a network affects the susceptibility of a routing protocol to endogenous route misdirection. In this paper we define and analyze an abstract model of traffic interception (i.e. eavesdropping) in distance-vector routing networks. Specifically, we study al- gorithms that measure the potential of groups of dishonest agents to divert traffic through their infrastructure under the constraint that messages must reach their intended destinations. We relate two variants of our model based on the allowed kinds of lies, define strategies for colluding agents, and prove optimality in special cases. In our main theorem we derive a provably optimal monitoring strategy for subsets of agents in which no two are adjacent, and we extend this strategy to the general case. Finally, we use our results to analyze the susceptibility of real and synthetic networks to endogenous traffic interception. In the Autonomous Systems (AS) graph of the United States, we show that compromising only 18 random nodes in the AS graph surprisingly captures 10% of all traffic paths in the network in expectation when a distance-vector routing protocol is in use.
△ Less
Submitted 30 March, 2016; v1 submitted 18 July, 2015;
originally announced July 2015.
-
Automorphisms of the bipartite graph planar algebra
Authors:
R. D. Burstein
Abstract:
For any abstract subfactor planar algebra $P$, there exists a finite index extremal subfactor $M_0 \subset M_1$ with $P$ as its standard invariant. In this paper, we classify the automorphism group of a bipartite graph planar algebra, and obtain subfactor planar subalgebras by taking fixed points under groups of automorphisms. This construction provides both new examples of subfactors and new de…
▽ More
For any abstract subfactor planar algebra $P$, there exists a finite index extremal subfactor $M_0 \subset M_1$ with $P$ as its standard invariant. In this paper, we classify the automorphism group of a bipartite graph planar algebra, and obtain subfactor planar subalgebras by taking fixed points under groups of automorphisms. This construction provides both new examples of subfactors and new descriptions of the planar algebras of previously known examples.
△ Less
Submitted 13 March, 2010;
originally announced March 2010.
-
A HST/WFPC2 survey of bright young clusters in M31. I. VdB0, a massive star cluster seen at ~= 25 Myr
Authors:
S. Perina,
P. Barmby,
M. A. Beasley,
M. Bellazzini,
J. P. Brodie,
D. Burstein,
J. G. Cohen,
L. Federici,
F. Fusi Pecci,
S. Galleti,
P. W. Hodge,
J. P. Huchra,
M. Kissler-Patig,
T. H. Puzia,
J. Strader
Abstract:
{Aims.} We introduce our imaging survey of possible young massive globular clusters in M31 performed with the Wide Field and Planetary Camera 2 (WFPC2) on the Hubble Space Telescope (HST). We present here details of the data reduction pipeline that is being applied to all the survey data and describe its application to the brightest among our targets, van den Bergh 0 (VdB0), taken as a test case…
▽ More
{Aims.} We introduce our imaging survey of possible young massive globular clusters in M31 performed with the Wide Field and Planetary Camera 2 (WFPC2) on the Hubble Space Telescope (HST). We present here details of the data reduction pipeline that is being applied to all the survey data and describe its application to the brightest among our targets, van den Bergh 0 (VdB0), taken as a test case. {Methods.} The reddening, the age and the metallicity of the cluster are estimated by comparison of the observed Color Magnitude Diagram (CMD) with theoretical isochrones. {Results.} Under the most conservative assumptions the stellar mass of VdB0 is M > 2.4 x 10^4 M_sun, but our best estimates lie in the range ~ 4-9 x 10^4 M_sun. The CMD of VdB0 is best reproduced by models having solar metallicity and age = 25 Myr. Ages smaller than = 12 Myr and larger than = 60 Myr are clearly ruled out by the available data. The cluster has a remarkable number of Red Super Giants (> 18) and a CMD very similar to Large Magellanic Cloud clusters usually classified as young globulars such as NGC 1850, for example. {Conclusions.} VdB0 is significantly brighter (>~ 1 mag) than Galactic open clusters of similar age. Its present-day mass and half-light radius (r_h=7.4 pc) are more typical of faint globular clusters than of open clusters. However, given its position within the disk of M31 it is expected to be destroyed by dynamical effects, in particular by encounters with giant molecular clouds, within the next ~ 4 Gyr.
△ Less
Submitted 11 December, 2008; v1 submitted 9 December, 2008;
originally announced December 2008.
-
Group-type subfactors and Hadamard matrices
Authors:
Richard D. Burstein
Abstract:
A hyperfinite $II_1$ subfactor may be obtained from a symmetric commuting square via iteration of the basic construction. For certain commuting squares constructed from Hadamard matrices, we describe this subfactor as a group-type inclusion $R^H \subset R \rtimes K$, where $H$ and $K$ are finite groups with outer actions on the hyperfinite $II_1$ factor $R$. We find the group of outer automorphi…
▽ More
A hyperfinite $II_1$ subfactor may be obtained from a symmetric commuting square via iteration of the basic construction. For certain commuting squares constructed from Hadamard matrices, we describe this subfactor as a group-type inclusion $R^H \subset R \rtimes K$, where $H$ and $K$ are finite groups with outer actions on the hyperfinite $II_1$ factor $R$. We find the group of outer automorphisms generated by $H$ and $K$, and use the method of Bisch and Haagerup to determine the principal and dual principal graphs. In some cases a complete classification is obtained by examining the element of $H^3(H \ast K / Int R)$ associated with the action.
△ Less
Submitted 8 November, 2008;
originally announced November 2008.
-
Metal Abundance Properties of M81 Globular Cluster System
Authors:
Jun Ma,
David Burstein,
Zhou Fan,
Xu Zhou,
Jiansheng Chen,
Zhaoji Jiang,
Zhenyu Wu,
Jianghua Wu
Abstract:
This paper is the third in the series of papers on M81 globular clusters. In this paper, we present spatial and metal abundance properties of 95 M81 globular clusters, which comprise nearly half of all the M81 globular cluster system. These globular clusters are divided into two M81 metallicity groups by a KMM test. Our results show that, the metal-rich clusters did not demonstrate a centrally c…
▽ More
This paper is the third in the series of papers on M81 globular clusters. In this paper, we present spatial and metal abundance properties of 95 M81 globular clusters, which comprise nearly half of all the M81 globular cluster system. These globular clusters are divided into two M81 metallicity groups by a KMM test. Our results show that, the metal-rich clusters did not demonstrate a centrally concentrated spatial distribution as ones in M31, and metal-poor clusters tend to be less spatially concentrated. In other words, the distribution of the metal-rich clusters in M81 is not very similar to that of M31. Most of the metal-rich clusters distribute at projected radii of 4-8 kpc. It is also noted that the metal-rich clusters distribute within the inner 20 kpc, and the metal-poor ones do out to radii of ~40 kpc. Like our Galaxy and M31, the metallicity distribution of globular clusters in M81 along galactocentric radius suggests that some dissipation occurred during the formation of the globular cluster system, i.e. smooth, pressure-supported collapse models of galaxies are unlikely to produce such radial distribution of metallicity presented in this paper. There is not evident correlation between globular cluster luminosity and metallicity in M81 globular clusters. The overwhelming conclusion of this paper seems to be that a more complete and thorough cluster search is needed in M81.
△ Less
Submitted 30 August, 2007;
originally announced August 2007.
-
Age constraints for an M31 globular cluster from SEDs-fit
Authors:
Jun Ma,
Yanbin Yang,
David Burstein,
Zhou Fan,
Zhenyu Wu,
Xu Zhou,
Jianghua Wu
Abstract:
We have constrained the age of the globular cluster S312 in the Andromeda galaxy (M31) by comparing its multicolor photometry with theoretical stellar population synthesis models. This is both a check on the age of this globular cluster, as well a check on our methodology. Main-sequence photometry has been the most direct method for determining the age of a star cluster. S312 was observed as par…
▽ More
We have constrained the age of the globular cluster S312 in the Andromeda galaxy (M31) by comparing its multicolor photometry with theoretical stellar population synthesis models. This is both a check on the age of this globular cluster, as well a check on our methodology. Main-sequence photometry has been the most direct method for determining the age of a star cluster. S312 was observed as part of the Beijing-Arizona-Taiwan-Connecticut (BATC) Multicolor Sky Survey from 1995 February to 2003 December. The photometry of BATC images for S312 was taken with 9 intermediate-band filters covering 5000-10000Å. Combined with photometry in the near-ultraviolet (NUV) of {\sl GALEX}, broad-band $UBVR$ and infrared $JHK_s$ of 2MASS, we obtained the accurate spectral energy distributions (SEDs) of S312 from 2267-20000Å. A quantitative comparison to simple stellar population models yields an age of $9.5_{-0.99}^{+1.15}$ Gyr, which is in very good agreement with the previous determination by main-sequence photometry. S312 has a mass of $9.8\pm{1.85}\times 10^5 \rm M_\odot$, and is a medium-mass globular cluster in M31. By analysis of errors of ages determined based on the SED fitting method of this paper, secure age constraints are derived with errors of $< 3$ Gyr for ages younger than 9 Gyr. In fact, the theoretical SEDs are not sensitive to the variation of age for ages greater than $\sim 10$ Gyr. Therefore, for globular clusters as old as the majority of the Galactic GCs, our method do not distinguish them accurately. We emphasize that our results show that even with multiband photometry spanning NUV to $K_s$, our age constraints from SED fitting are distressingly uncertain, which has implications for age derivations in extragalactic globular cluster systems.
△ Less
Submitted 14 December, 2006;
originally announced December 2006.
-
Spectral Energy Distributions of M81 Globular Clusters in BATC Multicolor Survey
Authors:
Jun Ma,
Xu Zhou,
David Burstein,
Jiansheng Chen,
Zhaoji Jiang,
Jianghua Wu,
Tianmen Zhang
Abstract:
In this paper, we give the spectral energy distributions of 42 M81 globular clusters in 13 intermediate-band filters from 4000 to 10000 A, using the CCD images of M81 observed as part of the BATC multicolor survey of the Sky. The BATC multicolor filter system is specifically designed to exclude most of the bright and variable night-sky emission lines including the OH forest. Hence, it can presen…
▽ More
In this paper, we give the spectral energy distributions of 42 M81 globular clusters in 13 intermediate-band filters from 4000 to 10000 A, using the CCD images of M81 observed as part of the BATC multicolor survey of the Sky. The BATC multicolor filter system is specifically designed to exclude most of the bright and variable night-sky emission lines including the OH forest. Hence, it can present accurate SEDs of the observed objects. These spectral energy distributions are low-resolution spectra, and can reflect the stellar populations of the globular clusters. This paper confirms the conclusions of Schroder et al. that, M81 contains clusters as young as a few Gyrs, which also were observed in both M31 and M33
△ Less
Submitted 6 December, 2005;
originally announced December 2005.
-
Age Estimations of M31 Globular Clusters from Their Spectral Energy Distributions
Authors:
Jun Ma,
Xu Zhou,
David Burstein,
Yanbin Yang,
Zhou Fan,
Jiansheng Chen,
Zhaoji Jiang
Abstract:
This paper presents accurate spectral energy distributions (SEDs) of 16 M31 globular clusters (GCs) confirmed by spectroscopy and/or high spatial-resolution imaging, as well as 30 M31 globular cluster candidates detected by Mochejska et al. Most of these candidates have m_V > 18, deeper than previous searches, and these candidates have not yet been confirmed to be globular clusters. The SEDs of…
▽ More
This paper presents accurate spectral energy distributions (SEDs) of 16 M31 globular clusters (GCs) confirmed by spectroscopy and/or high spatial-resolution imaging, as well as 30 M31 globular cluster candidates detected by Mochejska et al. Most of these candidates have m_V > 18, deeper than previous searches, and these candidates have not yet been confirmed to be globular clusters. The SEDs of these clusters and candidates are obtained as part of the BATC Multicolor Survey of the Sky, in which the spectrophotometrically-calibrated CCD images of M31 in 13 intermediate-band filters from 4000 to 10000 A were observed. These filters are specifically designed to exclude most of the bright and variable night-sky emission lines including the OH forest. In comparison to the SEDs of true GCs, we find that some of the candidate objects are not GCs in M31. SED fits show that theoretical simple stellar population (SSP) models can fit the true GCs very well. We estimate the ages of these GCs by comparing with SSP models. We find that, the M31 clusters range in age from a few ten Myr to a few Gyr old, as well as old GCs, confirming the conclusion that has been found by Barmby et a, Williams & Hodge, Beasley et al., Burstein et al. and Puzia et al. in their investigations of the SEDs of M31 globular clusters.
△ Less
Submitted 6 December, 2005;
originally announced December 2005.
-
Hot Populations in M87 Globular Clusters
Authors:
S. T. Sohn,
R. W. O'Connell,
A. Kundu,
W. B. Landsman,
D. Burstein,
R. C. Bohlin,
J. A. Frogel,
J. A. Rose
Abstract:
We have obtained HST/STIS far- and near-UV photometry of globular clusters in four fields in the gE galaxy M87. To a limit of m(FUV) = 25 we detect a total of 66 globular clusters (GCs) in common with the deep HST optical-band study of Kundu et al. (1999). Despite strong overlap in V- and I-band properties, the M87 GCs have UV/optical properties that are distinct from clusters in the Milky Way a…
▽ More
We have obtained HST/STIS far- and near-UV photometry of globular clusters in four fields in the gE galaxy M87. To a limit of m(FUV) = 25 we detect a total of 66 globular clusters (GCs) in common with the deep HST optical-band study of Kundu et al. (1999). Despite strong overlap in V- and I-band properties, the M87 GCs have UV/optical properties that are distinct from clusters in the Milky Way and in M31. M87 clusters, especially metal-poor ones, produce larger hot HB populations than do Milky Way analogues. Cluster mass is probably not a factor in these distinctions. The most metal-rich M87 GCs in our sample are near Z_sun and overlap the local E galaxy sample in estimated Mg_2 line indices. Nonetheless, the clusters produce much more UV light at a given Mg_2, being up to 1 mag bluer than any gE galaxy in (FUV-V) color. The M87 GCs do not appear to represent a transition between Milky Way-type clusters and E galaxies. The differences are in the correct sense if the clusters are significantly older than the E galaxies. Comparisons with Galactic open clusters indicate that the hot stars lie on the extreme horizontal branch, rather than being blue stragglers, and that the EHB becomes well populated for ages > 5 Gyr. We find that 43 of our UV detections have no optical-band counterparts. Most appear to be UV-bright background galaxies, seen through M87. Eleven NUV variable sources detected at only one epoch in the central field are probably classical novae. [Abridged]
△ Less
Submitted 13 October, 2005;
originally announced October 2005.
-
UV/Optical Nuclear Activity in the gE Galaxy NGC 1399
Authors:
R. W. O'Connell,
J. R. Martin,
J. D. Crane,
D. Burstein,
R. C. Bohlin,
W. B. Landsman,
I. Freedman,
R. T. Rood
Abstract:
Using HST/STIS, we have detected far-ultraviolet nuclear activity in the giant elliptical galaxy NGC 1399, the central and brightest galaxy in the Fornax I cluster. The source reached a maximum observed far-UV luminosity of \~1.2 x 10e39 ergs/s in January 1999. It was detectable in earlier HST archival images in 1996 (B band) but not in 1991 (V band) or 1993 (UV). It faded by a factor of ~4x by…
▽ More
Using HST/STIS, we have detected far-ultraviolet nuclear activity in the giant elliptical galaxy NGC 1399, the central and brightest galaxy in the Fornax I cluster. The source reached a maximum observed far-UV luminosity of \~1.2 x 10e39 ergs/s in January 1999. It was detectable in earlier HST archival images in 1996 (B band) but not in 1991 (V band) or 1993 (UV). It faded by a factor of ~4x by mid-2000. The source is almost certainly associated with the low luminosity AGN responsible for the radio emission in NGC 1399. The properties of the outburst are remarkably similar to the UV-bright nuclear transient discovered earlier in NGC 4552 by Renzini et al. (1995). The source is much fainter than expected from its Bondi accretion rate (estimated from Chandra high resolution X-ray images), even in the context of "radiatively inefficient accretion flow" models, and its variability also appears inconsistent with such models. High spatial resolution UV monitoring is a valuable means to study activity in nearby LLAGNs.
△ Less
Submitted 12 September, 2005;
originally announced September 2005.
-
Peculiar velocities in the Zone of Avoidance: Determining the Distance to the Norma cluster
Authors:
P. A. Woudt,
A. P. Fairall,
R. C. Kraan-Korteweg,
J. Lucey,
A. C. Schroeder,
D. Burstein,
M. L. McCall
Abstract:
Deep J, H and Ks photometry of the low Galactic latitude Norma cluster has been obtained with the 1.4-m Infrared Survey Facility (IRSF) and with SOFI on the NTT. Together with spectroscopy taken at the Anglo-Australian Observatory using 2dF, the near-infrared Fundamental Plane of the Norma cluster will be used to determine the distance to this cluster and to assess its location within the Great…
▽ More
Deep J, H and Ks photometry of the low Galactic latitude Norma cluster has been obtained with the 1.4-m Infrared Survey Facility (IRSF) and with SOFI on the NTT. Together with spectroscopy taken at the Anglo-Australian Observatory using 2dF, the near-infrared Fundamental Plane of the Norma cluster will be used to determine the distance to this cluster and to assess its location within the Great Attractor overdensity. Potential systematic uncertainties related to the determination of peculiar velocities in the Zone of Avoidance are discussed in some detail. In particular the effects (uncertainties, systematics and scatter) of extinction and star-crowding on the derived magnitudes at low latitudes are investigated in great detail. We present a first look at the emerging Ks-band Fundamental Plane of the Norma cluster. We expect an uncertainty of ~ 3% (~ 150 km/s at the distance of the Norma cluster) in our final Fundamental Plane distance estimate based on 76 galaxies.
△ Less
Submitted 29 October, 2004;
originally announced October 2004.
-
Structural properties of discs and bulges of early-type galaxies
Authors:
Roelof S. de Jong,
Luc Simard,
Roger L. Davies,
R. P. Saglia,
David Burstein,
Matthew Colless,
Robert McMahan,
Gary Wegner
Abstract:
We have used the EFAR sample of galaxies to study the light distributions of early-type galaxies. We decompose the 2D light distribution of the galaxies in a flattened spheroidal component with a Sersic radial light profile and an inclined disc component with an exponential light profile. We show that the brightest, bulge dominated elliptical galaxies have a fairly broad distribution in the Sers…
▽ More
We have used the EFAR sample of galaxies to study the light distributions of early-type galaxies. We decompose the 2D light distribution of the galaxies in a flattened spheroidal component with a Sersic radial light profile and an inclined disc component with an exponential light profile. We show that the brightest, bulge dominated elliptical galaxies have a fairly broad distribution in the Sersic profile shape parameter n_B, with a median of about 3.7 and a sigma of ~0.9. Other galaxies have smaller n_B values, meaning that spheroids are in general less concentrated than the n_B=4 de Vaucouleurs-law profile.
The results of our light decompositions are robust, even though without kinematic information we cannot prove that the spheroids and discs are really pressure- and rotation-supported stellar systems. If we assume that the detected spheroids and discs are indeed separate components, we can draw the following conclusions: 1) the spheroid and disc scale sizes are correlated; 2) bulge-to-total luminosity ratios, bulge effective radii, and bulge n_B values are all positively correlated; 3) the bivariate space density distribution of elliptical galaxies in the (luminosity, scale size)-plane is well described by a Schechter luminosity function in and a log-normal scale-size distribution at a given luminosity; 4) at the brightest luminosities, the scale size distribution of elliptical galaxies is similar to those of bright spiral galaxies; at fainter luminosities the elliptical scale size distribution peaks at distinctly smaller sizes than the spiral galaxy distribution; and 5) bulge components of early-type galaxies are typically a factor 1.5 to 2.5 smaller than the disks of spiral galaxies, while disc components of early-type galaxies are typically twice as large as the discs of spiral galaxies. [abridged]
△ Less
Submitted 5 October, 2004;
originally announced October 2004.
-
Globular Cluster and Galaxy Formation: M31, the Milky Way and Implications for Globular Cluster Systems of Spiral Galaxies
Authors:
D. Burstein,
Y. Li,
K. C. Freeman,
J. E. Norris,
M. S. Bessell,
J. Bland-Hawthorn,
B. K. Gibson,
M. A. Beasley,
H. C. Lee,
B. Barbuy,
J. P. Huchra,
J. P. Brodie,
D. A. Forbes
Abstract:
The globular cluster (GC) systems of the Milky Way and of our neighboring spiral galaxy, M31, comprise 2 distinct entities, differing in 3 respects. 1. M31 has young GCs, ages from ~100 Myr to 5 Gyr old, as well as old globular clusters. No such young GCs are known in the Milky Way. 2. We confirm that the oldest M31 GCs have much higher nitrogen abundances than do Galactic GCs at equivalent meta…
▽ More
The globular cluster (GC) systems of the Milky Way and of our neighboring spiral galaxy, M31, comprise 2 distinct entities, differing in 3 respects. 1. M31 has young GCs, ages from ~100 Myr to 5 Gyr old, as well as old globular clusters. No such young GCs are known in the Milky Way. 2. We confirm that the oldest M31 GCs have much higher nitrogen abundances than do Galactic GCs at equivalent metallicities. 3. Morrison et al. found M31 has a subcomponent of GCs that follow closely the disk rotation curve of M31. Such a GC system in our own Galaxy has yet to be found. These data are interpreted in terms of the hierarchical-clustering-merging (HCM) paradigm for galaxy formation. We infer that M31 has absorbed more of its dwarf systems than has the Milky Way. This inference has 3 implications: 1. All spiral galaxies likely differ in their GC properties, depending on how many companions each galaxy has, and when the parent galaxy absorbs them. The the Milky Way ties down one end of this spectrum, as almost all of its GCs were absorbed 10-12 Gyr ago. 2. It suggests that young GCs are preferentially formed in the dwarf companions of parent galaxies, and then absorbed by the parent galaxy during mergers. 3. Young GCs seen in tidally-interacting galaxies might come from dwarf companions of these galaxies, rather than be made a-new in the tidal interaction. There is no ready explanation for the marked difference in nitrogen abundance for old M31 GCs relative to the oldest Galactic GCs. The predictions made by Li & Burstein regarding the origin of nitrogen abundance in globular clusters are consistent with what is found for the old M31 GCs compared to that for the two 5 Gyr-old M31 GCs.
△ Less
Submitted 24 June, 2004;
originally announced June 2004.
-
Is the Giant Elliptical Galaxy NGC5018 a Post-Merger Remnant?
Authors:
L. M. Buson,
F. Bertola,
A. Bressan,
D. Burstein,
M. Cappellari
Abstract:
NGC5018, one of the weakest UV emitters among giant ellipticals (gE) observed with IUE, appears to consist of an optical stellar population very similar to that of the compact, dwarf elliptical M32, which is several magnitudes fainter in luminosity than NGC5018 and whose stellar population is know to be ~3 Gyr old. Here we show that the mid-UV spectra of these two galaxies are also very similar…
▽ More
NGC5018, one of the weakest UV emitters among giant ellipticals (gE) observed with IUE, appears to consist of an optical stellar population very similar to that of the compact, dwarf elliptical M32, which is several magnitudes fainter in luminosity than NGC5018 and whose stellar population is know to be ~3 Gyr old. Here we show that the mid-UV spectra of these two galaxies are also very similar down to an angular scale hundreds times smaller than the IUE large aperture (as probed by HST/FOS UV spectra obtained through 0.86 arcsec apertures). This implies a reasonably close match of the populations dominating their mid-UV light (namely, their main-sequence turnoff stars). These data indicate that NGC5018 has, in its inner regions, a rather uniform dominance of a ~3 Gyr-old stellar population, probably a bit different in metallicity from M32. Combined with the various structures that indicate that NGC5018 is the result of a recent major merger, it appears that almost all of stars we see in its center regions were formed about 3 Gyr ago, in that merger event. NGC5018 is likely the older brother of NGC7252, the canonical gE-in-formation merger. As such, NGC5018 is perhaps the best galaxy which can tell us how a merger works, after the fireworks subside, to form a gE galaxy today. For this reason alone, the stellar populations in NGC5018 at all radii are worth studying in detail.
△ Less
Submitted 23 June, 2004;
originally announced June 2004.
-
Multicolor Photometric Observations of Optical Candidates to Faint ROSAT X-ray Sources in a 1 deg$^2$ field of the BATC Survey
Authors:
Haotong Zhang,
Suijian Xue,
David Burstein,
Xu Zhou,
Zhaoji Jiang,
Hong Wu,
Jun Ma,
Jiansheng Chen,
Zhenlong Zou
Abstract:
We present optical candidates for 75 X-ray sources in a $\sim 1$ deg$^2$ overlapping region with the medium deep ROSAT survey. These candidates are selected using the multi-color CCD imaging observations made for the T329 field of the Beijing-Arizona-Taipei-Connecticut (BATC) Sky Survey. These X-ray sources are relatively faint (CR $<< 0.2 s^{-1}$) and thus mostly are not included in the RBS cat…
▽ More
We present optical candidates for 75 X-ray sources in a $\sim 1$ deg$^2$ overlapping region with the medium deep ROSAT survey. These candidates are selected using the multi-color CCD imaging observations made for the T329 field of the Beijing-Arizona-Taipei-Connecticut (BATC) Sky Survey. These X-ray sources are relatively faint (CR $<< 0.2 s^{-1}$) and thus mostly are not included in the RBS catalog, they also remain as X-ray sources without optical candidates in a previous identification program carried out by the Hamburg Quasar Survey. Within their position-error circles, almost all the X-ray sources are observed to have one or more spatially associated optical candidates within them down to the magnitude $m_V \sim 23.1$. We have classified 149 of 156 detected optical candidates with 73 of the 75 X-ray sources with a SED-based Object Classification Approach (SOCA). These optical candidates include: 31 QSOs, 39 stars, 37 starburst galaxies, 42 galaxies, and 7 "just" visible objects. We have also cross-correlated the positions of these optical objects with NED, the FIRST radio source catalog and the 2MASS catalog. Separately, we have also SED-classified the remaining 6011 objects in our field of view. Optical objects are found at the $6.5σ$ level above what one would expect from a random distribution, only QSOs are over-represented in these error circles at greater than 4$σ$ frequency. We estimate redshifts for all extragalactic objects, and find a good correspondence of our predicted redshift with the measured redshift (a mean error of 0.04 in $Δz$. There appears to be a supercluster at z $\sim$ 0.3-0.35 in this direction, including many of the galaxies in the X-ray error circles are found in this redshift range.
△ Less
Submitted 3 March, 2004;
originally announced March 2004.
-
Nitrogen Overabundance: Globular Cluster and Halo Formation
Authors:
Yong Li,
David Burstein
Abstract:
Halo globular clusters pose four succinct issues that must be solved in any scenario of their formation: single-age, single metallicity stellar populations; a lower limit ([Fe/H] ~ -2.3) to their average metallicity; comprising only 1% of the stellar halo mass, and being among the oldest stars in our Galaxy. New spectra are presented of Galactic stars and integrated spectra of Galactic globular…
▽ More
Halo globular clusters pose four succinct issues that must be solved in any scenario of their formation: single-age, single metallicity stellar populations; a lower limit ([Fe/H] ~ -2.3) to their average metallicity; comprising only 1% of the stellar halo mass, and being among the oldest stars in our Galaxy. New spectra are presented of Galactic stars and integrated spectra of Galactic globular clusters which extend to 3250 angstroms. These spectra show show that the most metal-poor and among the best-studied Galactic globular clusters show strong NH3360 absorption, even though their spectral energy distributions in the near-UV are dominated by blue horizontal branch, AF-type stars. These strong NH features must be coming from the main sequence stars in these clusters. These new data are combined with existing data on the wide range of carbon and nitrogen abundance in very metal-poor ([Fe/H] < -3.5) halo giant and dwarf stars, together with recent models of zero-metal star formation, to make a strawman scenario for globular cluster formation that can reproduce three of the above four issues, and well as related two of the three issues pertaining to nitrogen overabundance. This strawman proposal makes observational and theoretical predictions that are testable, needing specific help from the modelers to understand all of the elemental constraints on globular cluster and halo formation.
△ Less
Submitted 15 October, 2003;
originally announced October 2003.
-
Line-of-Sight Reddening Predictions: Zero Points, Accuracies, the Interstellar Medium, and the Stellar Populations of Elliptical Galaxies
Authors:
David Burstein
Abstract:
Revised (B-V)_0-Mg_2 data for 402 elliptical galaxies are given to test reddening predictions which can also tell us both what the intrinsic errors are in this relationship among gE galaxy stellar populations, as well as details of nearby structure in the interstellar medium (ISM) of our Galaxy and of the intrinsic errors in reddening predictions. Using least-squares fits, the explicit 1-sigma e…
▽ More
Revised (B-V)_0-Mg_2 data for 402 elliptical galaxies are given to test reddening predictions which can also tell us both what the intrinsic errors are in this relationship among gE galaxy stellar populations, as well as details of nearby structure in the interstellar medium (ISM) of our Galaxy and of the intrinsic errors in reddening predictions. Using least-squares fits, the explicit 1-sigma errors in the Burstein-Heiles (BH) and the Schlegel et al. (IR) predicted reddenings are calculated, as well as the 1-sigma observational error in the (B-V)_0-Mg_2 for gE galaxies. It is found that, in directions with E(B-V)<0.100 mag (where most of these galaxies lie), 1-sigma errors in the IR reddening predictions are 0.006 to 0.009 in E(B-V) mag, those for BH reddening prediction are 0.011 mag, and the 1-sigma agreement between the two reddening predictions is 0.007 mag. IR predictions have an accuracy of 0.010-0.011 mag in directions with E(B-V)>= 0.100 mag, significantly better than those of the BH predictions (0.024-0.025). Gas-to-dust variations that vary by a factor of 3, both high and low, exist along many lines-of-sight in our Galaxy. The approx 0.02 higher reddening zero point in E(B-V) previously determined by Schlegel et al. is confirmed, primarily at the Galactic poles. Despite this, both methods also predict many directions with E(B-V)<0.015 mag. Independent evidence of reddening at the North Galactic pole is reviewed, with the conclusion that there still exists directions at the NGP that have E(B-V)<<0.01. Two lines of evidence suggest that IR reddenings are overpredicted in directions with high gas-to-dust ratios. As high gas-to-dust directions in the ISM also include the Galactic poles, this overprediction is the likely cause of the E(B-V) = 0.02 mag larger IR reddening zero point.
△ Less
Submitted 4 August, 2003; v1 submitted 27 June, 2003;
originally announced June 2003.
-
The Multiphase Intracluster Medium in Galaxy Groups Probed by the Lyman Alpha Forest
Authors:
Hu Zhan,
Li-Zhi Fang,
David Burstein
Abstract:
The case is made that the intracluster medium (ICM) in spiral-rich galaxy groups today probably has undergone much slower evolution than that in elliptical-rich groups and clusters. The environments of proto-clusters and proto-groups at z > 2 are likely similar to spiral-rich group environments at lower redshift. Therefore, like the ICM in spiral-rich groups today, the ICM in proto-groups and pr…
▽ More
The case is made that the intracluster medium (ICM) in spiral-rich galaxy groups today probably has undergone much slower evolution than that in elliptical-rich groups and clusters. The environments of proto-clusters and proto-groups at z > 2 are likely similar to spiral-rich group environments at lower redshift. Therefore, like the ICM in spiral-rich groups today, the ICM in proto-groups and proto-clusters at z > 2 is predicted to be significantly multiphased. The QSO Lyman alpha forest in the vicinity of galaxies is an effective probe of the ICM at a wide range of redshift. Two recent observations of Lyman alpha absorption around galaxies by Adelberger et al. and by Pascarelle et al are reconciled, and it is shown that observations support the multiphase ICM scenario. Galaxy redshifts must be very accurate for such studies to succeed. This scenario can also explain the lower metallicity and lower hot gas fraction in groups.
△ Less
Submitted 8 July, 2003; v1 submitted 16 June, 2003;
originally announced June 2003.
-
H-alpha +[NII] Observations of the HII Regions in M81
Authors:
W. P. Lin,
X. Zhou,
D. Burstein,
R. A. Windhorst,
J. S. Chen
Abstract:
In a first of a series of studies of the H-alpha + [NII] emission from nearby spiral galaxies, we present measurements of H-alpha + [NII] emission from HII regions in M81. Our method uses large-field-CCD images and long-slit spectra, and is part of the ongoing Beijing-Arizona-Taipei-Connecticut Sky Survey. The CCD images are taken with the NAOC 0.6/0.9m f/3 Schmidt telescope at the Xinglong Obse…
▽ More
In a first of a series of studies of the H-alpha + [NII] emission from nearby spiral galaxies, we present measurements of H-alpha + [NII] emission from HII regions in M81. Our method uses large-field-CCD images and long-slit spectra, and is part of the ongoing Beijing-Arizona-Taipei-Connecticut Sky Survey. The CCD images are taken with the NAOC 0.6/0.9m f/3 Schmidt telescope at the Xinglong Observing Station, using a multicolor filter set. Spectra of 10 of the brightest HII regions are obtained using the NAOC 2.16m telescope with a Tek 1024 X 1024 CCD. The continua of the spectra are calibrated by flux-calibrated images taken from the Schmidt observations. We determine the continuum component of our H-alpha + [NII] image via interpolation from the more accurately-measured backgrounds (M81 starlight) obtained from the two neighboring (in wavelength) BATC filter images. We use the calibrated fluxes of H-alpha + [NII] emission from the spectra to normalize this interpolated, continuum-subtracted H-alpha + [NII] image. We estimate the zero point uncertainty of the measured H-alpha + [NII] emission flux to be $\sim$ 8%. A catalogue of H-alpha + [NII] fluxes for 456 HII regions is provided, with those fluxes are on a more consistent linear scale than previously available. The logarithmically-binned H-alpha + [NII] luminosity function of HII regions is found to have slope $α$ = -0.70, consistent with previous results (which allowed $α=-0.5 \sim -0.8$). From the overall H-alpha + [NII] luminosity of the HII regions, the star formation rate of M81 is found to be $\sim 0.68 M_{\odot} {\rm yr}^{-1}$, modulo uncertainty with extinction corrections.
△ Less
Submitted 16 June, 2003;
originally announced June 2003.
-
An X-ray Atlas of Groups of Galaxies
Authors:
John S. Mulchaey,
David S. Davis,
Richard F. Mushotzky,
David Burstein
Abstract:
A search was conducted for a hot intragroup medium in 109 low-redshift galaxy groups observed with the ROSAT PSPC. Evidence for diffuse, extended X-ray emission is found in at least 61 groups. Approximately one-third of these detections have not been previously reported in the literature.
Most of the groups are detected out to less than half of the virial radius with ROSAT. Although some spiral…
▽ More
A search was conducted for a hot intragroup medium in 109 low-redshift galaxy groups observed with the ROSAT PSPC. Evidence for diffuse, extended X-ray emission is found in at least 61 groups. Approximately one-third of these detections have not been previously reported in the literature.
Most of the groups are detected out to less than half of the virial radius with ROSAT. Although some spiral-rich groups do contain an intragroup medium, diffuse emission is restricted to groups that contain at least one early-type galaxy.
△ Less
Submitted 19 February, 2003;
originally announced February 2003.
-
The Role of a Hot Gas Environment on the Evolution of Galaxies
Authors:
David Burstein,
George Blumenthal
Abstract:
Most spiral galaxies are found in galaxy groups with low velocity dispersions; most E/S0 galaxies are found in galaxy groups with relatively high velocity dispersions. The mass of the hot gas we can observe in the E/S0 groups via their thermal X-ray emission is, on average, as much as the baryonic mass of the galaxies in these groups. By comparison, galaxy clusters have as much or more hot gas t…
▽ More
Most spiral galaxies are found in galaxy groups with low velocity dispersions; most E/S0 galaxies are found in galaxy groups with relatively high velocity dispersions. The mass of the hot gas we can observe in the E/S0 groups via their thermal X-ray emission is, on average, as much as the baryonic mass of the galaxies in these groups. By comparison, galaxy clusters have as much or more hot gas than stellar mass. Hot gas in S-rich groups, however, is of low enough temperature for its X-ray emission to suffer heavy absorption due to Galactic HI and related observational effects, and hence is hard to detect. We postulate that such lower temperature hot gas does exist in low velocity dispersion, S-rich groups, and explore the consequences of this assumption. For a wide range of metallicity and density, hot gas in S-rich groups can cool in far less than a Hubble time. If such gas exists and can cool, especially when interacting with HI in existing galaxies, then it can help link together a number of disparate observations, both Galactic and extragalactic, that are otherwise difficult to understand.
△ Less
Submitted 12 June, 2002;
originally announced June 2002.
-
Intermediate-band Surface Photometry of the Edge-on Galaxy: NGC 4565
Authors:
Hong Wu,
Dave Burstein,
Zugan Deng
Abstract:
We present a deep, 42.79 hr image of the nearby, edge-on galaxy NGC 4565 in the
Beijing-Arizona-Taipei-Connecticut (BATC) 6660A band using the large-format CCD system on the 0.6m Schmidt telescope at the Xinglong Station of the National
Astronomical Observatories of China (NAOC). we obtain a final image that is calibrated to an accuracy of 0.02 mag in zero point, and for which we can measure g…
▽ More
We present a deep, 42.79 hr image of the nearby, edge-on galaxy NGC 4565 in the
Beijing-Arizona-Taipei-Connecticut (BATC) 6660A band using the large-format CCD system on the 0.6m Schmidt telescope at the Xinglong Station of the National
Astronomical Observatories of China (NAOC). we obtain a final image that is calibrated to an accuracy of 0.02 mag in zero point, and for which we can measure galaxy surface brightness to an accuracy of 0.25 mag at a surface brightness at 27.5 mag arcsec^-2 at 6660A, corresponding to a distance of 22 kpc from the center of the disk. The integrated magnitude of NGC4565 in our filter is m6660=8.99 (R magnitude of 9.1) to a surface brightness of 28 mag arcsec-2. We analyze the faint outer parts of this galaxy using a two-dimensional model comprised of three components: an exponential thin disk, an exponential thick disk, and a power-law halo. A total of 12 parameters are included in our model. We determine the best values of our model parameters via 10,000 random initial values, 3,700 of which converge to final values. The thin disk and thick disk parameters we determine here are consistent with those of previous studies of this galaxy. However, our very deep image permits a better determination of the power law fit to the halo, constraining this power law to be between r^-3.2 and r^-4.0, with a best fit value of r^-3.88. We find the axis ratio of the halo to be 0.44 and its core radius to be 14.4 kpc (for an adopted distance of 14.5 Mpc).
△ Less
Submitted 21 November, 2001;
originally announced November 2001.
-
The Distance to SN 1999em from the Expanding Photosphere Method
Authors:
M. Hamuy,
P. A. Pinto,
J. Maza,
N. B. Suntzeff,
M. M. Phillips,
R. G. Eastman,
R. C. Smith,
C. J. Corbally,
D. Burstein,
Y. Li,
V. Ivanov,
A. Moro-Martin,
L. G. Strolger,
R. E. de Souza,
S. dos Anjos,
E. M. Green,
T. E. Pickering,
L. Gonzalez,
R. Antezana,
M. Wischnjewsky,
G. Galaz,
M. Roth,
S. E. Persson,
W. L. Freedman,
R. A. Schommer
Abstract:
We present optical and IR spectroscopy of the first two months of evolution of the Type II SN 1999em. We combine these data with high-quality optical/IR photometry beginning only three days after shock breakout, in order to study the performance of the ``Expanding Photosphere Method'' (EPM) in the determination of distances. With this purpose we develop a technique to measure accurate photospher…
▽ More
We present optical and IR spectroscopy of the first two months of evolution of the Type II SN 1999em. We combine these data with high-quality optical/IR photometry beginning only three days after shock breakout, in order to study the performance of the ``Expanding Photosphere Method'' (EPM) in the determination of distances. With this purpose we develop a technique to measure accurate photospheric velocities by cross-correlating observed and model spectra. The application of this technique to SN 1999em shows that we can reach an average uncertainty of 11% in velocity from an individual spectrum. Our analysis shows that EPM is quite robust to the effects of dust. In particular, the distances derived from the VI filters change by only 7% when the adopted visual extinction in the host galaxy is varied by 0.45 mag. The superb time sampling of the BVIZJHK light-curves of SN 1999em permits us to study the internal consistency of EPM and test the dilution factors computed from atmosphere models for Type II plateau supernovae. We find that, in the first week since explosion, the EPM distances are up to 50% lower than the average, possibly due the presence of circumstellar material. Over the following 65 days, on the other hand, our tests lend strong credence to the atmosphere models, and confirm previous claims that EPM can produce consistent distances without having to craft specific models to each supernova. This is particularly true for the VI filters which yield distances with an internal consistency of 4%. From the whole set of BVIZJHK photometry, we obtain an average distance of 7.5+/-0.5 Mpc, where the quoted uncertainty (7%) is a conservative estimate of the internal precision of the method obtained from the analysis of the first 70 days of the supernova evolution.
△ Less
Submitted 30 April, 2001;
originally announced May 2001.
-
The Peculiar Motions of Early-Type Galaxies in Two Distant Regions VI: The Maximum Likelihood Gaussian Algorithm
Authors:
R. P. Saglia,
Matthew Colless,
David Burstein,
Roger L. Davies,
Robert K. McMahan, Jr.,
Gary Wegner
Abstract:
The EFAR project is designed to measure the properties and peculiar motions of early-type galaxies in two distant regions. Here we describe the maximum likelihood algorithm we developed to investigate the correlations between the parameters of the EFAR database. One-, two-, and three-dimensional gaussian models are constructed to determine the mean value and intrinsic spread of the parameters, a…
▽ More
The EFAR project is designed to measure the properties and peculiar motions of early-type galaxies in two distant regions. Here we describe the maximum likelihood algorithm we developed to investigate the correlations between the parameters of the EFAR database. One-, two-, and three-dimensional gaussian models are constructed to determine the mean value and intrinsic spread of the parameters, and the slopes and intrinsic parallel and orthogonal spread of the Mgb'-Mg2, Mg2-sigma, Mgb'-sigma relations, and the Fundamental Plane. In the latter case, the cluster peculiar velocities are also determined. We show that this method is superior to ``canonical'' approaches of least-squares type, which give biased slopes and biased peculiar velocities. We test the algorithm with Monte Carlo simulations of mock EFAR catalogues and derive the systematic and random errors on the estimated parameters. We find that random errors are always dominant. We estimate the influence of systematic errors due to the way clusters were selected and the hard limits and uncertainties in the selection function parameters for the galaxies. We explore the influence of uniform distributions in the Fundamental Plane parameters and the errors. We conclude that the mean peculiar motions of the EFAR clusters can be determined reliably. In particular, the placement of the two EFAR sample regions relative to the Lauer and Postman dipole allows us to strongly constrain the amplitude of the bulk motion in this direction.
△ Less
Submitted 21 December, 2000;
originally announced December 2000.
-
The Cuspy LINER Nucleus of the S0/a Galaxy NGC 2681
Authors:
Michele Cappellari,
Francesco Bertola,
David Burstein,
Lucio M. Buson,
Laura Greggio,
Alvio Renzini
Abstract:
The nucleus of the bulge-dominated, multiply-barred S0/a galaxy NGC 2681 is studied in detail, using high resolution Hubble Space Telescope FOC and NICMOS imaging and FOS spectroscopy. The ionised gas central velocity dispersion is found to increase by a factor ~2 when narrowing the aperture from R~1.5" (ground) to R~0.1" (FOS). Dynamical modeling of these velocity dispersions suggests that NGC…
▽ More
The nucleus of the bulge-dominated, multiply-barred S0/a galaxy NGC 2681 is studied in detail, using high resolution Hubble Space Telescope FOC and NICMOS imaging and FOS spectroscopy. The ionised gas central velocity dispersion is found to increase by a factor ~2 when narrowing the aperture from R~1.5" (ground) to R~0.1" (FOS). Dynamical modeling of these velocity dispersions suggests that NGC 2681 does host a supermassive black hole (BH) for which one can estimate a firm mass upper limit M_BH < 6*10^7 Solar Masses. This upper limit is consistent with the relation between the central BH mass and velocity dispersion M_BH - sigma known for other galaxies. The emission line ratios place the nucleus of NGC 2681 among LINERs. It is likely that the emission line region comes from a rather mild, but steady, feeding of gas to the central BH in this galaxy. The inner stellar population lacks any measurable color gradient (to a radius of 0.6 kpc) from the infrared to the ultraviolet, consistently with FOC, FOS and IUE data, all indicating that this system underwent a starburst ~1 Gyr ago that encompassed its whole interior, down to its very center. The most likely source of such a widely-distributed starburst is the dumping of tidally-extruded gas from a galaxy neighbor. If so, then NGC 2681 can be considered as the older brother of M82, seen face-on as opposed to the edge-on view we have for M82.
△ Less
Submitted 20 December, 2000;
originally announced December 2000.
-
The Quest for the Dominant Stellar Population in the Giant Elliptical NGC 5018
Authors:
Lucio M. Buson,
Francesco Bertola,
David Burstein,
Michele Cappellari
Abstract:
Newly obtained HST/WFPC2 images of the disturbed elliptical galaxy NGC 5018 show that the average amount of internal reddening due to the its complex ``dust web'' is as low as E(B-V)~0.02 within the IUE aperture, thus implying that its observed and intrinsic energy distributions do not differ significantly down to UV wavelengths. This, in turn, is quite relevant to the current debate on the age…
▽ More
Newly obtained HST/WFPC2 images of the disturbed elliptical galaxy NGC 5018 show that the average amount of internal reddening due to the its complex ``dust web'' is as low as E(B-V)~0.02 within the IUE aperture, thus implying that its observed and intrinsic energy distributions do not differ significantly down to UV wavelengths. This, in turn, is quite relevant to the current debate on the age of its dominant stellar population.
△ Less
Submitted 24 October, 2000;
originally announced October 2000.
-
The peculiar motions of early-type galaxies in two distant regions - VII. Peculiar velocities and bulk motions
Authors:
Matthew Colless,
R. P. Saglia,
D. Burstein,
R. L. Davies,
R. K. McMahan Jr,
Gary Wegner
Abstract:
We present peculiar velocities for 84 clusters of galaxies in two large volumes at distances between 6000 and 15000 km/s in the directions of Hercules-Corona Borealis and Perseus-Pisces-Cetus. These velocities are based on Fundamental Plane (FP) distance estimates for early-type galaxies in each cluster. We fit the FP using a maximum likelihood algorithm which accounts for both selection effects…
▽ More
We present peculiar velocities for 84 clusters of galaxies in two large volumes at distances between 6000 and 15000 km/s in the directions of Hercules-Corona Borealis and Perseus-Pisces-Cetus. These velocities are based on Fundamental Plane (FP) distance estimates for early-type galaxies in each cluster. We fit the FP using a maximum likelihood algorithm which accounts for both selection effects and measurement errors, and yields FP parameters with smaller bias and variance than other fitting procedures. We find a best-fit FP with coefficients consistent with the best existing determinations. We measure the bulk motions of the sample volumes using the 50 clusters with the best-determined peculiar velocities. We find the bulk motions in both regions are small, and consistent with zero at about the 5% level. The EFAR results are in agreement with the small bulk motions found by Dale et al. (1999) on similar scales, but are inconsistent with pure dipole motions having the large amplitudes found by Lauer & Postman (1994) and Hudson et al. (1999). The alignment of the EFAR sample with the Lauer & Postman dipole produces a strong rejection of a large-amplitude bulk motion in that direction, but the rejection of the Hudson et al. result is less certain because their dipole lies at a large angle to the main axis of the EFAR sample. We find the bulk motion of our sample is consistent with most cosmological models that approximately reproduce the shape and normalisation of the observed galaxy power spectrum. We conclude that existing measurements of large-scale bulk motions provide no significant evidence against standard models for the formation of structure.
△ Less
Submitted 28 August, 2000;
originally announced August 2000.
-
Astronomers and the Science Citation Index, 1981--1997
Authors:
D. Burstein
Abstract:
The Institute for Science Information (ISI) has generated two lists of citation information for astronomers that are uniquely restricted both as to the years surveyed for the cited papers, and the years surveyed for the citing papers. The main list gives citation data for 62,813 physicists and astronomers whose journal papers were cited 100 times or more from 1981.0 to 1997.5 by papers published…
▽ More
The Institute for Science Information (ISI) has generated two lists of citation information for astronomers that are uniquely restricted both as to the years surveyed for the cited papers, and the years surveyed for the citing papers. The main list gives citation data for 62,813 physicists and astronomers whose journal papers were cited 100 times or more from 1981.0 to 1997.5 by papers published during the same time interval. The second list gives the 200 most-cited papers/year published in refereed astronomical journals from 1981-1996, as cited in papers in those same journals from 1981.0-1998.0. Astronomer names were selected from various sources. From this work an Astronomy Citation Database (ACD) has been constructed, containing citation data for 6458+ astronomers, plus additional data for 173 astronomers and the top-10 cited papers published 1981-1996. Various problems, both substantial and subtle, of producing a reasonably fair citation database are detailed. Chief among these are whether to assign either parital or full credit for each author on a given paper. Whether one is honored with one of the top astronomy lifetime-awards is a strong function of how well your work stands out as your own, and in what kind of publications you publish (e.g., the ISI does not keep track of papers in meeting proceedings/books/catalogs). Name confusion affects this kind of analysis to the extent that that it would take an enormous effort to disentangle its effects and, even then, not all name confusion would be settled. A ``modest proposal'' is made that our professional field (and others) go to a system of uniquely associating an identification number to each author on each paper to solve the name confusion problem.
△ Less
Submitted 11 June, 2000; v1 submitted 12 May, 2000;
originally announced May 2000.
-
EFAR peculiar velocities and bulk motions
Authors:
Matthew Colless,
R. P. Saglia,
David Burstein,
Roger Davies,
Robert K. McMahan,
Gary Wegner
Abstract:
The EFAR project has measured peculiar motions in two distant volumes of the universe using Fundamental Plane (FP) distances for 85 clusters with cz=6000-15000 km/s. The scatter in distance about the FP is observed to be 20% per galaxy for EFAR sample, resulting in peculiar velocities with a median precision of 1075 km/s for the 50 clusters with 3 or more galaxies. We find that there is no evide…
▽ More
The EFAR project has measured peculiar motions in two distant volumes of the universe using Fundamental Plane (FP) distances for 85 clusters with cz=6000-15000 km/s. The scatter in distance about the FP is observed to be 20% per galaxy for EFAR sample, resulting in peculiar velocities with a median precision of 1075 km/s for the 50 clusters with 3 or more galaxies. We find that there is no evidence for a large bulk flow within either of the two volumes sampled by the EFAR clusters. The measured bulk motion in both regions is small and consistent with zero. The Lauer and Postman (1994) bulk motion is ruled out at the 4-sigma level. There is no evidence supporting the SMAC (Hudson et al. 1999) or LP10K (Willick 1999) bulk motions, but the directionality of the EFAR sample would only allow a weak (2-sigma) detection at best.
△ Less
Submitted 2 September, 1999;
originally announced September 1999.
-
Elliptical Galaxy Dynamics: The Issues Pertaining to Galaxy Formation
Authors:
David Burstein
Abstract:
How elliptical galaxy dynamics relate to galaxy structure, stellar populations, spiral galaxies and environment are reviewed. The evidence assembled shows that most, if not all, galaxies originally classified as gE contain disks within them. Taken together, the existing evidence are most consistent with the gravitational, hierarchical, clustering, merging (HCM) concept that all galaxies, includi…
▽ More
How elliptical galaxy dynamics relate to galaxy structure, stellar populations, spiral galaxies and environment are reviewed. The evidence assembled shows that most, if not all, galaxies originally classified as gE contain disks within them. Taken together, the existing evidence are most consistent with the gravitational, hierarchical, clustering, merging (HCM) concept that all galaxies, including gE, are formed from the combination of much smaller galaxies. Within the HCM picture, the evidence also strongly suggests that the subunits which go into forming galaxies must be related in specific ways both to the mass of the galaxy they will form, and to the environment in which the galaxy forms. Despite the extensive data that we now have on galaxies that can constrain their formation history, the lack of a physical understanding of the stellar initial mass function prevents us from developing realistic physical models for galaxy formation.
△ Less
Submitted 31 August, 1999;
originally announced August 1999.
-
A Re-Examination of the Origins of the Peculiar Velocity Field Within the Local Supercluster
Authors:
David Burstein
Abstract:
The recent re-evaulation of the peculiar velocity field outside the Local Supercluster (Dekel et al. 1999, ApJ 522) has permitted a re-examination of the origins of the peculiar velocity field within the Local Supercluster using the Mark III Catalog of Galaxy Peculiar Velocities for spiral galaxies. It is shown that the large-scale coherent pattern of peculiar velocities within the LSC are well-…
▽ More
The recent re-evaulation of the peculiar velocity field outside the Local Supercluster (Dekel et al. 1999, ApJ 522) has permitted a re-examination of the origins of the peculiar velocity field within the Local Supercluster using the Mark III Catalog of Galaxy Peculiar Velocities for spiral galaxies. It is shown that the large-scale coherent pattern of peculiar velocities within the LSC are well-fit by a combination of the Outside-Region-(generated)-Motions (O-R-M) from the Potent model with a Virgocentric infall pattern that produces 220 km/s of Virgocentric infall at the Local Group (LG) towards the Virgo cluster moving at 88 km/s towards the LG. The part of the Cosmic Microwave Background motion of the LG this model cannot fit is that perpendicular to the Supergalactic plane (the SGZ direction). On what size scale the remaing 270 km/s CMB SGZ motion of the LG is shared by neighboring galaxies cannot be determined from the present data set, but may be found if we can accurately measure galaxy distances close to the Galactic plane.
△ Less
Submitted 30 August, 1999;
originally announced August 1999.
-
Deep Intermediate-Band Surface Photometry of NGC 5907
Authors:
BATC Collaboration,
Z. Y. Zheng,
Z. H. Shang,
H. J. Su,
D. Burstein,
J. S. Chen
Abstract:
We obtained very deep exposures of NGC 5907 with a Schmidt telescope, large-format CCD, and intermediate-band filters centered at 6660A and 8020A. These two filters, part of a 15-filter set, are custom-designed to avoid the brightest (and most variable) night sky lines, with the result that our images go deeper, with lower sky noise, than those taken with broad-band filters. Our errors of observ…
▽ More
We obtained very deep exposures of NGC 5907 with a Schmidt telescope, large-format CCD, and intermediate-band filters centered at 6660A and 8020A. These two filters, part of a 15-filter set, are custom-designed to avoid the brightest (and most variable) night sky lines, with the result that our images go deeper, with lower sky noise, than those taken with broad-band filters. Our errors of observation reach 1 mag/arcsec^2 at 29.00 mag/arcsec-2 in the 6660A image (= 28.7 in R-band), and 27.4 mag/arcsec^ in the 8020A image (same zero point as I-band). Fainter than R = 27 mag arcsec^, the surface brightness around NGC 5907 is strongly asymmetric, being mostly brighter the NW side of the galaxy midplane. This asymmetry rules out a halo for the origin of the faint surface brightness we see. Rather, this asymmetry is likely an artifact due to a combination of light from a faint ring around this galaxy (as described in Shang et al. 1998, ApJL 504, 23) and residual surface brightness at faint levels from stars that our star-masking procedure cannot completely eliminate. Good agreement with the surface photometry of NGC 5907 by Morrison et al. and other workers lead us to conclude that their data are similarly affected at faint levels by ring light and residual effects from their star masking procedures. Inspection of the images published by Morrison et al. and Sackett et al. confirm this to be the case. Thus, we conclude that NGC 5907 does not have a faint, extended halo.
△ Less
Submitted 18 February, 1999;
originally announced February 1999.
-
Central UV Spikes in two Galactic Spheroids
Authors:
Michele Cappellari,
Francesco Bertola,
David Burstein,
Lucio M. Buson,
Laura Greggio,
Alvio Renzini
Abstract:
FOS spectra and FOC photometry of two centrally located, UV-bright spikes in the elliptical galaxy NGC 4552 and the bulge-dominated early spiral NGC 2681, are presented. These spectra reveal that such point-like UV sources detected by means of HST within a relatively large fraction ~15% of bulges can be related to radically different phenomena. While the UV unresolved emission in NGC 4552 repres…
▽ More
FOS spectra and FOC photometry of two centrally located, UV-bright spikes in the elliptical galaxy NGC 4552 and the bulge-dominated early spiral NGC 2681, are presented. These spectra reveal that such point-like UV sources detected by means of HST within a relatively large fraction ~15% of bulges can be related to radically different phenomena. While the UV unresolved emission in NGC 4552 represents a transient event likely induced by an accretion event onto a supermassive black hole, the spike seen at the center of NGC 2681 is not variable and it is stellar in nature.
△ Less
Submitted 27 January, 1999;
originally announced January 1999.
-
Objects in NGC 205 Resolved into Stellar Associations by HST Ultraviolet Imaging
Authors:
Michele Cappellari,
Francesco Bertola,
David Burstein,
Lucio M. Buson,
Laura Greggio,
Alvio Renzini
Abstract:
We have obtained high resolution UV images with the HST+WFPC2 of the central region of the dwarf elliptical galaxy NGC 205. Our images reveal that many of the hot UV stars previously detected and studied from the ground are actually multiple systems, open clusters and star associations. We have performed photometry of two such clusters and we find our data are consistent with stellar ages of 50…
▽ More
We have obtained high resolution UV images with the HST+WFPC2 of the central region of the dwarf elliptical galaxy NGC 205. Our images reveal that many of the hot UV stars previously detected and studied from the ground are actually multiple systems, open clusters and star associations. We have performed photometry of two such clusters and we find our data are consistent with stellar ages of 50 and 100 Myr, respectively. From the number of massive stars in NGC 205 we estimate that the star formation episode in this galaxy has turned ~1,000 Msolar of gas into stars over the last 100 Myr.
△ Less
Submitted 7 January, 1999;
originally announced January 1999.
-
POTENT Reconstruction from Mark III Velocities
Authors:
A. Dekel,
A. Eldar,
T. Kolatt,
A. Yahil,
J. A. Willick,
S. M. Faber,
S. Courteau,
D. Burstein
Abstract:
We present an improved POTENT method for reconstructing the velocity and mass density fields from radial peculiar velocities, test it with mock catalogs, and apply it to the Mark III Catalog. Method improvments: (a) inhomogeneous Malmquist bias is reduced by grouping and corrected in forward or inverse analyses of inferred distances, (b) the smoothing into a radial velocity field is optimized to…
▽ More
We present an improved POTENT method for reconstructing the velocity and mass density fields from radial peculiar velocities, test it with mock catalogs, and apply it to the Mark III Catalog. Method improvments: (a) inhomogeneous Malmquist bias is reduced by grouping and corrected in forward or inverse analyses of inferred distances, (b) the smoothing into a radial velocity field is optimized to reduce window and sampling biases, (c) the density is derived from the velocity using an improved nonlinear approximation, and (d) the computational errors are made negligible. The method is tested and optimized using mock catalogs based on an N-body simulation that mimics our cosmological neighborhood, and the remaining errors are evaluated quantitatively. The Mark III catalog, with ~3300 grouped galaxies, allows a reliable reconstruction with fixed Gaussian smoothing of 10-12 Mpc/h out to ~60 Mpc/h. We present maps of the 3D velocity and mass-density fields and the corresponding errors. The typical systematic and random errors in the density fluctuations inside 40 Mpc/h are \pm 0.13 and \pm 0.18. The recovered mass distribution resembles in its gross features the galaxy distribution in redshift surveys and the mass distribution in a similar POTENT analysis of a complementary velocity catalog (SFI), including the Great Attractor, Perseus-Pisces, and the void in between. The reconstruction inside ~40 Mpc/h is not affected much by a revised calibration of the distance indicators (VM2, tailored to match the velocities from the IRAS 1.2Jy redshift survey). The bulk velocity within the sphere of radius 50 Mpc/h about the Local Group is V_50=370 \pm 110 km/s (including systematic errors), and is shown to be mostly generated by external mass fluctuations. With the VM2 calibration, V_50 is reduced to 305 \pm 110 km/s.
△ Less
Submitted 9 December, 1998;
originally announced December 1998.
-
The peculiar motions of early-type galaxies in two distant regions - II. The spectroscopic data
Authors:
Gary Wegner,
Matthew Colless,
R. P. Saglia,
Robert K. McMahan,
Roger L. Davies,
David Burstein,
Glenn Baggley
Abstract:
We present the spectroscopic data for the galaxies studied in the EFAR project, which is designed to measure the properties and peculiar motions of early-type galaxies in two distant regions. We have obtained 1319 spectra of 714 early-type galaxies over 33 observing runs on 10 different telescopes. We describe the observations and data reductions used to measure redshifts, velocity dispersions a…
▽ More
We present the spectroscopic data for the galaxies studied in the EFAR project, which is designed to measure the properties and peculiar motions of early-type galaxies in two distant regions. We have obtained 1319 spectra of 714 early-type galaxies over 33 observing runs on 10 different telescopes. We describe the observations and data reductions used to measure redshifts, velocity dispersions and the Mgb and Mg2 Lick linestrength indices. Detailed simulations and intercomparison of the large number of repeat observations lead to reliable error estimates for all quantities. The measurements from different observing runs are calibrated to a common zeropoint or scale before being combined, yielding a total of 706 redshifts, 676 velocity dispersions, 676 Mgb linestrengths and 582 Mg2 linestrengths. The median estimated errors in the combined measurements are dcz=20 km/s, dsigma/sigma=9.1%, dMgb/Mgb=7.2% and dMg2=0.015 mag. Comparison of our measurements with published datasets shows no systematic errors in the redshifts or velocity dispersions and only small zeropoint corrections to bring our linestrengths onto the standard Lick system. We have assigned galaxies to physical clusters by examining the line-of-sight velocity distributions based on EFAR and ZCAT redshifts, together with the projected distributions on the sky. We derive mean redshifts and velocity dispersions for these clusters, which will be used in estimating distances and peculiar velocities and to test for trends in the galaxy population with cluster mass. The spectroscopic parameters presented here for 706 galaxies combine high quality data, uniform reduction and measurement procedures, and detailed error analysis. They form the largest single set of velocity dispersions and linestrengths for early-type galaxies published to date.
△ Less
Submitted 16 November, 1998;
originally announced November 1998.
-
The peculiar motions of early-type galaxies in two distant regions - V. The Mg-sigma relation, age and metallicity
Authors:
Matthew Colless,
David Burstein,
Roger L. Davies,
Robert K. McMahan,
R. P. Saglia,
Gary Wegner
Abstract:
We examine the Mg-sigma relation for early-type galaxies in the EFAR sample and its dependence on cluster properties. A maximum likelihood fit gives global Mg-sigma relations of Mgb'=0.131log(sigma)-0.131 and Mg2=0.257log(sigma)-0.305, with intrinsic scatter of 0.016 mag in Mgb' and 0.023 mag in Mg2. The zeropoint for cD galaxies is higher than for E/S0 galaxies, implying cDs are older and/or mo…
▽ More
We examine the Mg-sigma relation for early-type galaxies in the EFAR sample and its dependence on cluster properties. A maximum likelihood fit gives global Mg-sigma relations of Mgb'=0.131log(sigma)-0.131 and Mg2=0.257log(sigma)-0.305, with intrinsic scatter of 0.016 mag in Mgb' and 0.023 mag in Mg2. The zeropoint for cD galaxies is higher than for E/S0 galaxies, implying cDs are older and/or more metal-rich than E/S0s with the same sigma. Mg-sigma zeropoint variations between clusters are consistent with the number of galaxies observed per cluster and the global intrinsic scatter in Mg-sigma. We find no significant correlation between the Mg-sigma zeropoint and the cluster velocity dispersion, X-ray luminosity or X-ray temperature over a wide range in cluster mass. We compare the intrinsic scatter in the Mg-sigma and Fundamental Plane (FP) relations with stellar population models to constrain the dispersion in ages, metallicities and M/L ratios for early-type galaxies at fixed sigma. Variations in age alone or metallicity alone cannot explain the measured intrinsic scatter in both Mg-sigma and the FP. We derive the joint constraints on the dispersion in age and metallicity implied by the scatter in the Mg-sigma and FP relations for a simple Gaussian model. We find upper limits on the dispersions at fixed sigma of 32% in dt/t and 38% in dZ/Z if variations in age and metallicity are uncorrelated; only strongly anti-correlated variations lead to significantly higher upper limits. The joint distribution of residuals from the Mg-sigma and FP relations is only marginally consistent with a model having no correlation between age and metallicity, and is better-matched by a model in which age and metallicity variations are moderately anti-correlated, with younger galaxies being more metal-rich. (Abridged)
△ Less
Submitted 4 November, 1998;
originally announced November 1998.
-
UV Spectra, Line Indices of M31 Globular Clusters and E Galaxy Cores
Authors:
J. M. Ponder,
D. Burstein,
R. W. O'Connell,
J. A. Rose,
J. A. Frogel,
C. -C. Wu,
D. M. Crenshaw,
M. Rieke,
M. Tripicco
Abstract:
Observations in integrated light (2200-4800 A, 8 to 11 A resolution, S/N > 20) of 4 M31 globular clusters and of the cores of six gE galaxies made with the HST/FOS are presented and analyzed. These data are supplemented by IUE observations of M32, Galactic globulars and stars. From these data we measure UV colors and absorption line strength (ALS) indices, including the key NH feature at 3360 A.…
▽ More
Observations in integrated light (2200-4800 A, 8 to 11 A resolution, S/N > 20) of 4 M31 globular clusters and of the cores of six gE galaxies made with the HST/FOS are presented and analyzed. These data are supplemented by IUE observations of M32, Galactic globulars and stars. From these data we measure UV colors and absorption line strength (ALS) indices, including the key NH feature at 3360 A. We find that our data divide the M31 globular clusters, Galactic globular clusters/Galactic stars, and gE galaxies into three different stellar populations. The old stellar populations of M31 globular clusters and elliptical galaxies are more similar to each other than each is to the Galactic stellar population. Of special note is that the NH feature is so strong in the spectra of M31 globulars that a large (>20) overabundance in nitrogen in these stars, relative to that in Galactic stars, is likely required. Other ALS indices (of Mg, Al) also show significant differences.
△ Less
Submitted 29 July, 1998;
originally announced July 1998.
-
The Mini AGN at the Center of the Elliptical Galaxy NGC 4552 with HST
Authors:
Michele Cappellari,
Alvio Renzini,
Laura Greggio,
Sperello di Serego Alighieri,
Lucio M. Buson,
David Burstein,
Francesco Bertola
Abstract:
The complex phenomenology shown by the UV-bright, variable spike first detected with the Hubble Space Telescope (HST) at the center of the otherwise normal galaxy NGC 4552 is further investigated with both HST imaging (FOC) and spectroscopy (FOS). HST/FOC images taken in 1991, 1993, and 1996 in the near UV have been analyzed in a homogeneous fashion, showing that the central spike has brightened…
▽ More
The complex phenomenology shown by the UV-bright, variable spike first detected with the Hubble Space Telescope (HST) at the center of the otherwise normal galaxy NGC 4552 is further investigated with both HST imaging (FOC) and spectroscopy (FOS). HST/FOC images taken in 1991, 1993, and 1996 in the near UV have been analyzed in a homogeneous fashion, showing that the central spike has brightened by a factor ~4.5 between 1991 and 1993, and has decreased its luminosity by a factor ~2.0 between 1993 and 1996. FOS spectroscopy extending from the near UV to the red side of the optical spectrum reveals a strong UV continuum over the spectrum of the underlying galaxy, along with several emission lines in both the UV and the optical ranges. In spite of the low luminosity of the UV continuum of the spike (~3*10^5 Lsolar), the spike is definitely placed among AGNs by current diagnostics based on the emission line intensity ratios, being just on the borderline between Seyferts and LINERs. Line profiles are very broad, and both permitted and forbidden lines are best modelled with a combination of broad and narrow components, with FWHM of ~3000 km s^-1 and ~700 km s^-1, respectively. This evidence argues for the variable central spike being produced by a modest accretion event onto a central massive black hole (BH), with the accreted material having possibly being stripped from a a star in a close fly by with the BH. The 1996 broad Halpha luminosity of this mini-AGN is ~5.6*10^37 erg s^-1, about a factor of two less than that of the nucleus of NGC 4395, heretofore considered to be the faintest known AGN.
△ Less
Submitted 12 February, 1999; v1 submitted 7 July, 1998;
originally announced July 1998.
-
Ring structure and warp of NGC5907 -- Interaction with dwarf galaxies
Authors:
Zhaohui Shang,
Zhongyuan Zheng,
Elias Brinks,
Jiansheng Chen,
David Burstein,
Hongjun Su,
Yong-IK Byun,
Licai Deng,
Zugan Deng,
Xiaohui Fan,
Zhaoji Jiang,
Yong Li,
Weipeng Lin,
Feng Ma,
Wei-hsin Sun,
Beverley Wills,
Rogier A. Windhorst,
Hong Wu,
Xiaoyang Xia,
Wen Xu,
Suijian Xue,
Haojing Yan,
Xu Zhou,
Jin Zhu,
Zhenlong Zou
Abstract:
The edge-on, nearby spiral galaxy NGC5907 has long been used as the prototype of a ``non-interacting'' warped galaxy. We report here the discovery of two interactions with companion dwarf galaxies that substantially change this picture. First, a faint ring structure is discovered around this galaxy that is likely due to the tidal disruption of a companion dwarf spheroidal galaxy. The ring is ell…
▽ More
The edge-on, nearby spiral galaxy NGC5907 has long been used as the prototype of a ``non-interacting'' warped galaxy. We report here the discovery of two interactions with companion dwarf galaxies that substantially change this picture. First, a faint ring structure is discovered around this galaxy that is likely due to the tidal disruption of a companion dwarf spheroidal galaxy. The ring is elliptical in shape with the center of NGC5907 close to one of the ring's foci. This suggests the ring material is in orbit around NGC5907. No gaseous component to the ring has been detected either with deep H$α$ images or in Very Large Array (VLA) HI 21-cm line maps. The visible material in the ring has an integrated luminosity <= 10^8 L_sun and its brightest part has a color R-I ~ 0.9. All of these properties are consistent with the ring being a tidally-disrupted dwarf spheroidal galaxy. Second, we find that NGC5907 has a dwarf companion galaxy, PGC54419, projected to be only 36.9 kpc from the center of NGC5907, close in radial velocity (ΔV = 45 km s^{-1}) to the giant spiral galaxy. This dwarf is seen at the tip of the HI warp and in the direction of the warp. Hence, NGC5907 can no longer be considered ``non-interacting,'' but is obviously interacting with its dwarf companions much as the Milky Way interacts with its dwarf galaxies. These results, coupled with the finding by others that dwarf galaxies tend to be found around giant galaxies, suggest that tidal interaction with companions, even if containing a mere 1% of the mass of the parent galaxy, might be sufficient to excite the warps found in the disks of many large spiral galaxies.
△ Less
Submitted 30 June, 1998;
originally announced June 1998.
-
Old Stellar Populations. VI. Absorption-Line Spectra of Galaxy Nuclei and Globular Clusters
Authors:
S. C. Trager,
Guy Worthey,
S. M. Faber,
David Burstein,
J. J. Gonzalez
Abstract:
We present absorption-line strengths on the Lick/IDS line-strength system of 381 galaxies and 38 globular clusters in the 4000--6400 Åregion. All galaxies were observed at Lick Observatory between 1972 and 1984 with the Cassegrain Image Dissector Scanner spectrograph, making this study one of the largest homogeneous collections of galaxy spectral line data to date. We also present a catalogue of…
▽ More
We present absorption-line strengths on the Lick/IDS line-strength system of 381 galaxies and 38 globular clusters in the 4000--6400 Åregion. All galaxies were observed at Lick Observatory between 1972 and 1984 with the Cassegrain Image Dissector Scanner spectrograph, making this study one of the largest homogeneous collections of galaxy spectral line data to date. We also present a catalogue of nuclear velocity dispersions used to correct the absorption-line strengths onto the stellar Lick/IDS system. Extensive discussion of both random and systematic errors of the Lick/IDS system is provided. Indices are seen to fall into three families: α-element-like indices (including CN, Mg, Na D, and TiO_2) that correlate positively with velocity dispersion; Fe-like indices (including Ca, the G band, TiO_1, and all Fe indices) that correlate only weakly with velocity dispersion and the αindices; and Hβwhich anti-correlates with both velocity dispersion and the αindices. C_2 4668 seems to be intermediate between the αand Fe groups. These groupings probably represent different element abundance families with different nucleosynthesis histories.
△ Less
Submitted 18 December, 1997;
originally announced December 1997.
-
The Axis Ratio Distribution of Local and Distant Galaxies
Authors:
S. C. Odewahn,
D. Burstein,
R. A. Windhorst
Abstract:
Surface photometry from 16 HST/WFPC2 fields in the I(F814W) filter is used to derive the distribution of apparent axis ratios for galaxies in progressively fainter magnitude intervals for I<25. We assess the systematic and accidental errors in ellipticity measurements as a function of image resolution and signal-to-noise ratio, and statistically correct for the effect of cosmological surface bri…
▽ More
Surface photometry from 16 HST/WFPC2 fields in the I(F814W) filter is used to derive the distribution of apparent axis ratios for galaxies in progressively fainter magnitude intervals for I<25. We assess the systematic and accidental errors in ellipticity measurements as a function of image resolution and signal-to-noise ratio, and statistically correct for the effect of cosmological surface brightness dimming on our isophotal measurements. The axis ratio distribution for the local galaxy population was computed using logR measurements for 1569 RC3 galaxies with Bt<13 mag. Nonparametric tests are used to show that our distant samples, in the redshift range 0.1<z<1.5, are not statistically different from the local sample. We present image montages of galaxies selected randomly from different axis ratio and apparent magnitude ranges and discuss the evolutionary consequences of the lack of a strong difference between the ellipticity distributions in near and far data sets.
△ Less
Submitted 9 September, 1997;
originally announced September 1997.
-
Global Relationships Among the Physical Properties of Stellar Systems
Authors:
David Burstein,
Ralf Bender,
Sandra Faber,
Richard Nolthenius
Abstract:
The kappa-space three-dimensional parameter system was originally defined for the physical properties of dynamically hot galaxies. Here we define self-consistent kappa-parameters for disk galaxies, galaxy groups and clusters, and globular clusters and project an integrated view of the major classes of self-gravitating, equilibrium stellar systems in the universe. Six different fundamental planes…
▽ More
The kappa-space three-dimensional parameter system was originally defined for the physical properties of dynamically hot galaxies. Here we define self-consistent kappa-parameters for disk galaxies, galaxy groups and clusters, and globular clusters and project an integrated view of the major classes of self-gravitating, equilibrium stellar systems in the universe. Six different fundamental planes exist that are interrelated and interconnected - the ``cosmic metaplane.'' The kappa-3 vs. kappa-1 projection (M/L vs. Mass) views all planes edge-on, M/L increasing or constant with Mass. Within the cosmic metaplane (kappa-2 vs. kappa-1 projection), no stellar system violates the rule that kappa-1 + kappa-2 < 8, meaning the maximum volume luminosity density of stellar systems varies as a (K times M^{-4/3}; the ``zone of exclusion''). Galaxies march away from ZOE as a function of Hubble type: DHGs closest, Sm-Irr's furthest away. We test current ideas of galaxy formation via hierarchical clustering and merging and find them to be broadly consistent with the properties of the cosmic metaplane. Four key questions are raised by this study: Why do galaxy groups form a bridge between galaxy clusters and galaxies? Why do galaxies march away from the ZOE? Why are isotropic galaxies only found in a limited mass range? What causes M/L to vary so smoothly with M to produce the cosmic metaplane? This study is but the first step along a long road, limited by existing data to the B passband of major stellar systems, whose light is dominated by stars. K-band data would be high desirable, as well as data that can probe the gaseous content (cold and hot) of stellar systems, and data for other classes of stellar systems.
△ Less
Submitted 2 July, 1997;
originally announced July 1997.
-
Spectrophotometry of 237 stars in 7 Open Clusters
Authors:
Lori Clampitt,
David Burstein
Abstract:
Photoelectric spectrophotometry is presented for 237 stars in the Hyades, Pleiades, Alpha Persei, Praesepe, Coma Berenices, IC~4665, and M39 open clusters. 16 bandpasses were observed from 350 nm to 778 nm, with 3.2 to 6.4 nm bandwidth. Data are standardized to the Hayes-Latham system to mutual accuracy of 0.016 mag per passband. By comparison to SIMBAD-available BV and ubvy colors on the one ha…
▽ More
Photoelectric spectrophotometry is presented for 237 stars in the Hyades, Pleiades, Alpha Persei, Praesepe, Coma Berenices, IC~4665, and M39 open clusters. 16 bandpasses were observed from 350 nm to 778 nm, with 3.2 to 6.4 nm bandwidth. Data are standardized to the Hayes-Latham system to mutual accuracy of 0.016 mag per passband. By comparison to SIMBAD-available BV and ubvy colors on the one hand, and to 1993 Kurucz synthetic spectra on the other, we show our data to be accurate to 0.01 mag for the 13 passbands at or above 400 nm, and 0.02 mag for the 3 passbands below 400 nm. We also show that the scatter in the fits of the spectrophotometric colors and the uvby filter colors is a reasonable way to identify the observations of which specific stars are accurate to 1-sigma, 2-sigma, ... The very good agreement between the models and these data verifies the accuracy of these data, and also verifies the usefulness of the Kurucz models to define spectrophotometry for stars in this temperature range (>5000 K). These data define accurate spectrophotometry of bright, open cluster stars that can be used as a secondary flux calibration for CCD-based spectrophotometric surveys.
△ Less
Submitted 20 May, 1997;
originally announced May 1997.