Source author record

Daniel Castro

Daniel Castro appears in the imported research catalog. Authorship, coauthor and topic links are available while profile ownership is still unclaimed.

ResearcherUnclaimed source record

Catalog footprint

What is connected

27works
8topics
4close collaborators

Actions

Connect this record

Log in to claim

Research graph

See the researcher in context

Open full explorer

Inspect adjacent papers, topics, institutions and collaborators without losing the researcher page.

Building this map preview

BZPEER is loading the nearby papers, people, topics and institutions for this page.

Published work

27 published item(s)

preprint2026arXiv

The Advanced X-ray Imaging Satellite (AXIS) Community Science Book

The AXIS Community Science Book represents the collective effort of 592 scientists worldwide to define the transformative science enabled by the Advanced X-ray Imaging Satellite (AXIS), a next-generation X-ray mission selected by NASA's Astrophysics Probe Program for Phase A study. AXIS will advance the legacy of high-angular-resolution X-ray astronomy with ~1.5'' imaging over a wide 24' field of view and an order of magnitude greater collecting area than Chandra in the 0.3-12 keV band. Combining sharp imaging, high throughput, and rapid response capabilities, AXIS will open new windows on virtually every aspect of modern astrophysics, exploring the birth and growth of supermassive black holes, the feedback processes that shape galaxies, the life cycles of stars and exoplanet environments, and the nature of compact stellar remnants, supernova remnants, and explosive transients. This book compiles 138 community-contributed science cases developed by five Science Working Groups focused on AGN and supermassive black holes, galaxy evolution and feedback, compact objects and supernova remnants, stellar physics and exoplanets, and time-domain and multi-messenger astrophysics. Together, these studies establish the scientific foundation for next-generation X-ray exploration in the 2030s and highlight strong synergies with facilities of the 2030s, such as JWST, Roman, Rubin/LSST, SKA, ALMA, ngVLA, and next-generation gravitational-wave and neutrino networks.

preprint2022arXiv

Incremental Fermi Large Area Telescope Fourth Source Catalog

We present an incremental version (4FGL-DR3, for Data Release 3) of the fourth Fermi-LAT catalog of gamma-ray sources. Based on the first twelve years of science data in the energy range from 50 MeV to 1 TeV, it contains 6658 sources. The analysis improves on that used for the 4FGL catalog over eight years of data: more sources are fit with curved spectra, we introduce a more robust spectral parameterization for pulsars, and we extend the spectral points to 1 TeV. The spectral parameters, spectral energy distributions, and associations are updated for all sources. Light curves are rebuilt for all sources with 1 yr intervals (not 2 month intervals). Among the 5064 original 4FGL sources, 16 were deleted, 112 are formally below the detection threshold over 12 yr (but are kept in the list), while 74 are newly associated, 10 have an improved association, and seven associations were withdrawn. Pulsars are split explicitly between young and millisecond pulsars. Pulsars and binaries newly detected in LAT sources, as well as more than 100 newly classified blazars, are reported. We add three extended sources and 1607 new point sources, mostly just above the detection threshold, among which eight are considered identified, and 699 have a plausible counterpart at other wavelengths. We discuss degree-scale residuals to the global sky model and clusters of soft unassociated point sources close to the Galactic plane, which are possibly related to limitations of the interstellar emission model and missing extended sources.

preprint2022arXiv

The forward and reverse shock dynamics of Cassiopeia A

We report on proper motion measurements of the forward- and reverse-shock regions of the supernova remnant Cassiopeia A (Cas A), including deceleration/acceleration measurements of the forward shock. The measurements combine 19 years of observations with the Chandra X-ray Observatory, using the 4.2-6 keV continuum band, preferentially targeting X-ray synchrotron radiation. The average expansion rate is $0.218 \pm 0.029$%yr$^{-1}$ for the forward shock, corresponding to a velocity of $\approx 5800$ km/s. The time derivative of the proper motions indicates deceleration in the east, and an acceleration up to $1.1\times 10^{-4}$ yr$^{-2}$ in the western part. The reverse shock moves outward in the East, but in the West it moves toward the center with an expansion rate of $-0.0225\pm 0.0007$ %yr$^{-1}$, corresponding to $-1884\pm 17$ km/s. In the West the reverse shock velocity in the ejecta frame is $\gtrsim 3000$ km/s, peaking at $\sim 8000$ km/s, explaining the presence of X-ray synchrotron emitting filaments there. The backward motion of the reverse shock can be explained by either a scenario in which the forward shock encountered a partial, dense, wind shell, or one in which the shock transgressed initially through a lopsided cavity, created during a brief Wolf-Rayet star phase. Both scenarios are consistent with the local acceleration of the forward shock. Finally we report on the proper motion of the northeastern jet, using both the X-ray continuum band, and the Si XIII K-line emission band. We find expansion rates of respectively 0.21%yr$^{-1}$ and 0.24%yr$^{-1}$, corresponding to velocities at the tip of the X-ray jet of 7830--9200 km/s.

preprint2020arXiv

Evidence of Particle Acceleration in the Superbubble 30 Doradus C with NuSTAR

We present evidence of diffuse, non-thermal X-ray emission from the superbubble 30 Doradus C (30 Dor C) using hard X-ray images and spectra from NuSTAR observations. For this analysis, we utilize data from a 200 ks targeted observation of 30 Dor C as well as 2.8 Ms of serendipitous off-axis observations from the monitoring of nearby SN 1987A. The complete shell of 30 Dor C is detected up to 20 keV, and the young supernova remnant MCSNR J0536-6913 in the southeast of 30 Dor C is not detected above 8 keV. Additionally, six point sources identified in previous Chandra and XMM-Newton investigations have hard X-ray emission coincident with their locations. Joint spectral fits to the NuSTAR and XMM-Newton spectra across the 30 Dor C shell confirm the non-thermal nature of the diffuse emission. Given the best-fit rolloff frequencies of the X-ray spectra, we find maximum electron energies of 70-110 TeV (assuming a B-field strength of 4$μ$G), suggesting 30 Dor C is accelerating particles. Particles are either accelerated via diffusive shock acceleration at locations where the shocks have not stalled behind the H$α$ shell, or cosmic-rays are accelerated through repeated acceleration of low-energy particles via turbulence and magnetohydrodynamic waves in the bubble's interior.

preprint2019arXiv

HeTM: Transactional Memory for Heterogeneous Systems

Modern heterogeneous computing architectures, which couple multi-core CPUs with discrete many-core GPUs (or other specialized hardware accelerators), enable unprecedented peak performance and energy efficiency levels. Unfortunately, though, developing applications that can take full advantage of the potential of heterogeneous systems is a notoriously hard task. This work takes a step towards reducing the complexity of programming heterogeneous systems by introducing the abstraction of Heterogeneous Transactional Memory (HeTM). HeTM provides programmers with the illusion of a single memory region, shared among the CPUs and the (discrete) GPU(s) of a heterogeneous system, with support for atomic transactions. Besides introducing the abstract semantics and programming model of HeTM, we present the design and evaluation of a concrete implementation of the proposed abstraction, which we named Speculative HeTM (SHeTM). SHeTM makes use of a novel design that leverages on speculative techniques and aims at hiding the inherently large communication latency between CPUs and discrete GPUs and at minimizing inter-device synchronization overhead. SHeTM is based on a modular and extensible design that allows for easily integrating alternative TM implementations on the CPU's and GPU's sides, which allows the flexibility to adopt, on either side, the TM implementation (e.g., in hardware or software) that best fits the applications' workload and the architectural characteristics of the processing unit. We demonstrate the efficiency of the SHeTM via an extensive quantitative study based both on synthetic benchmarks and on a porting of a popular object caching system.

preprint2016arXiv

Discovering Picturesque Highlights from Egocentric Vacation Videos

We present an approach for identifying picturesque highlights from large amounts of egocentric video data. Given a set of egocentric videos captured over the course of a vacation, our method analyzes the videos and looks for images that have good picturesque and artistic properties. We introduce novel techniques to automatically determine aesthetic features such as composition, symmetry and color vibrancy in egocentric videos and rank the video frames based on their photographic qualities to generate highlights. Our approach also uses contextual information such as GPS, when available, to assess the relative importance of each geographic location where the vacation videos were shot. Furthermore, we specifically leverage the properties of egocentric videos to improve our highlight detection. We demonstrate results on a new egocentric vacation dataset which includes 26.5 hours of videos taken over a 14 day vacation that spans many famous tourist destinations and also provide results from a user-study to access our results.

preprint2016arXiv

The Refined Shock Velocity of the X-Ray Filaments in the RCW 86 Northeast Rim

A precise measurement of shock velocities is crucial for constraining the mechanism and efficiency of cosmic-ray (CR) acceleration at supernova remnant (SNR) shock fronts. The northeastern rim of the SNR RCW 86 is thought to be a particularly efficient CR acceleration site, owing to the recent result in which an extremely high shock velocity of ~6000 km/s was claimed (Helder et al. 2009). Here we revisit the same SNR rim with the Chandra X-ray Observatory, 11 years after the first observation. This longer baseline than previously available allows us to determine a more accurate proper motion of the nonthermal X-ray filament, revealing a much lower velocity of 3000 \pm 340 km/s (and even slower at a brighter region). Although the value has dropped to a half of that from the previous X-ray measurement, it is still higher than the mean velocity of the H-alpha filaments in this region (~1200 km/s). This discrepancy implies that the filaments bright in nonthermal X-rays and H-alpha emission trace different velocity components, and thus a CR pressure constrained by combining the X-ray kinematics and the H-alpha spectroscopy can easily be overestimated. We also measure the proper motion of the thermal X-ray filament immediately to the south of the nonthermal one. The inferred velocity (720 \pm 360 km/s) is significantly lower than that of the nonthermal filament, suggesting the presence of denser ambient material, possibly a wall formed by a wind from the progenitor, which has drastically slowed down the shock.

preprint2015arXiv

FERMI-LAT Observations of Supernova Remnant G5.7-0.1, Believed to be Interacting with Molecular Clouds

This work reports on the detection of $γ$-ray emission coincident with the supernova remnant (SNR) SNR G5.7-0.1 using data collected by the Large Area Telescope aboard the Fermi Gamma-ray Space Telescope. The SNR is believed to be interacting with molecular clouds, based on 1720 MHz hydroxyl (OH) maser emission observations in its direction. This interaction is expected to provide targets for the production of $γ$-ray emission from $π^0$-decay. A $γ$-ray source was observed in the direction of SNR G5.7-0.1, positioned nearby the bright $γ$-ray source SNR W28. We model the emission from radio to $γ$-ray energies using a one-zone model. Following consideration of both $π^0$-decay and leptonically dominated emission scenarios for the MeV-TeV source, we conclude that a considerable component of the $γ$-ray emission must originate from the $π^0$-decay channel. Finally, constraints were placed on the reported ambiguity of the SNR distance through X-ray column density measurements made using XMM-Newton observations. We conclude SNR G5.7-0.1 is a significant $γ$-ray source positioned at a distance of $\sim 3$ kpc with luminosity in the 0.1--100 GeV range of $L_γ \approx 7.4 \times 10^{34}$ erg/s.

preprint2015arXiv

Multi-wavelength analysis of the Galactic supernova remnant MSH 11-61A

Due to its centrally bright X-ray morphology and limb brightened radio profile, MSH 11-61A (G290.1-0.8) is classified as a mixed morphology supernova remnant (SNR). H$\textsc{i}$ and CO observations determined that the SNR is interacting with molecular clouds found toward the north and southwest regions of the remnant. In this paper we report on the detection of $γ$-ray emission coincident with MSH 11-61A, using 70 months of data from the Large Area Telescope on board the \textit{Fermi Gamma-ray Space Telescope}. To investigate the origin of this emission, we perform broadband modelling of its non-thermal emission considering both leptonic and hadronic cases and concluding that the $γ$-ray emission is most likely hadronic in nature. Additionally we present our analysis of a 111 ks archival \textit{Suzaku} observation of this remnant. Our investigation shows that the X-ray emission from MSH 11-61A arises from shock-heated ejecta with the bulk of the X-ray emission arising from a recombining plasma, while the emission towards the east arises from an ionising plasma.

preprint2015arXiv

Predicting Daily Activities From Egocentric Images Using Deep Learning

We present a method to analyze images taken from a passive egocentric wearable camera along with the contextual information, such as time and day of week, to learn and predict everyday activities of an individual. We collected a dataset of 40,103 egocentric images over a 6 month period with 19 activity classes and demonstrate the benefit of state-of-the-art deep learning techniques for learning and predicting daily activities. Classification is conducted using a Convolutional Neural Network (CNN) with a classification method we introduce called a late fusion ensemble. This late fusion ensemble incorporates relevant contextual information and increases our classification accuracy. Our technique achieves an overall accuracy of 83.07% in predicting a person's activity across the 19 activity classes. We also demonstrate some promising results from two additional users by fine-tuning the classifier with one day of training data.

preprint2015arXiv

Searching for keV Sterile Neutrino Dark Matter with X-ray Microcalorimeter Sounding Rockets

High-resolution X-ray spectrometers onboard suborbital sounding rockets can search for dark matter candidates that produce X-ray lines, such as decaying keV-scale sterile neutrinos. Even with exposure times and effective areas far smaller than XMM-Newton and Chandra observations, high-resolution, wide field-of-view observations with sounding rockets have competitive sensitivity to decaying sterile neutrinos. We analyze a subset of the 2011 observation by the X-ray Quantum Calorimeter instrument centered on Galactic coordinates l = 165, b = -5 with an effective exposure of 106 seconds, obtaining a limit on the sterile neutrino mixing angle of sin^2(2 theta) < 7.2e-10 at 95% CL for a 7 keV neutrino. Better sensitivity at the level of sin^2(2 theta) ~ 2.1e-11 at 95\% CL for a 7 keV neutrino is achievable with future 300-second observations of the galactic center by the Micro-X instrument, providing a definitive test of the sterile neutrino interpretation of the reported 3.56 keV excess from galaxy clusters.

preprint2014arXiv

A method for context-based adaptive QRS clustering in real-time

Continuous follow-up of heart condition through long-term electrocardiogram monitoring is an invaluable tool for diagnosing some cardiac arrhythmias. In such context, providing tools for fast locating alterations of normal conduction patterns is mandatory and still remains an open issue. This work presents a real-time method for adaptive clustering QRS complexes from multilead ECG signals that provides the set of QRS morphologies that appear during an ECG recording. The method processes the QRS complexes sequentially, grouping them into a dynamic set of clusters based on the information content of the temporal context. The clusters are represented by templates which evolve over time and adapt to the QRS morphology changes. Rules to create, merge and remove clusters are defined along with techniques for noise detection in order to avoid their proliferation. To cope with beat misalignment, Derivative Dynamic Time Warping is used. The proposed method has been validated against the MIT-BIH Arrhythmia Database and the AHA ECG Database showing a global purity of 98.56% and 99.56%, respectively. Results show that our proposal not only provides better results than previous offline solutions but also fulfills real-time requirements.

preprint2014arXiv

Discriminating the Progenitor Type of Supernova Remnants with Iron K-Shell Emission

Supernova remnants (SNRs) retain crucial information about both their parent explosion and circumstellar material left behind by their progenitor. However, the complexity of the interaction between supernova ejecta and ambient medium often blurs this information, and it is not uncommon for the basic progenitor type (Ia or core-collapse) of well-studied remnants to remain uncertain. Here we present a powerful new observational diagnostic to discriminate between progenitor types and constrain the ambient medium density of SNRs solely using Fe K-shell X-ray emission. We analyze all extant Suzaku observations of SNRs and detect Fe K alpha emission from 23 young or middle-aged remnants, including five first detections (IC 443, G292.0+1.8, G337.2-0.7, N49, and N63A). The Fe K alpha centroids clearly separate progenitor types, with the Fe-rich ejecta in Type Ia remnants being significantly less ionized than in core-collapse SNRs. Within each progenitor group, the Fe K alpha luminosity and centroid are well correlated, with more luminous objects having more highly ionized Fe. Our results indicate that there is a strong connection between explosion type and ambient medium density, and suggest that Type Ia supernova progenitors do not substantially modify their surroundings at radii of up to several parsecs. We also detect a K-shell radiative recombination continuum of Fe in W49B and IC 443, implying a strong circumstellar interaction in the early evolutionary phases of these core-collapse remnants.

preprint2014arXiv

Fermi-LAT Observations of Supernova Remnant Kesteven 79

In this paper we report on the detection of $γ$-ray emission coincident with the Galactic supernova remnant Kesteven 79 (Kes 79). We analysed approximately 52 months of data obtained with the Large Area Telescope (LAT) on board the Fermi Gamma-ray Space Telescope. Kes 79 is thought to be interacting with adjacent molecular clouds based on the presence of strong $^{12}$CO J = 1 $\rightarrow$ 0 and HCO$^{+}$ J = 1 $\rightarrow$ 0 emission and the detection of 1720 MHz line emission towards the east of the remnant. Acceleration of cosmic rays is expected to occur at SNR shocks, and SNRs interacting with dense molecular clouds provide a good testing ground for detecting and analysing the production of $γ$-rays from the decay of $π^0$ into two $γ$-ray photons. This analysis investigates $γ$-ray emission coincident with Kes 79, which has a detection significance of $\sim 7 σ$. Additionally we present an investigation of the spatial and spectral characteristics of Kes 79 using multiple archival XMM-Newton observations of this remnant. We determine the global X-ray properties of Kes 79 and estimate the ambient density across the remnant. We also performed a similar analysis for Galactic SNR Kesteven 78 (Kes 78), but due to large uncertainties in the $γ$-ray background model, no conclusion can be made about an excess of GeV $γ$-ray associated with the remnant.

preprint2014arXiv

Identification of a Jet-Driven Supernova Remnant in the Small Magellanic Cloud: Possible Evidence for the Enhancement of Bipolar Explosions at Low Metallicity

Recent evidence has suggested that the supernova remnant (SNR) 0104-72.3 in the Small Magellanic Cloud (SMC) may be the result of a prompt Type Ia SN based on enhanced iron abundances and its association with a star-forming region. In this paper, we present evidence that SNR 0104-72.3 arose from a jet-driven bipolar core-collapse SN. Specifically, we use serendipitous Chandra X-ray Observatory data of SNR 0104-72.3 taken due to its proximity to the calibration source SNR E0102-72.3. We analyze 56 Advanced CCD Imaging Spectrometer (ACIS) observations of SNR 0104-72.3 to produce imaging and spectra with an effective exposure of 528.6 ks. We demonstrate that SNR 0104-72.3 is highly elliptical relative to other nearby young SNRs, suggesting a core-collapse SN origin. Furthermore, we compare ejecta abundances derived from spectral fits to nucleosynthetic yields of Type Ia and core-collapse (CC) SNe, and we find that the iron, neon, and silicon abundances are consistent with either a spherical CC SN of a 18-20 solar mass progenitor or an aspherical CC SN of a 25 solar mass progenitor. We show that the star-formation history at the site of SNR 0104-72.3 is also consistent with a CC origin. Given the bipolar morphology of the SNR, we favor the aspherical CC SN scenario. This result may suggest jet-driven SNe occur frequently in the low-metallicity environment of the SMC, consistent with the observational and theoretical work on broad-line Type Ic SNe and long-duration gamma-ray bursts.

preprint2014arXiv

The Role of Stellar Feedback in the Dynamics of HII Regions

Stellar feedback is often cited as the biggest uncertainty in galaxy formation models today. This uncertainty stems from a dearth of observational constraints as well as the great dynamic range between the small scales (<1 pc) where the feedback occurs and the large scales of galaxies (>1 kpc) that are shaped by this feedback. To bridge this divide, in this paper we aim to assess observationally the role of stellar feedback at the intermediate scales of HII regions. In particular, we employ multiwavelength data to examine several stellar feedback mechanisms in a sample of 32 HII regions in the Large and Small Magellanic Clouds (LMC and SMC, respectively). Using optical, infrared, radio, and X-ray images, we measure the pressures exerted on the shells from the direct stellar radiation, the dust-processed radiation, the warm ionized gas, and the hot X-ray emitting gas. We find that the warm ionized gas dominates over the other terms in all of the sources, although two have comparable dust-processed radiation pressures to their warm gas pressures. The hot gas pressures are comparatively weak, while the direct radiation pressures are 1-2 orders of magnitude below the other terms. We discuss the implications of these results, particularly highlighting evidence for hot gas leakage from the HII shells and regarding the momentum deposition from the dust-processed radiation to the warm gas. Furthermore, we emphasize that similar observational work should be done on very young HII regions to test whether direct radiation pressure and hot gas can drive the dynamics at early times.

preprint2013arXiv

A Chandra View Of Nonthermal Emission In The Northwestern Region Of Supernova Remnant RCW 86: Particle Acceleration And Magnetic Fields

The shocks of supernova remnants (SNRs) are believed to accelerate particles to cosmic ray (CR) energies. The amplification of the magnetic field due to CRs propagating in the shock region is expected to have an impact on both the emission from the accelerated particle population, as well as the acceleration process itself. Using a 95 ks observation with the Advanced CCD Imaging Spectrometer (ACIS) onboard the Chandra X-ray Observatory, we map and characterize the synchrotron emitting material in the northwestern region of RCW 86. We model spectra from several different regions, filamentary and diffuse alike, where emission appears dominated by synchrotron radiation. The fine spatial resolution of Chandra allows us to obtain accurate emission profiles across 3 different non-thermal rims in this region. The narrow width (l = 10''-30'') of these filaments constrains the minimum magnetic field strength at the post-shock region to be approximately 80 μG.

preprint2013arXiv

Fermi LAT Observations of Supernova Remnants Interacting with Molecular Clouds: W41, MSH 17-39, and G337.0-0.1

We report the detection of gamma-ray emission coincident with three supernova remnants (SNRs) using data from the Large Area Telescope on board the Fermi Gamma-ray Space Telescope. W41, MSH 17-39, and G337.0-0.1 are SNRs known to be interacting with molecular clouds, as evidenced by observations of hydroxyl (OH) maser emission at 1720 MHz in their directions and other observational information. SNR shocks are expected to be sites of cosmic ray acceleration, and clouds of dense material can provide effective targets for production of gamma-rays from neutral pion-decay. The observations reveal unresolved sources in the direction of G337.0-0.1, and MSH 17-39, and an extended source coincident with W41. We model their broadband emission (radio to gamma-ray) using a simple one-zone model, and after considering scenarios in which the MeV-TeV sources originate from either neutral pion-decay or leptonic emission, we conclude that the gamma-rays are most likely produced through the hadronic channel.

preprint2013arXiv

High-Energy Emission from the Composite Supernova Remnant MSH 15-56

MSH 15-56 (G326.3-1.8) is a composite supernova remnant (SNR) that consists of an SNR shell and a displaced pulsar wind nebula (PWN) in the radio. We present XMM-Newton and Chandra X-ray observations of the remnant that reveal a compact source at the tip of the radio PWN and complex structures that provide evidence for mixing of the supernova (SN) ejecta with PWN material following a reverse shock interaction. The X-ray spectra are well fitted by a non-thermal power-law model whose photon index steepens with distance from the presumed pulsar, and a thermal component with an average temperature of 0.55 keV. The enhanced abundances of silicon and sulfur in some regions, and the similar temperature and ionization timescale, suggest that much of the X-ray emission can be attributed to SN ejecta that have either been heated by the reverse shock or swept up by the PWN. We find one region with a lower temperature of 0.3 keV that appears to be in ionization equilibrium. Assuming the Sedov model, we derive a number of SNR properties, including an age of 16,500 yr. Modeling of the gamma-ray emission detected by Fermi shows that the emission may originate from the reverse shock-crushed PWN.

preprint2013arXiv

Supernova Remnant Kes 17: Efficient Cosmic Ray Accelerator inside a Molecular Cloud

Supernova remnant Kes 17 (SNR G304.6+0.1) is one of a few but growing number of remnants detected across the electromagnetic spectrum. In this paper, we analyze recent radio, X-ray, and gamma-ray observations of this object, determining that efficient cosmic ray acceleration is required to explain its broadband non-thermal spectrum. These observations also suggest that Kes 17 is expanding inside a molecular cloud, though our determination of its age depends on whether thermal conduction or clump evaporation is primarily responsible for its center-filled thermal X-ray morphology. Evidence for efficient cosmic ray acceleration in Kes 17 supports recent theoretical work that the strong magnetic field, turbulence, and clumpy nature of molecular clouds enhances cosmic ray production in supernova remnants. While additional observations are needed to confirm this interpretation, further study of Kes 17 is important for understanding how cosmic rays are accelerated in supernova remnants.

preprint2013arXiv

The Galactic Supernova Remnant W49B Likely Originates from a Jet-Driven, Core-Collapse Explosion

We present results from a 220-ks observation of the galactic supernova remnant (SNR) W49B using the Advanced CCD Imaging Spectrometer (ACIS) on board the Chanrda X-ray Observatory. We exploit these data to perform detailed spatially-resolved spectroscopic analyses across the SNR with the aim to investigate the thermodynamic properties and explosive origin of W49B. We find substantial variation in the electron temperature and absorbing column toward W49B, and we show that the mean metal abundances are consistent with the predicted yields in models of bipolar/jet-driven core-collapse SNe. Furthermore, we set strict upper limits on the X-ray luminosity of any undetected point sources, and we exclude the presence of a neutron star associated with W49B. We conclude that the morphological, spectral, and environmental characteristics of W49B are indicative of a bipolar Type Ib/Ic SN origin, making it the first of its kind to be discovered in the Milky Way.

preprint2013arXiv

Unraveling the Origin of Overionized Plasma in the Galactic Supernova Remnant W49B

Recent observations have shown several supernova remnants (SNRs) have overionized plasmas, those where ions are stripped of more electrons than they would be if in equilibrium with the electron temperature. Rapid electron cooling is necessary to produce this situation, yet the physical origin of that cooling remains uncertain. To assess the cooling scenario responsible for overionization, in this paper, we identify and map the overionized plasma in the Galactic SNR W49B based on a 220 ks Chandra Advanced CCD Imaging Spectrometer (ACIS) observation. We performed a spatially-resolved spectroscopic analysis, measuring the electron temperature by modeling the continuum and comparing it to the temperature given by the flux ratio of the He-like and H-like lines of sulfur and of argon. Using these results, we find that W49B is overionized in the west, with a gradient of increasing overionization from east to west. As the ejecta expansion is impeded by molecular material in the east but not in the west, our overionization maps suggest the dominant cooling mechanism is adiabatic expansion of the hot plasma.

preprint2012arXiv

A Broadband Study of the Emission from the Composite Supernova Remnant MSH 11-62

MSH 11-62 (G291.1-0.9) is a composite supernova remnant for which radio and X-ray observations have identified the remnant shell as well as its central pulsar wind nebula. The observations suggest a relatively young system expanding into a low density region. Here we present a study of MSH 11-62 using observations with the Chandra, XMM-Newton, and Fermi observatories, along with radio observations from the Australia Telescope Compact Array (ATCA). We identify a compact X-ray source that appears to be the putative pulsar that powers the nebula, and show that the X-ray spectrum of the nebula bears the signature of synchrotron losses as particles diffuse into the outer nebula. Using data from the Fermi LAT, we identify gamma-ray emission originating from MSH 11-62. With density constraints from the new X-ray measurements of the remnant, we model the evolution of the composite system in order to constrain the properties of the underlying pulsar and the origin of the gamma-ray emission.

preprint2012arXiv

Fermi-LAT Observations and A Broadband Study of Supernova Remnant CTB 109

CTB 109 (G109.1-1.0) is a Galactic supernova remnant (SNR) with a hemispherical shell morphology in X-rays and in the radio band. In this work we report the detection of γ-ray emission coincident with CTB 109, using 37 months of data from the Large Area Telescope on board the Fermi Gamma-ray Space Telescope. We study the broadband characteristics of the remnant using a model that includes hydrodynamics, efficient cosmic ray acceleration, nonthermal emission and a self-consistent calculation of the X-ray thermal emission. We find that the observations can be successfully fit with two distinct parameter sets, one where the γ-ray emission is produced primarily by leptons accelerated at the SNR forward shock and the other where γ-rays produced by forward shock accelerated cosmic-ray ions dominate the high-energy emission. Consideration of thermal X-ray emission introduces a novel element to the broadband fitting process, and while it does not rule out either the leptonic or the hadronic scenarios, it constrains the parameter sets required by the model to fit the observations. Moreover, the model which best fits the thermal and nonthermal emission observations is an intermediate case, where both radiation from accelerated electrons and hadrons contribute almost equally to the γ-ray flux observed.

preprint2011arXiv

An XMM-Newton Study of the Bright, Nearby Supernova Remnant G296.1-0.5

We present a detailed study of the supernova remnant G296.1-0.5, performed using observations with the EPIC and RGS instruments of the XMM-Newton satellite. G296.1-0.5 is a bright remnant that displays an incomplete multiple-shell morphology in both its radio and X-ray images. We use a set of observations towards G296.1-0.5, from three distinct pointings of EPIC, in order to perform a thorough spatial and spectral analysis of this remnant, and hence determine what type of progenitor gave rise to the supernova explosion, and describe the evolutionary state of the SNR. Our XMM-Newton observations establish that the spectral characteristics are consistent across the X-ray bright regions of the object, and are best described by a model of the emission from a nonequilibrium ionization collisional plasma. The study reveals that the emission from the shell is characterized by an excess of N and an underabundance of O, which is typical of wind material from red supergiant (RSG) and Wolf-Rayet (WR) stars. Additionally, we have detected transient X-ray source 2XMMi J115004.8-622442 at the edge of the SNR whose properties suggest that it is the result of stellar flare, and we discuss its nature in more detail.

preprint2011arXiv

The Impact of Efficient Particle Acceleration on the Evolution of Supernova Remnants in the Sedov-Taylor Phase

We investigate the effects of the efficient production of cosmic rays on the evolution of supernova remnants (SNRs) in the adiabatic Sedov-Taylor phase. We model the SNR by coupling the hydrodynamic evolution with nonlinear diffusive shock acceleration (DSA), and track self-consistently the ionization state of the shock-heated plasma. Using a plasma emissivity code and the results of the model, we predict the thermal X-ray emission and combine it with the non-thermal component in order to obtain the complete spectrum in this energy range. Hence, we study how the interpretation of thermal X-ray observations is affected by the efficiency of the DSA process, and find that, compared to test particle cases, the efficient DSA example yields a smaller shock radius and speed, a larger compression ratio, and lower intensity X-ray thermal emission. We also find that a model where the shock is not assumed to produce CRs can fit the X-ray observational properties of an example with efficient particle acceleration, with a different set of input parameters, and in particular a much lower explosion energy. Additionally, we model the broadband non-thermal emission, and investigate what signatures result from the acceleration of particles.

preprint2010arXiv

Fermi LAT Observations of Supernova Remnants Interacting with Molecular Clouds

We report the detection of gamma-ray emission coincident with four supernova remnants (SNRs) using data from the Large Area Telescope on board the Fermi Gamma-ray Space Telescope. G349.7+0.2, CTB 37A, 3C 391 and G8.7-0.1 are supernova remnants known to be interacting with molecular clouds, as evidenced by observations of hydroxyl (OH) maser emission at 1720 MHz in their directions. SNR shocks are expected to be sites of cosmic rays acceleration, and clouds of dense material can provide effective targets for production of gamma-rays from pion-decay. The observations reveal unresolved sources in the direction of G349.7+0.2, CTB 37A and 3C 391, and a possibly extended source coincident with G8.7-0.1, all with significance levels greater than 10 sigma.