-
RL for Mitigating Cascading Failures: Targeted Exploration via Sensitivity Factors
Authors:
Anmol Dwivedi,
Ali Tajer,
Santiago Paternain,
Nurali Virani
Abstract:
Electricity grid's resiliency and climate change strongly impact one another due to an array of technical and policy-related decisions that impact both. This paper introduces a physics-informed machine learning-based framework to enhance grid's resiliency. Specifically, when encountering disruptive events, this paper designs remedial control actions to prevent blackouts. The proposed Physics-Guide…
▽ More
Electricity grid's resiliency and climate change strongly impact one another due to an array of technical and policy-related decisions that impact both. This paper introduces a physics-informed machine learning-based framework to enhance grid's resiliency. Specifically, when encountering disruptive events, this paper designs remedial control actions to prevent blackouts. The proposed Physics-Guided Reinforcement Learning (PG-RL) framework determines effective real-time remedial line-switching actions, considering their impact on power balance, system security, and grid reliability. To identify an effective blackout mitigation policy, PG-RL leverages power-flow sensitivity factors to guide the RL exploration during agent training. Comprehensive evaluations using the Grid2Op platform demonstrate that incorporating physical signals into RL significantly improves resource utilization within electric grids and achieves better blackout mitigation policies - both of which are critical in addressing climate change.
△ Less
Submitted 26 November, 2024;
originally announced November 2024.
-
Masked Multi-Step Probabilistic Forecasting for Short-to-Mid-Term Electricity Demand
Authors:
Yiwei Fu,
Nurali Virani,
Honggang Wang
Abstract:
Predicting the demand for electricity with uncertainty helps in planning and operation of the grid to provide reliable supply of power to the consumers. Machine learning (ML)-based demand forecasting approaches can be categorized into (1) sample-based approaches, where each forecast is made independently, and (2) time series regression approaches, where some historical load and other feature infor…
▽ More
Predicting the demand for electricity with uncertainty helps in planning and operation of the grid to provide reliable supply of power to the consumers. Machine learning (ML)-based demand forecasting approaches can be categorized into (1) sample-based approaches, where each forecast is made independently, and (2) time series regression approaches, where some historical load and other feature information is used. When making a short-to-mid-term electricity demand forecast, some future information is available, such as the weather forecast and calendar variables. However, in existing forecasting models this future information is not fully incorporated. To overcome this limitation of existing approaches, we propose Masked Multi-Step Multivariate Probabilistic Forecasting (MMMPF), a novel and general framework to train any neural network model capable of generating a sequence of outputs, that combines both the temporal information from the past and the known information about the future to make probabilistic predictions. Experiments are performed on a real-world dataset for short-to-mid-term electricity demand forecasting for multiple regions and compared with various ML methods. They show that the proposed MMMPF framework outperforms not only sample-based methods but also existing time-series forecasting models with the exact same base models. Models trainded with MMMPF can also generate desired quantiles to capture uncertainty and enable probabilistic planning for grid of the future.
△ Less
Submitted 13 February, 2023;
originally announced February 2023.
-
Masked Multi-Step Multivariate Time Series Forecasting with Future Information
Authors:
Yiwei Fu,
Honggang Wang,
Nurali Virani
Abstract:
In this paper, we introduce Masked Multi-Step Multivariate Forecasting (MMMF), a novel and general self-supervised learning framework for time series forecasting with known future information. In many real-world forecasting scenarios, some future information is known, e.g., the weather information when making a short-to-mid-term electricity demand forecast, or the oil price forecasts when making a…
▽ More
In this paper, we introduce Masked Multi-Step Multivariate Forecasting (MMMF), a novel and general self-supervised learning framework for time series forecasting with known future information. In many real-world forecasting scenarios, some future information is known, e.g., the weather information when making a short-to-mid-term electricity demand forecast, or the oil price forecasts when making an airplane departure forecast. Existing machine learning forecasting frameworks can be categorized into (1) sample-based approaches where each forecast is made independently, and (2) time series regression approaches where the future information is not fully incorporated. To overcome the limitations of existing approaches, we propose MMMF, a framework to train any neural network model capable of generating a sequence of outputs, that combines both the temporal information from the past and the known information about the future to make better predictions. Experiments are performed on two real-world datasets for (1) mid-term electricity demand forecasting, and (2) two-month ahead flight departures forecasting. They show that the proposed MMMF framework outperforms not only sample-based methods but also existing time series forecasting models with the exact same base models. Furthermore, once a neural network model is trained with MMMF, its inference speed is similar to that of the same model trained with traditional regression formulations, thus making MMMF a better alternative to existing regression-trained time series forecasting models if there is some available future information.
△ Less
Submitted 28 September, 2022;
originally announced September 2022.
-
Uncertainty-aware Perception Models for Off-road Autonomous Unmanned Ground Vehicles
Authors:
Zhaoyuan Yang,
Yewteck Tan,
Shiraj Sen,
Johan Reimann,
John Karigiannis,
Mohammed Yousefhussien,
Nurali Virani
Abstract:
Off-road autonomous unmanned ground vehicles (UGVs) are being developed for military and commercial use to deliver crucial supplies in remote locations, help with mapping and surveillance, and to assist war-fighters in contested environments. Due to complexity of the off-road environments and variability in terrain, lighting conditions, diurnal and seasonal changes, the models used to perceive the…
▽ More
Off-road autonomous unmanned ground vehicles (UGVs) are being developed for military and commercial use to deliver crucial supplies in remote locations, help with mapping and surveillance, and to assist war-fighters in contested environments. Due to complexity of the off-road environments and variability in terrain, lighting conditions, diurnal and seasonal changes, the models used to perceive the environment must handle a lot of input variability. Current datasets used to train perception models for off-road autonomous navigation lack of diversity in seasons, locations, semantic classes, as well as time of day. We test the hypothesis that model trained on a single dataset may not generalize to other off-road navigation datasets and new locations due to the input distribution drift. Additionally, we investigate how to combine multiple datasets to train a semantic segmentation-based environment perception model and we show that training the model to capture uncertainty could improve the model performance by a significant margin. We extend the Masksembles approach for uncertainty quantification to the semantic segmentation task and compare it with Monte Carlo Dropout and standard baselines. Finally, we test the approach against data collected from a UGV platform in a new testing environment. We show that the developed perception model with uncertainty quantification can be feasibly deployed on an UGV to support online perception and navigation tasks.
△ Less
Submitted 22 September, 2022;
originally announced September 2022.
-
Automated Creation and Human-assisted Curation of Computable Scientific Models from Code and Text
Authors:
Varish Mulwad,
Andrew Crapo,
Vijay S. Kumar,
James Jobin,
Alfredo Gabaldon,
Nurali Virani,
Sharad Dixit,
Narendra Joshi
Abstract:
Scientific models hold the key to better understanding and predicting the behavior of complex systems. The most comprehensive manifestation of a scientific model, including crucial assumptions and parameters that underpin its usability, is usually embedded in associated source code and documentation, which may employ a variety of (potentially outdated) programming practices and languages. Domain e…
▽ More
Scientific models hold the key to better understanding and predicting the behavior of complex systems. The most comprehensive manifestation of a scientific model, including crucial assumptions and parameters that underpin its usability, is usually embedded in associated source code and documentation, which may employ a variety of (potentially outdated) programming practices and languages. Domain experts cannot gain a complete understanding of the implementation of a scientific model if they are not familiar with the code. Furthermore, rapid research and development iterations make it challenging to keep up with constantly evolving scientific model codebases. To address these challenges, we develop a system for the automated creation and human-assisted curation of a knowledge graph of computable scientific models that analyzes a model's code in the context of any associated inline comments and external documentation. Our system uses knowledge-driven as well as data-driven approaches to identify and extract relevant concepts from code and equations from textual documents to semantically annotate models using domain terminology. These models are converted into executable Python functions and then can further be composed into complex workflows to answer different forms of domain-driven questions. We present experimental results obtained using a dataset of code and associated text derived from NASA's Hypersonic Aerodynamics website.
△ Less
Submitted 28 January, 2022;
originally announced February 2022.
-
Adversarial Attacks with Time-Scale Representations
Authors:
Alberto Santamaria-Pang,
Jianwei Qiu,
Aritra Chowdhury,
James Kubricht,
Peter Tu,
Iyer Naresh,
Nurali Virani
Abstract:
We propose a novel framework for real-time black-box universal attacks which disrupts activations of early convolutional layers in deep learning models. Our hypothesis is that perturbations produced in the wavelet space disrupt early convolutional layers more effectively than perturbations performed in the time domain. The main challenge in adversarial attacks is to preserve low frequency image co…
▽ More
We propose a novel framework for real-time black-box universal attacks which disrupts activations of early convolutional layers in deep learning models. Our hypothesis is that perturbations produced in the wavelet space disrupt early convolutional layers more effectively than perturbations performed in the time domain. The main challenge in adversarial attacks is to preserve low frequency image content while minimally changing the most meaningful high frequency content. To address this, we formulate an optimization problem using time-scale (wavelet) representations as a dual space in three steps. First, we project original images into orthonormal sub-spaces for low and high scales via wavelet coefficients. Second, we perturb wavelet coefficients for high scale projection using a generator network. Third, we generate new adversarial images by projecting back the original coefficients from the low scale and the perturbed coefficients from the high scale sub-space. We provide a theoretical framework that guarantees a dual mapping from time and time-scale domain representations. We compare our results with state-of-the-art black-box attacks from generative-based and gradient-based models. We also verify efficacy against multiple defense methods such as JPEG compression, Guided Denoiser and Comdefend. Our results show that wavelet-based perturbations consistently outperform time-based attacks thus providing new insights into vulnerabilities of deep learning models and could potentially lead to robust architectures or new defense and attack mechanisms by leveraging time-scale representations.
△ Less
Submitted 26 July, 2021;
originally announced July 2021.
-
Variational Encoder-based Reliable Classification
Authors:
Chitresh Bhushan,
Zhaoyuan Yang,
Nurali Virani,
Naresh Iyer
Abstract:
Machine learning models provide statistically impressive results which might be individually unreliable. To provide reliability, we propose an Epistemic Classifier (EC) that can provide justification of its belief using support from the training dataset as well as quality of reconstruction. Our approach is based on modified variational auto-encoders that can identify a semantically meaningful low-…
▽ More
Machine learning models provide statistically impressive results which might be individually unreliable. To provide reliability, we propose an Epistemic Classifier (EC) that can provide justification of its belief using support from the training dataset as well as quality of reconstruction. Our approach is based on modified variational auto-encoders that can identify a semantically meaningful low-dimensional space where perceptually similar instances are close in $\ell_2$-distance too. Our results demonstrate improved reliability of predictions and robust identification of samples with adversarial attacks as compared to baseline of softmax-based thresholding.
△ Less
Submitted 17 October, 2020; v1 submitted 19 February, 2020;
originally announced February 2020.
-
Justification-Based Reliability in Machine Learning
Authors:
Nurali Virani,
Naresh Iyer,
Zhaoyuan Yang
Abstract:
With the advent of Deep Learning, the field of machine learning (ML) has surpassed human-level performance on diverse classification tasks. At the same time, there is a stark need to characterize and quantify reliability of a model's prediction on individual samples. This is especially true in application of such models in safety-critical domains of industrial control and healthcare. To address th…
▽ More
With the advent of Deep Learning, the field of machine learning (ML) has surpassed human-level performance on diverse classification tasks. At the same time, there is a stark need to characterize and quantify reliability of a model's prediction on individual samples. This is especially true in application of such models in safety-critical domains of industrial control and healthcare. To address this need, we link the question of reliability of a model's individual prediction to the epistemic uncertainty of the model's prediction. More specifically, we extend the theory of Justified True Belief (JTB) in epistemology, created to study the validity and limits of human-acquired knowledge, towards characterizing the validity and limits of knowledge in supervised classifiers. We present an analysis of neural network classifiers linking the reliability of its prediction on an input to characteristics of the support gathered from the input and latent spaces of the network. We hypothesize that the JTB analysis exposes the epistemic uncertainty (or ignorance) of a model with respect to its inference, thereby allowing for the inference to be only as strong as the justification permits. We explore various forms of support (for e.g., k-nearest neighbors (k-NN) and l_p-norm based) generated for an input, using the training data to construct a justification for the prediction with that input. Through experiments conducted on simulated and real datasets, we demonstrate that our approach can provide reliability for individual predictions and characterize regions where such reliability cannot be ascertained.
△ Less
Submitted 14 November, 2021; v1 submitted 17 November, 2019;
originally announced November 2019.
-
Design of intentional backdoors in sequential models
Authors:
Zhaoyuan Yang,
Naresh Iyer,
Johan Reimann,
Nurali Virani
Abstract:
Recent work has demonstrated robust mechanisms by which attacks can be orchestrated on machine learning models. In contrast to adversarial examples, backdoor or trojan attacks embed surgically modified samples with targeted labels in the model training process to cause the targeted model to learn to misclassify chosen samples in the presence of specific triggers, while keeping the model performanc…
▽ More
Recent work has demonstrated robust mechanisms by which attacks can be orchestrated on machine learning models. In contrast to adversarial examples, backdoor or trojan attacks embed surgically modified samples with targeted labels in the model training process to cause the targeted model to learn to misclassify chosen samples in the presence of specific triggers, while keeping the model performance stable across other nominal samples. However, current published research on trojan attacks mainly focuses on classification problems, which ignores sequential dependency between inputs. In this paper, we propose methods to discreetly introduce and exploit novel backdoor attacks within a sequential decision-making agent, such as a reinforcement learning agent, by training multiple benign and malicious policies within a single long short-term memory (LSTM) network. We demonstrate the effectiveness as well as the damaging impact of such attacks through initial outcomes generated from our approach, employed on grid-world environments. We also provide evidence as well as intuition on how the trojan trigger and malicious policy is activated. Challenges with network size and unintentional triggers are identified and analogies with adversarial examples are also discussed. In the end, we propose potential approaches to defend against or serve as early detection for such attacks. Results of our work can also be extended to many applications of LSTM and recurrent networks.
△ Less
Submitted 26 February, 2019;
originally announced February 2019.
-
Nonlinear Unknown Input and State Estimation Algorithm in Mobile Robots
Authors:
Pinyao Guo,
Hunmin Kim,
Nurali Virani,
Jun Xu,
Minghui Zhu,
Peng Liu
Abstract:
This technical report provides the description and the derivation of a novel nonlinear unknown input and state estimation algorithm (NUISE) for mobile robots. The algorithm is designed for real-world robots with nonlinear dynamic models and subject to stochastic noises on sensing and actuation. Leveraging sensor readings and planned control commands, the algorithm detects and quantifies anomalies…
▽ More
This technical report provides the description and the derivation of a novel nonlinear unknown input and state estimation algorithm (NUISE) for mobile robots. The algorithm is designed for real-world robots with nonlinear dynamic models and subject to stochastic noises on sensing and actuation. Leveraging sensor readings and planned control commands, the algorithm detects and quantifies anomalies on both sensors and actuators. Later, we elaborate the dynamic models of two distinctive mobile robots for the purpose of demonstrating the application of NUISE. This report serves as a supplementary document for [1].
△ Less
Submitted 9 April, 2018;
originally announced April 2018.
-
Symbolic Analysis-based Reduced Order Markov Modeling of Time Series Data
Authors:
Devesh K Jha,
Nurali Virani,
Jan Reimann,
Abhishek Srivastav,
Asok Ray
Abstract:
This paper presents a technique for reduced-order Markov modeling for compact representation of time-series data. In this work, symbolic dynamics-based tools have been used to infer an approximate generative Markov model. The time-series data are first symbolized by partitioning the continuous measurement space of the signal and then, the discrete sequential data are modeled using symbolic dynamic…
▽ More
This paper presents a technique for reduced-order Markov modeling for compact representation of time-series data. In this work, symbolic dynamics-based tools have been used to infer an approximate generative Markov model. The time-series data are first symbolized by partitioning the continuous measurement space of the signal and then, the discrete sequential data are modeled using symbolic dynamics. In the proposed approach, the size of temporal memory of the symbol sequence is estimated from spectral properties of the resulting stochastic matrix corresponding to a first-order Markov model of the symbol sequence. Then, hierarchical clustering is used to represent the states of the corresponding full-state Markov model to construct a reduced-order or size Markov model with a non-deterministic algebraic structure. Subsequently, the parameters of the reduced-order Markov model are identified from the original model by making use of a Bayesian inference rule. The final model is selected using information-theoretic criteria. The proposed concept is elucidated and validated on two different data sets as examples. The first example analyzes a set of pressure data from a swirl-stabilized combustor, where controlled protocols are used to induce flame instabilities. Variations in the complexity of the derived Markov model represent how the system operating condition changes from a stable to an unstable combustion regime. In the second example, the data set is taken from NASA's data repository for prognostics of bearings on rotating shafts. We show that, even with a very small state-space, the reduced-order models are able to achieve comparable performance and that the proposed approach provides flexibility in the selection of a final model for representation and learning.
△ Less
Submitted 26 September, 2017;
originally announced September 2017.
-
Exploiting Physical Dynamics to Detect Actuator and Sensor Attacks in Mobile Robots
Authors:
Pinyao Guo,
Hunmin Kim,
Nurali Virani,
Jun Xu,
Minghui Zhu,
Peng Liu
Abstract:
Mobile robots are cyber-physical systems where the cyberspace and the physical world are strongly coupled. Attacks against mobile robots can transcend cyber defenses and escalate into disastrous consequences in the physical world. In this paper, we focus on the detection of active attacks that are capable of directly influencing robot mission operation. Through leveraging physical dynamics of mobi…
▽ More
Mobile robots are cyber-physical systems where the cyberspace and the physical world are strongly coupled. Attacks against mobile robots can transcend cyber defenses and escalate into disastrous consequences in the physical world. In this paper, we focus on the detection of active attacks that are capable of directly influencing robot mission operation. Through leveraging physical dynamics of mobile robots, we develop RIDS, a novel robot intrusion detection system that can detect actuator attacks as well as sensor attacks for nonlinear mobile robots subject to stochastic noises. We implement and evaluate a RIDS on Khepera mobile robot against concrete attack scenarios via various attack channels including signal interference, sensor spoofing, logic bomb, and physical damage. Evaluation of 20 experiments shows that the averages of false positive rates and false negative rates are both below 1%. Average detection delay for each attack remains within 0.40s.
△ Less
Submitted 5 August, 2017;
originally announced August 2017.
-
The Sudden Death of the Nearest Quasar
Authors:
Kevin Schawinski,
Daniel A. Evans,
Shanil Virani,
C. Megan Urry,
William C. Keel,
Priyamvada Natarajan,
Chris J. Lintott,
Anna Manning,
Paolo Coppi,
Sugata Kaviraj,
Steven P. Bamford,
Gyula I. G. Jozsa,
Michael Garrett,
Hanny van Arkel,
Pamela Gay,
Lucy Fortson
Abstract:
Galaxy formation is significantly modulated by energy output from supermassive black holes at the centers of galaxies which grow in highly efficient luminous quasar phases. The timescale on which black holes transition into and out of such phases is, however, unknown. We present the first measurement of the shutdown timescale for an individual quasar using X-ray observations of the nearby galaxy I…
▽ More
Galaxy formation is significantly modulated by energy output from supermassive black holes at the centers of galaxies which grow in highly efficient luminous quasar phases. The timescale on which black holes transition into and out of such phases is, however, unknown. We present the first measurement of the shutdown timescale for an individual quasar using X-ray observations of the nearby galaxy IC 2497, which hosted a luminous quasar no more than 70,000 years ago that is still seen as a light echo in `Hanny's Voorwerp', but whose present-day radiative output is lower by at least 2 and more likely by over 4 orders of magnitude. This extremely rapid shutdown provides new insights into the physics of accretion in supermassive black holes, and may signal a transition of the accretion disk to a radiatively inefficient state.
△ Less
Submitted 1 November, 2010;
originally announced November 2010.
-
Black hole growth and host galaxy morphology
Authors:
Kevin Schawinski,
C. Megan Urry,
Shanil Virani,
Paolo Coppi,
Steven P. Bamford,
Ezequiel Treister,
Chris J. Lintott,
Marc Sarzi,
William C. Keel,
Sugata Kaviraj,
Carolin N. Cardamone,
Karen L. Masters,
Nicholas P. Ross,
the Galaxy Zoo team
Abstract:
We use data from large surveys of the local Universe (SDSS+Galaxy Zoo) to show that the galaxy-black hole connection is linked to host morphology at a fundamental level. The fraction of early-type galaxies with actively growing black holes, and therefore the AGN duty cycle, declines significantly with increasing black hole mass. Late-type galaxies exhibit the opposite trend: the fraction of acti…
▽ More
We use data from large surveys of the local Universe (SDSS+Galaxy Zoo) to show that the galaxy-black hole connection is linked to host morphology at a fundamental level. The fraction of early-type galaxies with actively growing black holes, and therefore the AGN duty cycle, declines significantly with increasing black hole mass. Late-type galaxies exhibit the opposite trend: the fraction of actively growing black holes increases with black hole mass.
△ Less
Submitted 7 February, 2010;
originally announced February 2010.
-
Galaxy Zoo: The fundamentally different co-evolution of supermassive black holes and their early- and late-type host galaxies
Authors:
Kevin Schawinski,
C. Megan Urry,
Shanil Virani,
Paolo Coppi,
Steven P. Bamford,
Ezequiel Treister,
Chris J. Lintott,
Marc Sarzi,
William C. Keel,
Sugata Kaviraj,
Carolin N. Cardamone,
Karen L. Masters,
Nicholas P. Ross,
Dan Andreescu,
Phil Murray,
Robert C. Nichol,
M. Jordan Raddick,
Anze Slosar,
Alex S. Szalay,
Daniel Thomas,
Jan Vandenberg
Abstract:
We use data from the Sloan Digital Sky Survey and visual classifications of morphology from the Galaxy Zoo project to study black hole growth in the nearby Universe (z < 0.05) and to break down the AGN host galaxy population by color, stellar mass and morphology. We find that black hole growth at luminosities L_OIII >1E40 erg/s in early- and late-type galaxies is fundamentally different. AGN hos…
▽ More
We use data from the Sloan Digital Sky Survey and visual classifications of morphology from the Galaxy Zoo project to study black hole growth in the nearby Universe (z < 0.05) and to break down the AGN host galaxy population by color, stellar mass and morphology. We find that black hole growth at luminosities L_OIII >1E40 erg/s in early- and late-type galaxies is fundamentally different. AGN host galaxies as a population have a broad range of stellar masses (1E10-1E11 Msun), reside in the green valley of the color-mass diagram and their central black holes have median masses around 1E6.5 Msun. However, by comparing early- and late-type AGN host galaxies to their non-active counterparts, we find several key differences: in early-type galaxies, it is preferentially the galaxies with the least massive black holes that are growing, while late-type galaxies, it is preferentially the most massive}black holes that are growing. The duty cycle of AGN in early-type galaxies is strongly peaked in the green valley below the low-mass end (1E10 Msun) of the red sequence at stellar masses where there is a steady supply of blue cloud progenitors. The duty cycle of AGN in late-type galaxies on the other hand peaks in massive (1E11 Msun) green and red late-types which generally do not have a corresponding blue cloud population of similar mass. At high Eddington ratios (L/L_Edd > 0.1), the only population with a substantial fraction of AGN are the low-mass green valley early-type galaxies. Finally, the Milky Way likely resides in the "sweet spot" on the color-mass diagram where the AGN duty cycle of late-type galaxies is highest. We discuss the implications of these results for our understanding of the role of AGN in the evolution of galaxies
△ Less
Submitted 18 January, 2010;
originally announced January 2010.
-
The Hard X-Ray View of Reflection, Absorption, and the Disk-Jet Connection in the Radio-Loud AGN 3C 33
Authors:
D. A. Evans,
J. N. Reeves,
M. J. Hardcastle,
R. P. Kraft,
J. C. Lee,
S. N. Virani
Abstract:
We present results from Suzaku and Swift observations of the nearby radio galaxy 3C 33, and investigate the nature of absorption, reflection, and jet production in this source. We model the 0.5-100 keV nuclear continuum with a power law that is transmitted either through one or more layers of pc-scale neutral material, or through a modestly ionized pc-scale obscurer. The standard signatures of r…
▽ More
We present results from Suzaku and Swift observations of the nearby radio galaxy 3C 33, and investigate the nature of absorption, reflection, and jet production in this source. We model the 0.5-100 keV nuclear continuum with a power law that is transmitted either through one or more layers of pc-scale neutral material, or through a modestly ionized pc-scale obscurer. The standard signatures of reflection from a neutral accretion disk are absent in 3C 33: there is no evidence of a relativistically blurred Fe K$α$ emission line, and no Compton reflection hump above 10 keV. We find the upper limit to the neutral reflection fraction is R<0.41 for an e-folding energy of 1 GeV. We observe a narrow, neutral Fe K$α$ line, which is likely to originate at least 2,000 R_s from the black hole. We show that the weakness of reflection features in 3C 33 is consistent with two interpretations: either the inner accretion flow is highly ionized, or the black-hole spin configuration is retrograde with respect to the accreting material.
△ Less
Submitted 4 January, 2010;
originally announced January 2010.
-
The Space Density of Compton-thick AGN
Authors:
E. Treister,
C. M. Urry,
C. Cardamone,
S. Virani,
K. Schawinski,
E. Gawiser
Abstract:
We constrain the number density and evolution of Compton-thick Active Galactic Nuclei (AGN), and their contribution to the extragalactic X-ray background. In the local Universe we use the wide area surveys from the Swift and INTEGRAL satellites, while for high redshifts we explore candidate selections based on mid-IR parameters. We present the properties of a sample of 211 heavily-obscured AGN c…
▽ More
We constrain the number density and evolution of Compton-thick Active Galactic Nuclei (AGN), and their contribution to the extragalactic X-ray background. In the local Universe we use the wide area surveys from the Swift and INTEGRAL satellites, while for high redshifts we explore candidate selections based on mid-IR parameters. We present the properties of a sample of 211 heavily-obscured AGN candidates in the Extended Chandra Deep Field-South (ECDF-S) selecting objects with f24/fR>1000 and R-K>4.5. The X-ray to mid-IR ratios for these sources are significantly larger than that of star-forming galaxies and ~2 orders of magnitude smaller than for the general AGN population, suggesting column densities of NH>5x10^24 cm^-2. The space density of CT AGN at z~2 derived from these observations is ~10^-5 Mpc^{-3}, finding a strong evolution in the number of LX>10^44 erg/s sources from z=1.5 to 2.5.
△ Less
Submitted 15 December, 2009; v1 submitted 14 December, 2009;
originally announced December 2009.
-
Heavily Obscured AGN in Star-Forming Galaxies at z~2
Authors:
E. Treister,
C. Cardamone,
K. Schawinski,
C. M. Urry,
E. Gawiser,
S. Virani,
P. Lira,
J. Kartaltepe,
M Damen,
E. N. Taylor,
E. Le Floc'h,
Stephen Justham,
A. Koekemoer
Abstract:
We study the properties of a sample of 211 heavily-obscured Active Galactic Nucleus (AGN) candidates in the Extended Chandra Deep Field-South selecting objects with f_24/f_R>1000 and R-K>4.5. Of these, 18 were detected in X-rays and found to be obscured AGN with neutral hydrogen column densities of ~10^23 cm^-2. In the X-ray undetected sample, the following evidence suggests a large fraction of…
▽ More
We study the properties of a sample of 211 heavily-obscured Active Galactic Nucleus (AGN) candidates in the Extended Chandra Deep Field-South selecting objects with f_24/f_R>1000 and R-K>4.5. Of these, 18 were detected in X-rays and found to be obscured AGN with neutral hydrogen column densities of ~10^23 cm^-2. In the X-ray undetected sample, the following evidence suggests a large fraction of heavily-obscured (Compton Thick) AGN: (i) The stacked X-ray signal of the sample is strong, with an observed ratio of soft to hard X-ray counts consistent with a population of ~90% heavily obscured AGN combined with 10% star-forming galaxies. (ii) The X-ray to mid-IR ratios for these sources are significantly larger than that of star-forming galaxies and ~2 orders of magnitude smaller than for the general AGN population, suggesting column densities of N_H>5x10^24 cm^-2. (iii) The Spitzer near- and mid-IR colors of these sources are consistent with those of the X-ray-detected sample if the effects of dust self-absorption are considered. Spectral fitting to the rest-frame UV/optical light (dominated by the host galaxy) returns stellar masses of ~10^11 M_sun and <E(B-V)> =0.5, and reveals evidence for a significant young stellar population, indicating that these sources are experiencing considerable star-formation. This sample of heavily-obscured AGN candidates implies a space density at z~2 of ~10^-5 Mpc^-3, finding a strong evolution in the number of L_X>10^44 erg/s sources from z=1.5 to 2.5, possibly consistent with a short-lived heavily-obscured phase before an unobscured quasar is visible.
△ Less
Submitted 30 October, 2009;
originally announced November 2009.
-
Lyman-Alpha-Emitting Galaxies at z = 2.1 in ECDF-S: Building Blocks of Typical Present-day Galaxies?
Authors:
L. Guaita,
E. Gawiser,
N. Padilla,
H. Francke,
N. A. Bond,
C. Gronwall,
R. Ciardullo,
J. J. Feldmeier,
S. Sinawa,
G. A. Blanc,
S. Virani
Abstract:
We discovered a sample of 250 Ly-Alpha emitting (LAE) galaxies at z=2.1 in an ultra-deep 3727 A narrow-band MUSYC image of the Extended Chandra Deep Field-South. LAEs were selected to have rest-frame equivalent widths (EW) > 20 A and emission line fluxes > 2.0 x 10^(-17)erg /cm^2/s, after carefully subtracting the continuum contributions from narrow band photometry. The median flux of our sample…
▽ More
We discovered a sample of 250 Ly-Alpha emitting (LAE) galaxies at z=2.1 in an ultra-deep 3727 A narrow-band MUSYC image of the Extended Chandra Deep Field-South. LAEs were selected to have rest-frame equivalent widths (EW) > 20 A and emission line fluxes > 2.0 x 10^(-17)erg /cm^2/s, after carefully subtracting the continuum contributions from narrow band photometry. The median flux of our sample is 4.2 x 10^(-17)erg/cm^2/s, corresponding to a median Lya luminosity = 1.3 x 10^(42) erg/s at z=2.1. At this flux our sample is > 90% complete. Approximately 4% of the original NB-selected candidates were detected in X-rays by Chandra, and 7% were detected in the rest-frame far-UV by GALEX. At luminosity>1.3 x 10^42 erg/s, the equivalent width distribution is unbiased and is represented by an exponential with scale-length of 83+/-10 A. Above this same luminosity threshold, we find a number density of 1.5+/-0.5 x 10^-3 Mpc^-3. Neither the number density of LAEs nor the scale-length of their EW distribution show significant evolution from z=3 to z=2. We used the rest frame UV luminosity to estimate a median star formation rate of 4 M_(sun) /yr. The median rest frame UV slope, parametrized by B-R, is that typical of dust-free, 0.5-1 Gyr old or moderately dusty, 300-500 Myr old populations. Approximately 40% of the sample occupies the z~2 star-forming galaxy locus in the UVR two color diagram. Clustering analysis reveals that LAEs at z=2.1 have r_0=4.8+/-0.9 Mpc and a bias factor b=1.8+/-0.3. This implies that z=2.1 LAEs reside in dark matter halos with median masses Log(M/M_(sun))=11.5^(+0.4)_(-0.5), which are among of the lowest-mass halos yet probed at this redshift. We used the Sheth-Tormen conditional mass function to study the descendants of these LAEs and found that their typical present-day descendants are local galaxies with L* properties, like the Milky Way.
△ Less
Submitted 9 March, 2010; v1 submitted 12 October, 2009;
originally announced October 2009.
-
Suzaku Observations of the Radio Galaxy 3C 33
Authors:
Daniel A. Evans,
James N. Reeves,
Martin J. Hardcastle,
Ralph P. Kraft,
Julia C. Lee,
Shanil N. Virani
Abstract:
We present results from a new 100-ks Suzaku observation of the nearby radio galaxy 3C 33, and investigate the nature of absorption, reflection, and jet production in this source. We model the 2-70 keV nuclear continuum with a power law that is absorbed either through one or more layers of pc-scale neutral material, or through a modestly ionized pc-scale obscurer. The expected signatures of refle…
▽ More
We present results from a new 100-ks Suzaku observation of the nearby radio galaxy 3C 33, and investigate the nature of absorption, reflection, and jet production in this source. We model the 2-70 keV nuclear continuum with a power law that is absorbed either through one or more layers of pc-scale neutral material, or through a modestly ionized pc-scale obscurer. The expected signatures of reflection from a neutral accretion disk are absent in 3C 33: there is no evidence of a relativistically blurred Fe K$α$ emission line, and no Compton reflection hump above 10 keV. We discuss the implications of this for the nature of jet production in 3C 33.
△ Less
Submitted 20 September, 2009;
originally announced September 2009.
-
Galaxy Zoo : 'Hanny's Voorwerp', a quasar light echo?
Authors:
Chris Lintott,
Kevin Schawinski,
William Keel,
Hanny van Arkel,
Nicola Bennert,
Edward Edmondson,
Daniel Thomas,
Daniel Smith,
Peter Herbert,
Matt Jarvis,
Shanil Virani,
Dan Andreescu,
Steven Bamford,
Kate Land,
Phil Murray,
Robert Nichol,
Jordan Raddick,
Anze Slosar,
Alex Szalay,
Jan Vandenberg
Abstract:
We report the discovery of an unusual object near the spiral galaxy IC 2497, discovered by visual inspection of the Sloan Digital Sky Survey (SDSS) as part of the Galaxy Zoo project. The object, known as Hanny's Voorwerp, is bright in the SDSS g band due to unusually strong OIII 4959-5007 emission lines. We present the results of the first targeted observations of the object in the optical, UV a…
▽ More
We report the discovery of an unusual object near the spiral galaxy IC 2497, discovered by visual inspection of the Sloan Digital Sky Survey (SDSS) as part of the Galaxy Zoo project. The object, known as Hanny's Voorwerp, is bright in the SDSS g band due to unusually strong OIII 4959-5007 emission lines. We present the results of the first targeted observations of the object in the optical, UV and X-ray, which show that the object contains highly ionized gas. Although the line ratios are similar to extended emission-line regions near luminous AGN, the source of this ionization is not apparent. The emission-line properties, and lack of x-ray emission from IC 2497, suggest either a highly obscured AGN with a novel geometry arranged to allow photoionization of the object but not the galaxy's own circumnuclear gas, or, as we argue, the first detection of a quasar light echo. In this case, either the luminosity of the central source has decreased dramatically or else the obscuration in the system has increased within 10^5 years. This object may thus represent the first direct probe of quasar history on these timescales.
△ Less
Submitted 29 June, 2009;
originally announced June 2009.
-
The Space Density of Compton Thick AGN and the X-ray Background
Authors:
E. Treister,
C. Megan Urry,
Shanil Virani
Abstract:
We constrain the number density and evolution of Compton-thick Active Galactic Nuclei (AGN). In the local Universe we use the wide area surveys from the Swift and INTEGRAL satellites, while for high redshifts we explore candidate selections based on a combination of X-ray and mid-IR parameters. We find a significantly lower space density of Compton-thick AGN in the local Universe than expected f…
▽ More
We constrain the number density and evolution of Compton-thick Active Galactic Nuclei (AGN). In the local Universe we use the wide area surveys from the Swift and INTEGRAL satellites, while for high redshifts we explore candidate selections based on a combination of X-ray and mid-IR parameters. We find a significantly lower space density of Compton-thick AGN in the local Universe than expected from published AGN population synthesis models to explain the X-ray background. This can be explained by the numerous degeneracies in the parameters of those models; we use the high-energy surveys described here to remove those degeneracies. We show that only direct observations of CT AGN can currently constrain the number of heavily-obscured supermassive black holes. At high redshift, the inclusion of IR-selected Compton-thick AGN candidates leads to a much higher space density, implying (a) a different (steeper) evolution for these sources compared to less-obscured AGN, (b) that the IR selection includes a large number of interlopers, and/or (c) that there is a large number of reflection-dominated AGN missed in the INTEGRAL and Swift observations. The contribution of CT AGN to the X-ray background is small, ~9%, with a comparable contribution to the total cosmic accretion, unless reflection-dominated CT AGN significantly outnumber transmission-dominated CT AGN, in which case their contribution can be much higher. Using estimates derived here for the accretion luminosity over cosmic time we estimate the local mass density in supermassive black holes and find a good agreement with available constraints for an accretion efficiency of ~10%. Transmission-dominated CT AGN contribute only ~8% to total black hole growth.
△ Less
Submitted 3 February, 2009;
originally announced February 2009.
-
Do Moderate-Luminosity Active Galactic Nuclei Suppress Star Formation?
Authors:
Kevin Schawinski,
Shanil Virani,
Brooke Simmons,
C. Megan Urry,
Ezequiel Treister,
Sugata Kaviraj,
Bronika Kushkuley
Abstract:
The growth of supermassive black holes and their host galaxies are thought to be linked, but the precise nature of this symbiotic relationship is still poorly understood. Both observations and simulations of galaxy formation suggest that the energy input from active galactic nuclei (AGN), as the central supermassive black hole accretes material and grows, heats the interstellar material and supp…
▽ More
The growth of supermassive black holes and their host galaxies are thought to be linked, but the precise nature of this symbiotic relationship is still poorly understood. Both observations and simulations of galaxy formation suggest that the energy input from active galactic nuclei (AGN), as the central supermassive black hole accretes material and grows, heats the interstellar material and suppresses star formation. In this Letter, we show that most host galaxies of moderate-luminosity supermassive black holes in the local universe have intermediate optical colors that imply the host galaxies are transitioning from star formation to quiescence, the first time this has been shown to be true for all AGN independent of obscuration. The intermediate colors suggest that star formation in the host galaxies ceased roughly 100 Myr ago. This result indicates that either the AGN are very long-lived, accreting for more than 1 Gyr beyond the end of star formation, or there is a ~100 Myr time delay between the shutdown of star formation and detectable black hole growth. The first explanation is unlikely given current estimates for AGN lifetimes, so low-lumiosity AGN must shut down star formation before substantial black hole accretion activity is detected. The scarcity of AGN host galaxies in the blue cloud reported here challenges scenarios where significant star formation and black hole growth are coeval. Lastly, these observations also strongly support the `Unified Model' of AGN as the host galaxy colors are independent of obscuration towards the central engine.
△ Less
Submitted 24 January, 2009; v1 submitted 12 January, 2009;
originally announced January 2009.
-
Optical Spectroscopy of X-ray sources in the Extended Chandra Deep Field South
Authors:
E. Treister,
S. Virani,
E. Gawiser,
C. M. Urry,
P. Lira,
H. Francke,
G. A. Blanc,
C. N. Cardamone,
M. Damen,
E. N. Taylor,
K. Schawinski
Abstract:
We present the first results of our optical spectroscopy program aimed to provide redshifts and identifications for the X-ray sources in the Extended Chandra Deep Field South. A total of 339 sources were targeted using the IMACS spectrograph at the Magellan telescopes and the VIMOS spectrograph at the VLT. We measured redshifts for 186 X-ray sources, including archival data and a literature sear…
▽ More
We present the first results of our optical spectroscopy program aimed to provide redshifts and identifications for the X-ray sources in the Extended Chandra Deep Field South. A total of 339 sources were targeted using the IMACS spectrograph at the Magellan telescopes and the VIMOS spectrograph at the VLT. We measured redshifts for 186 X-ray sources, including archival data and a literature search. We find that the AGN host galaxies have on average redder rest-frame optical colors than non-active galaxies, and that they live mostly in the "green valley". The dependence of the fraction of AGN that are obscured on both luminosity and redshift is confirmed at high significance and the observed AGN space density is compared with the expectations from existing luminosity functions. These AGN show a significant difference in the mid-IR to X-ray flux ratio for obscured and unobscured AGN, which can be explained by the effects of dust self-absorption on the former. This difference is larger for lower luminosity sources, which is consistent with the dust opening angle depending on AGN luminosity.
△ Less
Submitted 20 November, 2008; v1 submitted 21 October, 2008;
originally announced October 2008.
-
Mid-infrared Properties and Color Selection for X-ray Detected AGN in the MUSYC ECDF-S field
Authors:
Carolin N. Cardamone,
C. Megan Urry,
Maaike Damen,
Pieter van Dokkum,
Ezequiel Treister,
Ivo Labbé,
Shanil N. Virani,
Paulina Lira,
Eric Gawiser
Abstract:
We present the mid-infrared colors of X-ray-detected AGN and explore mid-infrared selection criteria. Using a statistical matching technique, the likelihood ratio, over 900 IRAC counterparts were identified with a new MUSYC X-ray source catalog that includes ~1000 published X-ray sources in the Chandra Deep Field-South and Extended Chandra Deep Field-South. Most X-ray-selected AGN have IRAC spec…
▽ More
We present the mid-infrared colors of X-ray-detected AGN and explore mid-infrared selection criteria. Using a statistical matching technique, the likelihood ratio, over 900 IRAC counterparts were identified with a new MUSYC X-ray source catalog that includes ~1000 published X-ray sources in the Chandra Deep Field-South and Extended Chandra Deep Field-South. Most X-ray-selected AGN have IRAC spectral shapes consistent with power-law slopes, f_{nu} ~ nu^{alpha}, and display a wide range of colors, -2 < alpha < 2. Although X-ray sources typically fit to redder (more negative alpha) power-laws than non-X-ray detected galaxies, more than 50% do have flat or blue (galaxy-like) spectral shapes in the observed 3-8 micron band. Only a quarter of the X-ray selected AGN detected at 24 micron are well fit by featureless red power laws in the observed 3.6-24 micron, likely the subset of our sample whose infrared spectra are dominated by emission from the central AGN region. Most IRAC color-selection criteria fail to identify the majority of X-ray-selected AGN, finding only the more luminous AGN, the majority of which have broad emission lines. In deep surveys, these color-selection criteria select 10-20% of the entire galaxy population and miss many moderate luminosity AGN.
△ Less
Submitted 3 March, 2008;
originally announced March 2008.
-
A cgi synthetic CMD calculator for the YY Isochrones
Authors:
P. Demarque,
S. N. Virani,
E. J. Murphy,
J. -H. Woo,
Y. -C. Kim,
S. K. Yi
Abstract:
We describe a web-based cgi calculator for constructing synthetic color-magnitude diagrams for a simple stellar population (SSP) using the Yonsei-Yale (YY) isochrone data base. This calculator is designed to be used interactively. It creates quick look CMD displays in (B-V) and (V-I) colors. Stochastic effects on the CMDs are included. Output in tabular form is also provided for special purpose…
▽ More
We describe a web-based cgi calculator for constructing synthetic color-magnitude diagrams for a simple stellar population (SSP) using the Yonsei-Yale (YY) isochrone data base. This calculator is designed to be used interactively. It creates quick look CMD displays in (B-V) and (V-I) colors. Stochastic effects on the CMDs are included. Output in tabular form is also provided for special purpose displays, or for combining the CMDs of different stellar populations. This research tool has applications in studies of the stellar content of our Galaxy and external systems. It provides an easy way to interpret the CMDs in resolved stellar populations. It offers the means to explore the dependence of the integrated properties of unresolved stellar systems on stellar parameters (ages, chemical composition, binarity) and on the characteristics of their parent population (IMF slope and mass range).
△ Less
Submitted 2 January, 2008;
originally announced January 2008.
-
Ly Alpha-Emitting Galaxies at z=3.1: L* Progenitors Experiencing Rapid Star Formation
Authors:
Eric Gawiser,
Harold Francke,
Kamson Lai,
Kevin Schawinski,
Caryl Gronwall,
Robin Ciardullo,
Ryan Quadri,
Alvaro Orsi,
L. Felipe Barrientos,
Guillermo A. Blanc,
Giovanni Fazio,
John J. Feldmeier,
Jia-Sheng Huang,
Leopoldo Infante,
Paulina Lira,
Nelson Padilla,
Edward N. Taylor,
Ezequiel Treister,
C. Megan Urry,
Pieter G. van Dokkum,
Shanil N. Virani
Abstract:
We studied the clustering properties and multiwavelength spectral energy distributions of a complete sample of 162 Ly Alpha-Emitting (LAE) galaxies at z=3.1 discovered in deep narrow-band MUSYC imaging of the Extended Chandra Deep Field South. LAEs were selected to have observed frame equivalent widths >80A and emission line fluxes >1.5E-17 erg/cm^2/s. Only 1% of our LAE sample appears to host A…
▽ More
We studied the clustering properties and multiwavelength spectral energy distributions of a complete sample of 162 Ly Alpha-Emitting (LAE) galaxies at z=3.1 discovered in deep narrow-band MUSYC imaging of the Extended Chandra Deep Field South. LAEs were selected to have observed frame equivalent widths >80A and emission line fluxes >1.5E-17 erg/cm^2/s. Only 1% of our LAE sample appears to host AGN. The LAEs exhibit a moderate spatial correlation length of r_0=3.6+0.8-1.0 Mpc, corresponding to a bias factor b=1.7+0.3-0.4, which implies median dark matter halo masses of log10(M_med) = 10.9+0.5-0.9 M_sun. Comparing the number density of LAEs, (1.5+-0.3)E-3/Mpc^3, with the number density of these halos finds a mean halo occupation ~1-10%. The evolution of galaxy bias with redshift implies that most z=3.1 LAEs evolve into present-day galaxies with L<2.5L*, whereas other z>3 galaxy populations typically evolve into more massive galaxies. Halo merger trees show that z=0 descendants occupy halos with a wide range of masses, with a median descendant mass close to that of L*. Only 30% of LAEs have sufficient stellar mass (>~3E9 M_sun) to yield detections in deep Spitzer-IRAC imaging. A two-population SED fit to the stacked UBVRIzJK+[3.6,4.5,5.6,8.0]micron fluxes of the IRAC-undetected objects finds that the typical LAE has low stellar mass (1.0+0.6-0.4 E9 M_sun), moderate star formation rate (2+-1 M_sun/yr), a young component age of 20+30-10 Myr, and little dust (A_V<0.2). The best fit model has 20% of the mass in the young stellar component, but models without evolved stars are also allowed.
△ Less
Submitted 14 October, 2007;
originally announced October 2007.
-
The UV colours of high-redshift early-type galaxies: evidence for recent star formation and stellar mass assembly over the last 8 billion years
Authors:
S. Kaviraj,
S. Khochfar,
K. Schawinski,
S. K. Yi,
E. Gawiser,
J. Silk,
S. N. Virani,
C. Cardamone,
P. G. van Dokkum,
C. M. Urry
Abstract:
We combine deep UBVRIzJK photometry from the Multiwavelength Survey by Yale-Chile (MUSYC) with redshifts from the COMBO-17 survey to perform a large-scale study of the rest-frame ultraviolet (UV) properties of 674 high-redshift (0.5<z<1) early-type galaxies, drawn from the Extended Chandra Deep Field South (E-CDFS). Galaxy morphologies are determined through visual inspection of Hubble Space Tel…
▽ More
We combine deep UBVRIzJK photometry from the Multiwavelength Survey by Yale-Chile (MUSYC) with redshifts from the COMBO-17 survey to perform a large-scale study of the rest-frame ultraviolet (UV) properties of 674 high-redshift (0.5<z<1) early-type galaxies, drawn from the Extended Chandra Deep Field South (E-CDFS). Galaxy morphologies are determined through visual inspection of Hubble Space Telescope (HST) images taken from the GEMS survey. We harness the sensitivity of the UV to young (<1 Gyr old) stars to quantify the recent star formation history of early-type galaxies across a range of luminosities (-23.5 < M(V) < -18). Comparisons to simple stellar populations forming at high redshift indicate that only ~1.1 percent of early-types in this sample are consistent with purely passive ageing since z=2. Parametrising the recent star formation (RSF) in terms of the mass fraction of stars less than a Gyr old, we find that the early-type population as a whole shows a typical RSF between 5 and 13% in the redshift range 0.5<z<1. Early-types on the UV red sequence show RSF values less than 5% while the reddest early-types are virtually quiescent with RSF values of ~1%. We find compelling evidence that early-types of all luminosities form stars over the lifetime of the Universe, although the bulk of their star formation is already complete at high redshift. This tail-end of star formation is measurable and not negligible, with luminous (-23<M(V)<-20.5) early-types potentially forming 10-15% of their mass since z=1, with their less luminous (M(V)>-20.5) counterparts potentially forming 30-60 percent of their mass in the same redshift range. (abridged)
△ Less
Submitted 6 September, 2007;
originally announced September 2007.
-
The hot stars in orbit around the M31 central supermassive black hole: are they young or old?
Authors:
Pierre Demarque,
Shanil Virani
Abstract:
AIMS: The cluster of hot stars observed in orbit around the central black hole of M31 has been interpreted as a 200 Myr starburst. The formation of a population of young stars in close proximity to a massive black hole presents a difficult challenge to star formation theory. We point out that in a high stellar density environment, the course of stellar evolution is modified by frequent collision…
▽ More
AIMS: The cluster of hot stars observed in orbit around the central black hole of M31 has been interpreted as a 200 Myr starburst. The formation of a population of young stars in close proximity to a massive black hole presents a difficult challenge to star formation theory. We point out that in a high stellar density environment, the course of stellar evolution is modified by frequent collisions and mergers. METHODS: Blue stragglers, which are the results of mergers in globular clusters, occupy the same position in the color-magnitude diagram as the observed hot stars in M31. For confirmation, the integrated spectrum of P3 is shown to be compatible with the spectral energy distribution of a blue horizontal branch field star. RESULTS: We suggest an old stellar population of evolved blue horizontal-branch stars and of merger products cannot be ruled out on the basis of the available data. Observations are suggested that would help distinguish between a ``young'' and ``old'' stellar population interpretation of the observations.
△ Less
Submitted 5 October, 2006; v1 submitted 13 March, 2006;
originally announced March 2006.
-
The Physical Nature of Lyman Alpha Emitting Galaxies at z=3.1
Authors:
Eric Gawiser,
Pieter G. van Dokkum,
Caryl Gronwall,
Robin Ciardullo,
Guillermo A. Blanc,
Francisco J. Castander,
John Feldmeier,
Harold Francke,
Marijn Franx,
Lutz Haberzettl,
David Herrera,
Thomas Hickey,
Leopoldo Infante,
Paulina Lira,
Jose Maza,
Ryan Quadri,
Alexander Richardson,
Kevin Schawinski,
Mischa Schirmer,
Edward N. Taylor,
Ezequiel Treister,
C. Megan Urry,
Shanil N. Virani
Abstract:
We selected 40 candidate Lyman Alpha Emitting galaxies (LAEs) at z ~=3.1 with observed frame equivalent widths >150A and inferred emission line fluxes >2.5x10^-17 ergs/cm^2/s from deep narrow-band and broad-band MUSYC images of the Extended Chandra Deep Field South. Covering 992 sq. arcmin, this is the largest ``blank field'' surveyed for LAEs at z ~3, allowing an improved estimate of the space…
▽ More
We selected 40 candidate Lyman Alpha Emitting galaxies (LAEs) at z ~=3.1 with observed frame equivalent widths >150A and inferred emission line fluxes >2.5x10^-17 ergs/cm^2/s from deep narrow-band and broad-band MUSYC images of the Extended Chandra Deep Field South. Covering 992 sq. arcmin, this is the largest ``blank field'' surveyed for LAEs at z ~3, allowing an improved estimate of the space density of this population of 3+-1x10^-4 h_70^3/Mpc^3. Spectroscopic follow-up of 23 candidates yielded 18 redshifts, all at z ~=3.1. Over 80% of the LAEs are dimmer in continuum magnitude than the typical Lyman break galaxy spectroscopic limit of R= 25.5 (AB), with a median continuum magnitude R ~=27 and very blue continuum colors, (V-z) ~=0. Over 80% of the LAEs have the right UVR colors to be selected as Lyman break galaxies, but only 10% also have R<=25.5. Stacking the UBVRIzJK fluxes reveals that LAEs have stellar masses ~=5x10^8 h_70^-2 M_sun and minimal dust extinction, A_V < ~ 0.1. Inferred star formation rates are ~=6 h_70^-2 M_sun/yr, yielding a cosmic star formation rate density of 2x10^-3 h_70 M_sun/yr/Mpc^3. None of our LAE candidates show evidence for rest-frame emission line equivalent widths EW_rest>240A which might imply a non-standard IMF. One candidate is detected by Chandra, implying an AGN fraction of 2+-2% for LAE candidate samples. In summary, LAEs at z ~ 3 have rapid star formation, low stellar mass, little dust obscuration and no evidence for a substantial AGN component.
△ Less
Submitted 23 March, 2006; v1 submitted 9 March, 2006;
originally announced March 2006.
-
The Extended Chandra Deep Field-South Survey: Optical Properties of X-ray Detected Sources
Authors:
Shanil Virani,
Ezequiel Treister,
C. Megan Urry,
Eric Gawiser,
the MUSYC Collaboration
Abstract:
The Extended Chandra Deep Field-South (E-CDF-S) survey consists of 4 Chandra ACIS-I pointings and covers ~1100 square arcminutes (~0.3 deg^2) centered on the original CDF-S field to a depth of approximately 228 ks (PI: Niel Brandt; Lehmer et al, 2005). This is the largest Chandra survey ever conducted at such depth. In our analysis (Virani et al, 2005), we detect 651 unique sources -- 587 using…
▽ More
The Extended Chandra Deep Field-South (E-CDF-S) survey consists of 4 Chandra ACIS-I pointings and covers ~1100 square arcminutes (~0.3 deg^2) centered on the original CDF-S field to a depth of approximately 228 ks (PI: Niel Brandt; Lehmer et al, 2005). This is the largest Chandra survey ever conducted at such depth. In our analysis (Virani et al, 2005), we detect 651 unique sources -- 587 using a conservative source detection limit and 64 using a lower source detection limit. Of these 651 sources, 561 are detected in the full 0.5--8.0 keV band, 529 in the soft 0.5--2.0 keV band, and 335 in the hard 2.0--8.0 keV band. For point sources near the aim point, the limiting fluxes are approximately $1.7 \times 10^{-16}$ $\rm{erg cm^{-2} s^{-1}}$ and $3.9 \times 10^{-16}$ $\rm{erg cm^{-2} s^{-1}}$ in the 0.5--2.0 keV and 2.0--8.0 keV bands, respectively. We present the optical properties of these X-ray sources, specifically the R-band magnitude distribution and a preliminary spectroscopic redshift distribution. One exciting result is the discovery of 7 new Extreme X-ray-to-Optical flux ratio objects (EXOs) found in the E-CDF-S field.
△ Less
Submitted 1 November, 2005;
originally announced November 2005.
-
The Extended Chandra Deep Field-South Survey: X-ray Point-Source Catalog
Authors:
Shanil Virani,
Ezequiel Treister,
C. Megan Urry,
Eric Gawiser
Abstract:
The Extended Chandra Deep Field-South (ECDFS) survey consists of 4 Chandra ACIS-I pointings and covers $\approx$ 1100 square arcminutes ($\approx$ 0.3 deg$^2$) centered on the original CDF-S field to a depth of approximately 228 ks. This is the largest Chandra survey ever conducted at such depth, and only one XMM-Newton survey reaches a lower flux limit in the hard 2.0--8.0 keV band. We detect 6…
▽ More
The Extended Chandra Deep Field-South (ECDFS) survey consists of 4 Chandra ACIS-I pointings and covers $\approx$ 1100 square arcminutes ($\approx$ 0.3 deg$^2$) centered on the original CDF-S field to a depth of approximately 228 ks. This is the largest Chandra survey ever conducted at such depth, and only one XMM-Newton survey reaches a lower flux limit in the hard 2.0--8.0 keV band. We detect 651 unique sources -- 587 using a conservative source detection threshold and 64 using a lower source detection threshold. These are presented as two separate catalogs. Of the 651 total sources, 561 are detected in the full 0.5--8.0 keV band, 529 in the soft 0.5--2.0 keV band, and 335 in the hard 2.0--8.0 keV band. For point sources near the aim point, the limiting fluxes are approximately $1.7 \times 10^{-16}$ $\rm{erg cm^{-2} s^{-1}}$ and $3.9 \times 10^{-16}$ $\rm{erg cm^{-2} s^{-1}}$ in the 0.5--2.0 keV and 2.0--8.0 keV bands, respectively. Using simulations, we determine the catalog completeness as a function of flux and assess uncertainties in the derived fluxes due to incomplete spectral information. We present the differential and cumulative flux distributions, which are in good agreement with the number counts from previous deep X-ray surveys and with the predictions from an AGN population synthesis model that can explain the X-ray background. In general, fainter sources have harder X-ray spectra, consistent with the hypothesis that these sources are mainly obscured AGN.
△ Less
Submitted 30 January, 2006; v1 submitted 23 June, 2005;
originally announced June 2005.
-
Chandra measurement of the X-ray spectrum of a quasar at z=5.99
Authors:
Daniel A. Schwartz,
Shanil N. Virani
Abstract:
We report the first measurement of the X-ray spectrum of the z = 5.99 quasar SDSSp J130608.26+035626.3 from a 120 ks observation by the Chandra ACIS-S instrument. Between 0.5 and 7 keV, corresponding to 3.5--49 keV in the quasar rest frame, we find an energy index of 0.86 +/- 0.2, consistent with the typical indices found for radio quiet quasars at lower redshifts, and inconsistent with the inde…
▽ More
We report the first measurement of the X-ray spectrum of the z = 5.99 quasar SDSSp J130608.26+035626.3 from a 120 ks observation by the Chandra ACIS-S instrument. Between 0.5 and 7 keV, corresponding to 3.5--49 keV in the quasar rest frame, we find an energy index of 0.86 +/- 0.2, consistent with the typical indices found for radio quiet quasars at lower redshifts, and inconsistent with the index required to match the diffuse X-ray background. We have a weak indication of a redshifted Fe-K line. In comparing the counting rate between an earlier, short observation and the longer observation reported here, we find evidence for source variability at the 99.9% confidence level. We note that other nearby X-ray sources would bias the measured alpha_{ox} = 1.70 by -0.09 if the X-ray flux were determined from within a 60" extraction circle. Our results for the energy index and the alpha_{ox} are consistent with no strong evolution in the active galactic nucleus emission mechanism with redshift out to z ~ 6, and therefore with the picture that massive black holes have already formed less than 1 Gyr after the big bang.
△ Less
Submitted 5 October, 2004;
originally announced October 2004.
-
The Flight Spectral Response of the ACIS Instrument
Authors:
Paul P. Plucinsky,
Norbert S. Schulz,
Herman L. Marshall,
Catherine E. Grant,
George Chartas,
Divas Sanwal,
Marcus A. Teter,
Alexey A. Vikhlinin,
Richard J. Edgar,
Michael W. Wise,
Glenn E. Allen,
Shanil N. Virani,
Joseph M. DePasquale,
Michael T. Raley
Abstract:
We discuss the flight calibration of the spectral response of the Advanced CCD Imaging Spectrometer (ACIS) on-board the Chandra X-ray Observatory (CXO). The spectral resolution and sensitivity of the ACIS instrument have both been evolving over the course of the mission. The spectral resolution of the frontside-illuminated (FI) CCDs changed dramatically in the first month of the mission due to r…
▽ More
We discuss the flight calibration of the spectral response of the Advanced CCD Imaging Spectrometer (ACIS) on-board the Chandra X-ray Observatory (CXO). The spectral resolution and sensitivity of the ACIS instrument have both been evolving over the course of the mission. The spectral resolution of the frontside-illuminated (FI) CCDs changed dramatically in the first month of the mission due to radiation damage. Since that time, the spectral resolution of the FI CCDs and the backside-illuminated (BI) CCDs have evolved gradually with time. We demonstrate the efficacy of charge-transfer inefficiency (CTI) correction algorithms which recover some of the lost performance. The detection efficiency of the ACIS instrument has been declining throughout the mission, presumably due to a layer of contamination building up on the filter and/or CCDs. We present a characterization of the energy dependence of the excess absorption and demonstrate software which models the time dependence of the absorption from energies of 0.4 keV and up. The spectral redistribution function and the detection efficiency are well-characterized at energies from 1.5 to 8.0 keV. The calibration at energies below 1.5 keV is challenging because of the lack of strong lines in the calibration source and also because of the inherent non-linear dependence with energy of the CTI and the absorption by the contamination layer. We have been using data from celestial sources with relatively simple spectra to determine the quality of the calibration below 1.5 keV. The analysis of these observations demonstrate that the CTI correction recovers a significant fraction of the spectral resolution of the FI CCDs and the models of the time-dependent absorption result in consistent measurements of the flux at low energies for data from a BI (S3) CCD.
△ Less
Submitted 24 September, 2002; v1 submitted 9 September, 2002;
originally announced September 2002.
-
Monitoring the Health and Safety of the ACIS Instrument On-Board the Chandra X-ray Observatory
Authors:
Shanil N. Virani,
Peter G. Ford,
Joseph M. DePasquale,
Paul P. Plucinsky
Abstract:
The Chandra X-ray Observatory (CXO), NASA's latest ``Great Observatory'', was launched on July 23, 1999 and reached its final orbit on August 7, 1999. The CXO is in a highly elliptical orbit, approximately 140,000 km x 10,000 km, and has a period of approximately 63.5 hours (~2.65 days). Communication with the CXO nominally consists of 1-hour contacts spaced 8-hours apart. Thus, once a communica…
▽ More
The Chandra X-ray Observatory (CXO), NASA's latest ``Great Observatory'', was launched on July 23, 1999 and reached its final orbit on August 7, 1999. The CXO is in a highly elliptical orbit, approximately 140,000 km x 10,000 km, and has a period of approximately 63.5 hours (~2.65 days). Communication with the CXO nominally consists of 1-hour contacts spaced 8-hours apart. Thus, once a communication link has been established, it is very important that the health and safety status of the scientific instruments as well as the Observatory itself be determined as quickly as possible.
In this paper, we focus exclusively on the automated health and safety monitoring scripts developed for the Advanced CCD Imaging Spectrometer (ACIS) to use during those 1-hour contacts. ACIS is one of the two focal plane instruments on-board the CXO. We present an overview of the real-time ACIS Engineering Data Web Page and the alert schemes developed for monitoring the instrument status during each communication contact. A suite of HTML and PERL scripts monitors the instrument hardware house-keeping electronics (i.e., voltages and currents) and temperatures during each contact. If a particular instrument component is performing either above or below pre-established operating parameters, a sequence of email and alert pages are spawned to the Science Operations Team of the Chandra X-ray Observatory Center so that the anomaly can be quickly investigated and corrective actions taken if necessary. We also briefly discuss the tools used to monitor the real-time science telemetry reported by the ACIS flight software.
The authors acknowledge support for this research from NASA contract NAS8-39073.
△ Less
Submitted 6 September, 2002;
originally announced September 2002.
-
The temporal characteristics of the Chandra X-ray Observatory high energy particle background
Authors:
Catherine E. Grant,
Mark W. Bautz,
Shanil N. Virani
Abstract:
It was observed early on in the Chandra X-ray Observatory mission that the background rates of the Advanced CCD Imaging Spectrometer (ACIS) were highly variable on both short and long timescales. We present analysis of lightcurves of the high energy (> 15 keV) ACIS background spanning most of the mission lifetime. These high energy events are not produced by astrophysical X-rays, but by the part…
▽ More
It was observed early on in the Chandra X-ray Observatory mission that the background rates of the Advanced CCD Imaging Spectrometer (ACIS) were highly variable on both short and long timescales. We present analysis of lightcurves of the high energy (> 15 keV) ACIS background spanning most of the mission lifetime. These high energy events are not produced by astrophysical X-rays, but by the particle background, primarily energetic protons. Temporal characteristics of both the quiescent background and background flares will be discussed as well as correlations with Chandra's orbital position and the solar activity cycle. The strength and frequency of background flares appear cyclic with a quasi-annual period, most likely from the motion of Chandra's orbit through the geomagnetic environment.
△ Less
Submitted 4 February, 2002;
originally announced February 2002.
-
Analysis of On-Orbit ACIS Squeegee Mode Data on Chip I0
Authors:
Shanil N. Virani,
Paul P. Plucinsky,
Catherine E. Grant,
Beverly LaMarr
Abstract:
The MIT and CXC ACIS teams have explored a number of measures to ameliorate the effects of radiation damage suffered by the ACIS FI CCDs. One of these measures is a novel CCD read-out method called ``squeegee mode''. A variety of different implementations of the squeegee mode have now been tested on the I0 CCD.
Our results for the fitted FWHM at Al-K$α$ and Mn-K$α$ clearly demonstrate that all…
▽ More
The MIT and CXC ACIS teams have explored a number of measures to ameliorate the effects of radiation damage suffered by the ACIS FI CCDs. One of these measures is a novel CCD read-out method called ``squeegee mode''. A variety of different implementations of the squeegee mode have now been tested on the I0 CCD.
Our results for the fitted FWHM at Al-K$α$ and Mn-K$α$ clearly demonstrate that all the squeegee modes provide improved performance in terms of reducing CTI and improving spectral resolution. Our analysis of the detection efficiency shows that the so-called squeegee modes ``Vanilla'' and ``Maximum Observing Efficiency'' provide the same detection efficiency as the standard clocking, once the decay in the intensity of the radioactive source has been taken into account. The squeegee modes which utilize the slow parallel transfer (``Maximum Spectral Resolution'', ``Maximum Angular Resolution'', and ``Sub-Array'') show a significantly lower detection efficiency than the standard clocking. The slow parallel transfer squeegee modes exhibit severe grade migration from flight grade 0 to flight grade 64 and a smaller migration into ASCA g7. The latter effect can explain some of the drop in detection efficiency. (ABRIDGED ABSTRACT)
△ Less
Submitted 3 December, 2001;
originally announced December 2001.
-
The Low-Energy Spectral Response of the ACIS CCDs
Authors:
Paul P. Plucinsky,
Richard J. Edgar,
Shanil N. Virani,
Leisa K. Townsley,
Patrick S. Broos
Abstract:
The flight calibration of the spectral response of the Advanced CCD Imaging Spectrometer (ACIS) below 1.5 keV is difficult because of the lack of strong lines in the calibration source on-board the Chandra X-ray Observatory. We have been using 1E0102.2-7219 (the brightest supernova remnant in the SMC) to evaluate the ACIS response matrices, since this remnant has strong lines of O, Ne and Mg bel…
▽ More
The flight calibration of the spectral response of the Advanced CCD Imaging Spectrometer (ACIS) below 1.5 keV is difficult because of the lack of strong lines in the calibration source on-board the Chandra X-ray Observatory. We have been using 1E0102.2-7219 (the brightest supernova remnant in the SMC) to evaluate the ACIS response matrices, since this remnant has strong lines of O, Ne and Mg below 1.5 keV. The spectrum of 1E0102.2-7219 has been well-characterized using the gratings on Chandra and XMM. We have used the high-resolution spectral data from both gratings instruments to develop a spectral model for the CCD spectra. Fits with this model are sensitive to any problems with the gain calibration and the spectral redistribution model. We have fit the data with the latest response matrix for the S3 device released in August 2001 (available in CALDB 2.7 or higher). We have also applied the charge-transfer inefficiency (CTI) correction software (version 1.37) developed at Penn State to both the Backside-illuminated (BI) and Front-side illuminated (FI) data and fit the data with the associated CTI-corrected response matrices. All fits show a significant improvement in the low energy response with the new matrices. The fits to the FI CCDs demonstrate the utility of the FI CCDs for spectral analysis, in spite of the radiation damage the devices suffered early in the mission.
△ Less
Submitted 19 November, 2001;
originally announced November 2001.
-
A CCD Study of the Environment of Seyfert Galaxies: III. Host Galaxies and the Nearby Environments
Authors:
S. N. Virani,
M. M. De Robertis,
M. L. VanDalfsen
Abstract:
A technique is described that permits the robust decomposition of the bulge and disk components of a sample of Seyfert galaxies, as well as a (control) sample of non-active galaxies matched to the Seyferts in the distributions of redshift, luminosity and morphological classification. The structural parameters of the host galaxies in both samples are measured. No statistically significant differe…
▽ More
A technique is described that permits the robust decomposition of the bulge and disk components of a sample of Seyfert galaxies, as well as a (control) sample of non-active galaxies matched to the Seyferts in the distributions of redshift, luminosity and morphological classification. The structural parameters of the host galaxies in both samples are measured. No statistically significant differences at greater than the 95% level are found in these parameters according to a K-S test.
``Companion galaxies'' --- defined as any galaxy within a projected separation of 200 h^{-1} kpc from the center of the host --- are identified and their basic properties measured. A comparison between the active and control samples in the distributions of apparent R magnitude, absolute R magnitude (assuming the ``companions'' are at the distance of the host), projected separation from the host, position angle relative to the host, magnitude difference between the companion and host, and strength of the tidal parameter, show no statistically significant differences.
Similarly, no statistically significant differences are found between the control and active sample host galaxies in terms of light asymmetries --- bars, rings, isophotal twisting, etc. The implications for a model in which interactions and mergers are responsible for inciting activity in galactic nuclei are discussed briefly.
△ Less
Submitted 3 July, 2000;
originally announced July 2000.
-
The Chandra X-ray Observatory Resolves the X-ray Morphology and Spectra of a Jet in PKS 0637-752
Authors:
G. Chartas,
D. M. Worrall,
M. Birkinshaw,
M. Cresitello-Dittmar,
W. Cui,
K. K. Ghosh,
D. E. Harris,
E. J. Hooper,
D. L. Jauncey,
D. - W. Kim,
J. Lovell,
H. L. Marshall,
S. Mathur,
D. A. Schwartz,
S. J. Tingay,
S. N. Virani,
B. J. Wilkes
Abstract:
The core-dominated radio-loud quasar PKS 0637-752 (z = 0.654) was the first celestial object observed with the Chandra X-ray Observatory, offering the early surprise of the detection of a remarkable X-ray jet. Several observations with a variety of detector configurations contribute to a total exposure time with the Chandra Advanced CCD Imaging Spectrometer (ACIS; Garmire et al. 2000, in prepara…
▽ More
The core-dominated radio-loud quasar PKS 0637-752 (z = 0.654) was the first celestial object observed with the Chandra X-ray Observatory, offering the early surprise of the detection of a remarkable X-ray jet. Several observations with a variety of detector configurations contribute to a total exposure time with the Chandra Advanced CCD Imaging Spectrometer (ACIS; Garmire et al. 2000, in preparation) of about 100ks. A spatial analysis of all the available X-ray data, making use of Chandra's spatial resolving power of about 0.4 arcsec, reveals a jet that extends about 10 arcsec to the west of the nucleus. At least four X-ray knots are resolved along the jet, which contains about 5% of the overall X-ray luminosity of the source. Previous observations of PKS 0637-752 in the radio band (Tingay et al. 1998) had identified a kpc-scale radio jet extending to the West of the quasar. The X-ray and radio jets are similar in shape, intensity distribution, and angular structure out to about 9 arcsec, after which the X-ray brightness decreases more rapidly and the radio jet turns abruptly to the north. The X-ray luminosity of the total source is log Lx ~ 45.8 erg/s (2 - 10keV), and appears not to have changed since it was observed with ASCA in November 1996. We present the results of fitting a variety of emission models to the observed spectral distribution, comment on the non-existence of emission lines recently reported in the ASCA observations of PKS 0637-752, and briefly discuss plausible X-ray emission mechanisms.
△ Less
Submitted 10 May, 2000;
originally announced May 2000.
-
The Chandra X-Ray Observatory's Radiation Environment and the AP-8/AE-8 Model
Authors:
Shanil N. Virani,
Reinhold Mueller-Mellin,
Paul P. Plucinsky,
Yousaf M. Butt
Abstract:
The Chandra X-ray Observatory (CXO) was launched on July 23, 1999 and reached its final orbit on August 7, 1999. The CXO is in a highly elliptical orbit, approximately 140,000 km x 10,000 km, and has a period of approximately 63.5 hours (~ 2.65 days). It transits the Earth's Van Allen belts once per orbit during which no science observations can be performed due to the high radiation environment…
▽ More
The Chandra X-ray Observatory (CXO) was launched on July 23, 1999 and reached its final orbit on August 7, 1999. The CXO is in a highly elliptical orbit, approximately 140,000 km x 10,000 km, and has a period of approximately 63.5 hours (~ 2.65 days). It transits the Earth's Van Allen belts once per orbit during which no science observations can be performed due to the high radiation environment. The Chandra X-ray Observatory Center (CXC) currently uses the National Space Science Data Center's ``near Earth'' AP-8/AE-8 radiation belt model to predict the start and end times of passage through the radiation belts. However, our scheduling software uses only a simple dipole model of the Earth's magnetic field. The resulting B, L magnetic coordinates, do not always give sufficiently accurate predictions of the start and end times of transit of the Van Allen belts. We show this by comparing to the data from Chandra's on-board radiation monitor, the EPHIN (Electron, Proton, Helium Instrument particle detector) instrument. We present evidence that demonstrates this mis-timing of the outer electron radiation belt as well as data that also demonstrate the significant variablity of one radiation belt transit to the next as experienced by the CXO. We also present an explanation for why the dipole implementation of the AP-8/AE-8 model is not ideally suited for the CXO. Lastly, we provide a brief discussion of our on-going efforts to identify a model that accounts for radiation belt variability, geometry, and one that can be used for observation scheduling purposes.
△ Less
Submitted 12 April, 2000;
originally announced April 2000.
-
Chandra X-Ray Detection of the Radio Hotspots of 3C295
Authors:
D. E. Harris,
P. E. J. Nulsen,
T. P. Ponman,
M. Bautz,
R. A. Cameron,
L. P. David,
R. H. Donnelly,
W. R. Forman,
L. Grego,
M. J. Hardcastle,
J. P. Henry,
C. Jones,
J. P. Leahy,
M. Markevitch,
A. R. Martel,
B. R. McNamara,
P. Mazzotta,
W. Tucker,
S. N. Virani,
J. Vrtilek
Abstract:
An observation of the radio galaxy 3C295 during the calibration phase of the Chandra X-ray Observatory reveals X-ray emission from the core of the galaxy, from each of the two prominent radio hotspots, and from the previously known cluster gas. We discuss the possible emission processes for the hotspots and argue that a synchrotron self-Compton model is preferred for most or all of the observed…
▽ More
An observation of the radio galaxy 3C295 during the calibration phase of the Chandra X-ray Observatory reveals X-ray emission from the core of the galaxy, from each of the two prominent radio hotspots, and from the previously known cluster gas. We discuss the possible emission processes for the hotspots and argue that a synchrotron self-Compton model is preferred for most or all of the observed X-ray emission. SSC models with near equipartition fields thus explain the X-ray emission from the hotspots in the two highest surface brightness FRII radio galaxies, Cygnus A and 3C295. This lends weight to the assumption of equipartition and suggests that relativistic protons do not dominate the particle energy density.
△ Less
Submitted 19 November, 1999;
originally announced November 1999.