-
Implementing SIAv2 Over Rubin Observatory's Data Butler
Authors:
Tim Jenness,
Stelios Voutsinas,
Gregory P. Dubois-Felsmann,
Andrei Salnikov
Abstract:
The IVOA Simple Image Access version 2 protocol defines an easy way to provide community access to a collection of data. At the Vera C. Rubin Observatory we currently enable ObsTAP access to our data holdings via an ObsCore export or view of our Data Butler repositories. This approach comes with some deployment constraints, such as requiring pgsphere and compatibility with our CADC TAP implementat…
▽ More
The IVOA Simple Image Access version 2 protocol defines an easy way to provide community access to a collection of data. At the Vera C. Rubin Observatory we currently enable ObsTAP access to our data holdings via an ObsCore export or view of our Data Butler repositories. This approach comes with some deployment constraints, such as requiring pgsphere and compatibility with our CADC TAP implementation, so recently we decided to see whether we could instead provide an SIAv2 service that talks directly to our Data Butler. Here we describe our motivation, implementation strategies, and current deployment status, as well as discussing some metadata mismatches between the Butler data models and SIAv2.
△ Less
Submitted 31 December, 2024;
originally announced January 2025.
-
Using Felis to Represent the Semantics and Metadata of Astronomical Data Catalogs
Authors:
Jeremy McCormick,
Gregory P. Dubois-Felsmann,
Andrei Salnikov,
Brian Van Klaveren,
Tim Jenness
Abstract:
The Data Management team of the Vera C. Rubin Observatory has developed a data description language and toolset, Felis, for defining the semantics and metadata of its public-facing data catalogs. Felis uses a rich Pydantic data model for describing and validating catalog metadata, expressed as a human-readable and editable YAML format. Felis also provides a Python library and command line interfac…
▽ More
The Data Management team of the Vera C. Rubin Observatory has developed a data description language and toolset, Felis, for defining the semantics and metadata of its public-facing data catalogs. Felis uses a rich Pydantic data model for describing and validating catalog metadata, expressed as a human-readable and editable YAML format. Felis also provides a Python library and command line interface for working with these data models. The metadata is used to populate the TAP_SCHEMA tables for the IVOA TAP services utilized by the Rubin Science Platform (RSP). Felis's current capabilities will be discussed along with some future plans.
△ Less
Submitted 12 December, 2024;
originally announced December 2024.
-
SPHEREx: NASA's Near-Infrared Spectrophotmetric All-Sky Survey
Authors:
Brendan P. Crill,
Michael Werner,
Rachel Akeson,
Matthew Ashby,
Lindsey Bleem,
James J. Bock,
Sean Bryan,
Jill Burnham,
Joyce Byunh,
Tzu-Ching Chang,
Yi-Kuan Chiang,
Walter Cook,
Asantha Cooray,
Andrew Davis,
Olivier Doré,
C. Darren Dowell,
Gregory Dubois-Felsmann,
Tim Eifler,
Andreas Faisst,
Salman Habib,
Chen Heinrich,
Katrin Heitmann,
Grigory Heaton,
Christopher Hirata,
Viktor Hristov
, et al. (29 additional authors not shown)
Abstract:
SPHEREx, the Spectro-Photometer for the History of the Universe, Epoch of Reionization, and ices Explorer, is a NASA MIDEX mission planned for launch in 2024. SPHEREx will carry out the first all-sky spectral survey at wavelengths between 0.75 micron and 5 micron with spectral resolving power ~40 between 0.75 and 3.8 micron and ~120 between 3.8 and 5 micron At the end of its two-year mission, SPHE…
▽ More
SPHEREx, the Spectro-Photometer for the History of the Universe, Epoch of Reionization, and ices Explorer, is a NASA MIDEX mission planned for launch in 2024. SPHEREx will carry out the first all-sky spectral survey at wavelengths between 0.75 micron and 5 micron with spectral resolving power ~40 between 0.75 and 3.8 micron and ~120 between 3.8 and 5 micron At the end of its two-year mission, SPHEREx will provide 0.75-to-5 micron spectra of each 6.2"x6.2" pixel on the sky - 14 billion spectra in all. This paper updates an earlier description of SPHEREx presenting changes made during the mission's Preliminary Design Phase, including a discussion of instrument integration and test and a summary of the data processing, analysis, and distribution plans.
△ Less
Submitted 16 April, 2024;
originally announced April 2024.
-
The Future of Astronomical Data Infrastructure: Meeting Report
Authors:
Michael R. Blanton,
Janet D. Evans,
Dara Norman,
William O'Mullane,
Adrian Price-Whelan,
Luca Rizzi,
Alberto Accomazzi,
Megan Ansdell,
Stephen Bailey,
Paul Barrett,
Steven Berukoff,
Adam Bolton,
Julian Borrill,
Kelle Cruz,
Julianne Dalcanton,
Vandana Desai,
Gregory P. Dubois-Felsmann,
Frossie Economou,
Henry Ferguson,
Bryan Field,
Dan Foreman-Mackey,
Jaime Forero-Romero,
Niall Gaffney,
Kim Gillies,
Matthew J. Graham
, et al. (47 additional authors not shown)
Abstract:
The astronomical community is grappling with the increasing volume and complexity of data produced by modern telescopes, due to difficulties in reducing, accessing, analyzing, and combining archives of data. To address this challenge, we propose the establishment of a coordinating body, an "entity," with the specific mission of enhancing the interoperability, archiving, distribution, and productio…
▽ More
The astronomical community is grappling with the increasing volume and complexity of data produced by modern telescopes, due to difficulties in reducing, accessing, analyzing, and combining archives of data. To address this challenge, we propose the establishment of a coordinating body, an "entity," with the specific mission of enhancing the interoperability, archiving, distribution, and production of both astronomical data and software. This report is the culmination of a workshop held in February 2023 on the Future of Astronomical Data Infrastructure. Attended by 70 scientists and software professionals from ground-based and space-based missions and archives spanning the entire spectrum of astronomical research, the group deliberated on the prevailing state of software and data infrastructure in astronomy, identified pressing issues, and explored potential solutions. In this report, we describe the ecosystem of astronomical data, its existing flaws, and the many gaps, duplication, inconsistencies, barriers to access, drags on productivity, missed opportunities, and risks to the long-term integrity of essential data sets. We also highlight the successes and failures in a set of deep dives into several different illustrative components of the ecosystem, included as an appendix.
△ Less
Submitted 7 November, 2023;
originally announced November 2023.
-
Data management and execution systems for the Rubin Observatory Science Pipelines
Authors:
Nate B. Lust,
Tim Jenness,
James F. Bosch,
Andrei Salnikov,
Nathan M. Pease,
Michelle Gower,
Mikolaj Kowalik,
Gregory P. Dubois-Felsmann,
Fritz Mueller,
Pim Schellart
Abstract:
We present the Rubin Observatory system for data storage/retrieval and pipelined code execution. The layer for data storage and retrieval is named the Butler. It consists of a relational database, known as the registry, to keep track of metadata and relations, and a system to manage where the data is located, named the datastore. Together these systems create an abstraction layer that science algo…
▽ More
We present the Rubin Observatory system for data storage/retrieval and pipelined code execution. The layer for data storage and retrieval is named the Butler. It consists of a relational database, known as the registry, to keep track of metadata and relations, and a system to manage where the data is located, named the datastore. Together these systems create an abstraction layer that science algorithms can be written against. This abstraction layer manages the complexities of the large data volumes expected and allows algorithms to be written independently, yet be tied together automatically into a coherent processing pipeline. This system consists of tools which execute these pipelines by transforming them into execution graphs which contain concrete data stored in the Butler. The pipeline infrastructure is designed to be scalable in nature, allowing execution on environments ranging from a laptop all the way up to multi-facility data centers. This presentation will focus on the data management aspects as well as an overview on the creation of pipelines and the corresponding execution graphs.
△ Less
Submitted 6 March, 2023;
originally announced March 2023.
-
Software Architecture and System Design of Rubin Observatory
Authors:
William O'Mullane,
Frossie Economou,
Kian-Tat Lim,
Fritz Mueller,
Tim Jenness,
Gregory P. Dubois-Felsmann,
Leanne P. Guy,
Ian S. Sullivan,
Yusra AlSayyad,
John D. Swinbank,
K. Simon Krughoff
Abstract:
Starting from a description of the Rubin Observatory Data Management System Architecture, and drawing on our experience with and involvement in a range of other projects including Gaia, SDSS, UKIRT, and JCMT, we derive a series of generic design patterns and lessons learned.
Starting from a description of the Rubin Observatory Data Management System Architecture, and drawing on our experience with and involvement in a range of other projects including Gaia, SDSS, UKIRT, and JCMT, we derive a series of generic design patterns and lessons learned.
△ Less
Submitted 24 November, 2022;
originally announced November 2022.
-
The Vera C. Rubin Observatory Data Butler and Pipeline Execution System
Authors:
Tim Jenness,
James F. Bosch,
Nate B. Lust,
Nathan M. Pease,
Michelle Gower,
Mikolaj Kowalik,
Gregory P. Dubois-Felsmann,
Fritz Mueller,
Pim Schellart
Abstract:
The Rubin Observatory's Data Butler is designed to allow data file location and file formats to be abstracted away from the people writing the science pipeline algorithms. The Butler works in conjunction with the workflow graph builder to allow pipelines to be constructed from the algorithmic tasks. These pipelines can be executed at scale using object stores and multi-node clusters, or on a lapto…
▽ More
The Rubin Observatory's Data Butler is designed to allow data file location and file formats to be abstracted away from the people writing the science pipeline algorithms. The Butler works in conjunction with the workflow graph builder to allow pipelines to be constructed from the algorithmic tasks. These pipelines can be executed at scale using object stores and multi-node clusters, or on a laptop using a local file system. The Butler and pipeline system are now in daily use during Rubin construction and early operations.
△ Less
Submitted 29 June, 2022;
originally announced June 2022.
-
Rubin Science Platform on Google: the story so far
Authors:
William O'Mullane,
Frossie Economou,
Flora Huang,
Dan Speck,
Hsin-Fang Chiang,
Melissa L. Graham,
Russ Allbery,
Christine Banek,
Jonathan Sick,
Adam J. Thornton,
Jess Masciarelli,
Kian-Tat Lim,
Fritz Mueller,
Sergey Padolski,
Tim Jenness,
K. Simon Krughoff,
Michelle Gower,
Leanne P. Guy,
Gregory P. Dubois-Felsmann
Abstract:
We describe Rubin Observatory's experience with offering a data access facility (and associated services including our Science Platform) deployed on Google Cloud infrastructure as part of our pre-Operations Data Preview program.
We describe Rubin Observatory's experience with offering a data access facility (and associated services including our Science Platform) deployed on Google Cloud infrastructure as part of our pre-Operations Data Preview program.
△ Less
Submitted 29 November, 2021;
originally announced November 2021.
-
The LSST Data Management System
Authors:
Mario Jurić,
Jeffrey Kantor,
K-T Lim,
Robert H. Lupton,
Gregory Dubois-Felsmann,
Tim Jenness,
Tim S. Axelrod,
Jovan Aleksić,
Roberta A. Allsman,
Yusra AlSayyad,
Jason Alt,
Robert Armstrong,
Jim Basney,
Andrew C. Becker,
Jacek Becla,
Steven J. Bickerton,
Rahul Biswas,
James Bosch,
Dominique Boutigny,
Matias Carrasco Kind,
David R. Ciardi,
Andrew J. Connolly,
Scott F. Daniel,
Gregory E. Daues,
Frossie Economou
, et al. (40 additional authors not shown)
Abstract:
The Large Synoptic Survey Telescope (LSST) is a large-aperture, wide-field, ground-based survey system that will image the sky in six optical bands from 320 to 1050 nm, uniformly covering approximately $18,000$deg$^2$ of the sky over 800 times. The LSST is currently under construction on Cerro Pachón in Chile, and expected to enter operations in 2022. Once operational, the LSST will explore a wide…
▽ More
The Large Synoptic Survey Telescope (LSST) is a large-aperture, wide-field, ground-based survey system that will image the sky in six optical bands from 320 to 1050 nm, uniformly covering approximately $18,000$deg$^2$ of the sky over 800 times. The LSST is currently under construction on Cerro Pachón in Chile, and expected to enter operations in 2022. Once operational, the LSST will explore a wide range of astrophysical questions, from discovering "killer" asteroids to examining the nature of Dark Energy.
The LSST will generate on average 15 TB of data per night, and will require a comprehensive Data Management system to reduce the raw data to scientifically useful catalogs and images with minimum human intervention. These reductions will result in a real-time alert stream, and eleven data releases over the 10-year duration of LSST operations. To enable this processing, the LSST project is developing a new, general-purpose, high-performance, scalable, well documented, open source data processing software stack for O/IR surveys. Prototypes of this stack are already capable of processing data from existing cameras (e.g., SDSS, DECam, MegaCam), and form the basis of the Hyper-Suprime Cam (HSC) Survey data reduction pipeline.
△ Less
Submitted 24 December, 2015;
originally announced December 2015.
-
First Observation of CP Violation in B0->D(*)CP h0 Decays by a Combined Time-Dependent Analysis of BaBar and Belle Data
Authors:
The BaBar,
Belle Collaborations,
:,
A. Abdesselam,
I. Adachi,
A. Adametz,
T. Adye,
H. Ahmed,
H. Aihara,
S. Akar,
M. S. Alam,
J. Albert,
S. Al Said,
R. Andreassen,
C. Angelini,
F. Anulli,
K. Arinstein,
N. Arnaud,
D. M. Asner,
D. Aston,
V. Aulchenko,
T. Aushev,
R. Ayad,
V. Babu,
I. Badhrees
, et al. (450 additional authors not shown)
Abstract:
We report a measurement of the time-dependent CP asymmetry of B0->D(*)CP h0 decays, where the light neutral hadron h0 is a pi0, eta or omega meson, and the neutral D meson is reconstructed in the CP eigenstates K+ K-, K0S pi0 or K0S omega. The measurement is performed combining the final data samples collected at the Y(4S) resonance by the BaBar and Belle experiments at the asymmetric-energy B fac…
▽ More
We report a measurement of the time-dependent CP asymmetry of B0->D(*)CP h0 decays, where the light neutral hadron h0 is a pi0, eta or omega meson, and the neutral D meson is reconstructed in the CP eigenstates K+ K-, K0S pi0 or K0S omega. The measurement is performed combining the final data samples collected at the Y(4S) resonance by the BaBar and Belle experiments at the asymmetric-energy B factories PEP-II at SLAC and KEKB at KEK, respectively. The data samples contain ( 471 +/- 3 ) x 10^6 BB pairs recorded by the BaBar detector and ( 772 +/- 11 ) x 10^6, BB pairs recorded by the Belle detector. We measure the CP asymmetry parameters -eta_f S = +0.66 +/- 0.10 (stat.) +/- 0.06 (syst.) and C = -0.02 +/- 0.07 (stat.) +/- 0.03 (syst.). These results correspond to the first observation of CP violation in B0->D(*)CP h0 decays. The hypothesis of no mixing-induced CP violation is excluded in these decays at the level of 5.4 standard deviations.
△ Less
Submitted 20 July, 2015; v1 submitted 15 May, 2015;
originally announced May 2015.
-
Global Fits of the CKM Matrix with the SCAN Method
Authors:
G. Eigen,
G. Dubois-Felsmann,
D. G. Hitlin,
F. C. Porter
Abstract:
We present a Scan Method analysis of the allowed region of the rho bar - eta bar plane using the latest input measurements of the CKM matrix elements, sin 2 beta, B0(s,d) mixing, epsilon(K), alpha and gamma. In this approach, we make no assumptions as to the distribution of theory uncertainties; rather, we scan over the range of plausible theoretical uncertainties and determine confidence level co…
▽ More
We present a Scan Method analysis of the allowed region of the rho bar - eta bar plane using the latest input measurements of the CKM matrix elements, sin 2 beta, B0(s,d) mixing, epsilon(K), alpha and gamma. In this approach, we make no assumptions as to the distribution of theory uncertainties; rather, we scan over the range of plausible theoretical uncertainties and determine confidence level contours in the rho bar eta bar plane. We determine alpha from branching fraction and CP asymmetry measurements of B decays to all light pseudoscalar-pseudoscalar, pesudoscalar-vector, vector-vector and a1-psudoscalar mesons and determine gamma from D(*)K(*), D(*) pi and D rho modes, thereby including correlations between the angles of the unitarity triangle. We parametrize the individual decay amplitudes in terms of color-allowed tree, color-suppressed tree, gluonic penguin, singlet penguin, electroweak penguin, as well as W-exchange and W-annihilation amplitudes. Our procedure accounts for all correlations among the fitted CKM parameters (rho bar, eta bar, A, lambda). The data are consistent with the Standard Model with no need for new physics contributions. We also examine example "wall plots", i.e., projections of sensitive parameters showing correlations among them and regions of preferred theoretical parameters.
△ Less
Submitted 8 March, 2015;
originally announced March 2015.
-
A framework for modeling the detailed optical response of thick, multiple segment, large format sensors for precision astronomy applications
Authors:
Andrew Rasmussen,
Pierre Antilogus,
Pierre Astier,
Chuck Claver,
Peter Doherty,
Gregory Dubois-Felsmann,
Kirk Gilmore,
Steven Kahn,
Ivan Kotov,
Robert Lupton,
Paul O'Connor,
Andrei Nomerotski,
Steve Ritz,
Christopher Stubbs
Abstract:
Near-future astronomical survey experiments, such as LSST, possess system requirements of unprecedented fidelity that span photometry, astrometry and shape transfer. Some of these requirements flow directly to the array of science imaging sensors at the focal plane. Availability of high quality characterization data acquired in the course of our sensor development program has given us an opportuni…
▽ More
Near-future astronomical survey experiments, such as LSST, possess system requirements of unprecedented fidelity that span photometry, astrometry and shape transfer. Some of these requirements flow directly to the array of science imaging sensors at the focal plane. Availability of high quality characterization data acquired in the course of our sensor development program has given us an opportunity to develop and test a framework for simulation and modeling that is based on a limited set of physical and geometric effects. In this paper we describe those models, provide quantitative comparisons between data and modeled response, and extrapolate the response model to predict imaging array response to astronomical exposure. The emergent picture departs from the notion of a fixed, rectilinear grid that maps photo-conversions to the potential well of the channel. In place of that, we have a situation where structures from device fabrication, local silicon bulk resistivity variations and photo-converted carrier patterns still accumulating at the channel, together influence and distort positions within the photosensitive volume that map to pixel boundaries. Strategies for efficient extraction of modeling parameters from routinely acquired characterization data are described. Methods for high fidelity illumination/image distribution parameter retrieval, in the presence of such distortions, are also discussed.
△ Less
Submitted 23 July, 2014; v1 submitted 21 July, 2014;
originally announced July 2014.
-
The Physics of the B Factories
Authors:
A. J. Bevan,
B. Golob,
Th. Mannel,
S. Prell,
B. D. Yabsley,
K. Abe,
H. Aihara,
F. Anulli,
N. Arnaud,
T. Aushev,
M. Beneke,
J. Beringer,
F. Bianchi,
I. I. Bigi,
M. Bona,
N. Brambilla,
J. B rodzicka,
P. Chang,
M. J. Charles,
C. H. Cheng,
H. -Y. Cheng,
R. Chistov,
P. Colangelo,
J. P. Coleman,
A. Drutskoy
, et al. (2009 additional authors not shown)
Abstract:
This work is on the Physics of the B Factories. Part A of this book contains a brief description of the SLAC and KEK B Factories as well as their detectors, BaBar and Belle, and data taking related issues. Part B discusses tools and methods used by the experiments in order to obtain results. The results themselves can be found in Part C.
Please note that version 3 on the archive is the auxiliary…
▽ More
This work is on the Physics of the B Factories. Part A of this book contains a brief description of the SLAC and KEK B Factories as well as their detectors, BaBar and Belle, and data taking related issues. Part B discusses tools and methods used by the experiments in order to obtain results. The results themselves can be found in Part C.
Please note that version 3 on the archive is the auxiliary version of the Physics of the B Factories book. This uses the notation alpha, beta, gamma for the angles of the Unitarity Triangle. The nominal version uses the notation phi_1, phi_2 and phi_3. Please cite this work as Eur. Phys. J. C74 (2014) 3026.
△ Less
Submitted 31 October, 2015; v1 submitted 24 June, 2014;
originally announced June 2014.
-
Evidence for the decay B0 --> omega omega and search for B0 --> omega phi
Authors:
The BABAR Collaboration,
J. P. Lees,
V. Poireau,
V. Tisserand,
E. Grauges,
A. Palano,
G. Eigen,
B. Stugu,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
M. J. Lee,
G. Lynch,
H. Koch,
T. Schroeder,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
R. Y. So,
A. Khan,
V. E. Blinov,
A. R. Buzykaev,
V. P. Druzhinin,
V. B. Golubev,
E. A. Kravchenko
, et al. (312 additional authors not shown)
Abstract:
We describe searches for B meson decays to the charmless vector-vector final states omega omega and omega phi with 471 x 10^6 B Bbar pairs produced in e+ e- annihilation at sqrt(s) = 10.58 GeV using the BABAR detector at the PEP-II collider at the SLAC National Accelerator Laboratory. We measure the branching fraction B(B0 --> omega omega) = (1.2 +- 0.3 +0.3-0.2) x 10^-6, where the first uncertain…
▽ More
We describe searches for B meson decays to the charmless vector-vector final states omega omega and omega phi with 471 x 10^6 B Bbar pairs produced in e+ e- annihilation at sqrt(s) = 10.58 GeV using the BABAR detector at the PEP-II collider at the SLAC National Accelerator Laboratory. We measure the branching fraction B(B0 --> omega omega) = (1.2 +- 0.3 +0.3-0.2) x 10^-6, where the first uncertainty is statistical and the second is systematic, corresponding to a significance of 4.4 standard deviations. We also determine the upper limit B(B0 --> omega phi) < 0.7 x 10^-6 at 90% confidence level. These measurements provide the first evidence for the decay B0 --> omega omega, and an improvement of the upper limit for the decay B0 --> omega phi.
△ Less
Submitted 6 March, 2014; v1 submitted 29 November, 2013;
originally announced December 2013.
-
Snowmass Computing Frontier: Software Development, Staffing and Training
Authors:
David Brown,
Peter Elmer,
Ruth Pordes,
David Asner,
Gregory Dubois-Felsmann,
V. Daniel Elvira,
Robert Hatcher,
Chris Jones,
Robert Kutschke,
David Lange,
Elizabeth Sexton-Kennedy,
Craig Tull
Abstract:
Report of the Snowmass CpF-I4 subgroup on Software Development, Staffing and Training
Report of the Snowmass CpF-I4 subgroup on Software Development, Staffing and Training
△ Less
Submitted 11 November, 2013;
originally announced November 2013.
-
Study of the decay $\bar{B}^{0}\rightarrowΛ_{c}^{+}\bar{p}π^{+}π^{-}$ and its intermediate states
Authors:
The Babar Collaboration,
J. P. Lees,
V. Poireau,
V. Tisserand,
E. Grauges,
A. Palano,
G. Eigen,
B. Stugu,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
R. Y. So,
A. Khan,
V. E. Blinov,
A. R. Buzykaev,
V. P. Druzhinin,
V. B. Golubev,
E. A. Kravchenko
, et al. (330 additional authors not shown)
Abstract:
We study the decay $\bar{B}^{0}\rightarrowΛ_{c}^{+}\bar{p}π^{+}π^{-}$, reconstructing the Λ_{c}^{+} baryon in the $p K^{-}π^{+}$ mode, using a data sample of $467\times 10^{6}$ $B\bar{B}$ pairs collected with the BaBar detector at the PEP-2 storage rings at SLAC. We measure branching fractions for decays with intermediate $Σ_{c}$ baryons to be…
▽ More
We study the decay $\bar{B}^{0}\rightarrowΛ_{c}^{+}\bar{p}π^{+}π^{-}$, reconstructing the Λ_{c}^{+} baryon in the $p K^{-}π^{+}$ mode, using a data sample of $467\times 10^{6}$ $B\bar{B}$ pairs collected with the BaBar detector at the PEP-2 storage rings at SLAC. We measure branching fractions for decays with intermediate $Σ_{c}$ baryons to be ${\cal B}[\bar{B}^{0}\rightarrowΣ_{c}(2455)^{++}\bar{p}π^{-}]=(21.3 \pm 1.0 \pm 1.0 \pm 5.5) \times 10^{-5}$, ${\cal B}[\bar{B}^{0}\rightarrowΣ_{c}(2520)^{++}\bar{p}π^{-}]=(11.5\pm 1.0 \pm 0.5 \pm 3.0)\times 10^{-5}$, ${\cal B}[\bar{B}^{0}\rightarrowΣ_{c}(2455)^{0}\bar{p}π^{+}]=(9.1 \pm 0.7 \pm 0.4 \pm 2.4)\times10^{-5}$, and ${\cal B}[\bar{B}^{0}\rightarrowΣ_{c}(2520)^{0}\bar{p}π^{+}]= (2.2 \pm 0.7 \pm 0.1\pm 0.6) \times 10^{-5}$, where the uncertainties are statistical, systematic, and due to the uncertainty on the $Λ_{c}^{+}\rightarrow\proton\Kmπ^{+}$ branching fraction, respectively. For decays without $Σ_{c}(2455)$ or $Σ_{c}(2520)$ resonances, we measure ${\cal B}[\bar{B}^{0}\rightarrowΛ_{c}^{+}\bar{p}π^{+}π^{-}]_{\mathrm{non-Σ_{c}}}=(79 \pm 4 \pm 4 \pm 20)\times10^{-5}$. The total branching fraction is determined to be ${\cal B}[\bar{B}^{0}\rightarrowΛ_{c}^{+}\bar{p}π^{+}π^{-}]_{\mathrm{total}}=(123 \pm 5 \pm 7 \pm 32)\times10^{-5}$. We examine multibody mass combinations in the resonant three-particle $Σ_{c}\bar{p}π$ final states and in the four-particle $Λ_{c}^{+}\bar{p}π^{+}π^{-}$ final state, and observe different characteristics for the $\bar{p}π$ combination in neutral versus doubly-charged $Σ_{c}$ decays.
△ Less
Submitted 28 March, 2013; v1 submitted 1 February, 2013;
originally announced February 2013.
-
Global CKM Fits with the Scan Method
Authors:
Gerald Eigen,
Gregory Dubois-Felsmann,
David G. Hitlin,
Frank C. Porter
Abstract:
We present results of a unitary triangle fit based on the scan method. This frequentist approach employs Gaussian uncertainties for experimental quantities, but makes no arbitrary assumptions about the distribution of theoretical errors. Instead, we perform a large number of fits, scanning over regions of plausible theory errors for each quantity, and retain those fits meeting a specific confidenc…
▽ More
We present results of a unitary triangle fit based on the scan method. This frequentist approach employs Gaussian uncertainties for experimental quantities, but makes no arbitrary assumptions about the distribution of theoretical errors. Instead, we perform a large number of fits, scanning over regions of plausible theory errors for each quantity, and retain those fits meeting a specific confidence level criterion, thereby constraining the $\bar ρ- \bar η$ plane using the standard input measurements (CKM matrix elements, $\sin2 β, B^0_{d,s}$ mixing, $ε_K$) as well as branching fraction and \CP asymmetry measurements of B decays to $PP, PV, VV$, and $a_1 P$ final states to determine $α$, $D^{(*)}K^{(*)}$ modes to determine $γ$, and $D^{(*)}π$ and $Dρ$ modes to determine $2β+γ$. We parameterize individual decay amplitudes in terms of color-allowed tree, color-suppressed tree, penguin, singlet penguin, electroweak penguin, as well as $W$-exchange and $W$-annihilation amplitudes. With this parameterization, we obtain a good fit to the measured branching fractions and \CP asymmetries within the Standard Model {\it ansatz}, with no new physics contributions. This simultaneous fit allows us to determine the correlation between $α$ and $β$ as well as between $γ$ and $β$.
△ Less
Submitted 21 November, 2013; v1 submitted 24 January, 2013;
originally announced January 2013.
-
Search for direct CP-violation in singly-Cabibbo suppressed D+- --> K+ K- pi+- decays
Authors:
BaBar Collaboration,
J. P. Lees,
V. Poireau,
V. Tisserand,
J. Garra Tico,
E. Grauges,
A. Palano,
G. Eigen,
B. Stugu,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
R. Y. So,
A. Khan,
V. E. Blinov,
A. R. Buzykaev,
V. P. Druzhinin,
V. B. Golubev
, et al. (338 additional authors not shown)
Abstract:
We report on a search for direct CP asymmetry in the singly Cabibbo-suppressed decay D+- --> K+ K- pi+- using a data sample of 476 fb-1 accumulated with the BaBar detector running at and just below the Y(4S) resonance. The CP-violating decay rate asymmetry A_CP is determined to be (0.35 +- 0.30 +- 0.15)%. Model-dependent and model-independent Dalitz plot analysis techniques are used to search for…
▽ More
We report on a search for direct CP asymmetry in the singly Cabibbo-suppressed decay D+- --> K+ K- pi+- using a data sample of 476 fb-1 accumulated with the BaBar detector running at and just below the Y(4S) resonance. The CP-violating decay rate asymmetry A_CP is determined to be (0.35 +- 0.30 +- 0.15)%. Model-dependent and model-independent Dalitz plot analysis techniques are used to search for CP-violating asymmetries in the various intermediate states.
△ Less
Submitted 21 February, 2013; v1 submitted 8 December, 2012;
originally announced December 2012.
-
Branching fraction and form-factor shape measurements of exclusive charmless semileptonic B decays, and determination of |V_{ub}|
Authors:
BABAR Collaboration,
J. P. Lees,
V. Poireau,
V. Tisserand,
J. Garra Tico,
E. Grauges,
A. Palano,
G. Eigen,
B. Stugu,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
R. Y. So,
A. Khan,
V. E. Blinov,
A. R. Buzykaev,
V. P. Druzhinin,
V. B. Golubev
, et al. (340 additional authors not shown)
Abstract:
We report the results of a study of the exclusive charmless semileptonic decays, B^0 --> pi^- l^+ nu, B^+ --> pi^0 l^+ nu, B^+ --> omega l^+ nu, B^+ --> eta l^+ nu and B^+ --> eta^' l^+ nu, (l = e or mu) undertaken with approximately 462x10^6 B\bar{B} pairs collected at the Upsilon(4S) resonance with the BABAR detector. The analysis uses events in which the signal B decays are reconstructed with a…
▽ More
We report the results of a study of the exclusive charmless semileptonic decays, B^0 --> pi^- l^+ nu, B^+ --> pi^0 l^+ nu, B^+ --> omega l^+ nu, B^+ --> eta l^+ nu and B^+ --> eta^' l^+ nu, (l = e or mu) undertaken with approximately 462x10^6 B\bar{B} pairs collected at the Upsilon(4S) resonance with the BABAR detector. The analysis uses events in which the signal B decays are reconstructed with a loose neutrino reconstruction technique. We obtain partial branching fractions in several bins of q^2, the square of the momentum transferred to the lepton-neutrino pair, for B^0 --> pi^- l^+ nu, B^+ --> pi^0 l^+ nu, B^+ --> omega l^+ nu and B^+ --> eta l^+ nu. From these distributions, we extract the form-factor shapes f_+(q^2) and the total branching fractions BF(B^0 --> pi^- l^+ nu) = (1.45 +/- 0.04_{stat} +/- 0.06_{syst})x10^-4 (combined pi^- and pi^0 decay channels assuming isospin symmetry), BF(B^+ --> omega l^+ nu) = (1.19 +/- 0.16_{stat} +/- 0.09_{syst})x10^-4 and BF(B^+ --> eta l^+ nu) = (0.38 +/- 0.05_{stat} +/- 0.05_{syst})x10^-4. We also measure BF(B^+ --> eta^' l^+ nu) = (0.24 +/- 0.08_{stat} +/- 0.03_{syst})x10^-4. We obtain values for the magnitude of the CKM matrix element V_{ub} by direct comparison with three different QCD calculations in restricted q^2 ranges of B --> pi l^+ nu decays. From a simultaneous fit to the experimental data over the full q^2 range and the FNAL/MILC lattice QCD predictions, we obtain |V_{ub}| = (3.25 +/- 0.31)x10^-3, where the error is the combined experimental and theoretical uncertainty.
△ Less
Submitted 6 November, 2012; v1 submitted 6 August, 2012;
originally announced August 2012.
-
Observation of Time Reversal Violation in the B0 Meson System
Authors:
The BABAR Collaboration,
J. P. Lees,
V. Poireau,
V. Tisserand,
J. Garra Tico,
E. Grauges,
A. Palanoab,
G. Eigen,
B. Stugu,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
R. Y. So,
A. Khan,
V. E. Blinov,
A. R. Buzykaev,
V. P. Druzhinin,
V. B. Golubev
, et al. (343 additional authors not shown)
Abstract:
Although CP violation in the B meson system has been well established by the B factories, there has been no direct observation of time reversal violation. The decays of entangled neutral B mesons into definite flavor states ($B^0$ or $\bar{B}^0$), and $J/ψK_S^0$ or $c\bar{c} K_S^0$ final states (referred to as $B_+$ or $B_-$), allow comparisons between the probabilities of four pairs of T-conjugat…
▽ More
Although CP violation in the B meson system has been well established by the B factories, there has been no direct observation of time reversal violation. The decays of entangled neutral B mesons into definite flavor states ($B^0$ or $\bar{B}^0$), and $J/ψK_S^0$ or $c\bar{c} K_S^0$ final states (referred to as $B_+$ or $B_-$), allow comparisons between the probabilities of four pairs of T-conjugated transitions, for example, $\bar{B}^0 \rightarrow B_-$ and $B_- \rightarrow \bar{B}^0$, as a function of the time difference between the two B decays. Using 468 million $B\bar{B}$ pairs produced in $Υ(4S)$ decays collected by the BABAR detector at SLAC, we measure T-violating parameters in the time evolution of neutral B mesons, yielding $ΔS_T^+ = -1.37 \pm 0.14 (stat.) \pm 0.06 (syst.)$ and $ΔS_T^- = 1.17 \pm 0.18 (stat.) \pm 0.11 (syst.)$. These nonzero results represent the first direct observation of T violation through the exchange of initial and final states in transitions that can only be connected by a T-symmetry transformation.
△ Less
Submitted 2 January, 2013; v1 submitted 24 July, 2012;
originally announced July 2012.
-
Status Report of the DPHEP Study Group: Towards a Global Effort for Sustainable Data Preservation in High Energy Physics
Authors:
Z. Akopov,
Silvia Amerio,
David Asner,
Eduard Avetisyan,
Olof Barring,
James Beacham,
Matthew Bellis,
Gregorio Bernardi,
Siegfried Bethke,
Amber Boehnlein,
Travis Brooks,
Thomas Browder,
Rene Brun,
Concetta Cartaro,
Marco Cattaneo,
Gang Chen,
David Corney,
Kyle Cranmer,
Ray Culbertson,
Sunje Dallmeier-Tiessen,
Dmitri Denisov,
Cristinel Diaconu,
Vitaliy Dodonov,
Tony Doyle,
Gregory Dubois-Felsmann
, et al. (65 additional authors not shown)
Abstract:
Data from high-energy physics (HEP) experiments are collected with significant financial and human effort and are mostly unique. An inter-experimental study group on HEP data preservation and long-term analysis was convened as a panel of the International Committee for Future Accelerators (ICFA). The group was formed by large collider-based experiments and investigated the technical and organisati…
▽ More
Data from high-energy physics (HEP) experiments are collected with significant financial and human effort and are mostly unique. An inter-experimental study group on HEP data preservation and long-term analysis was convened as a panel of the International Committee for Future Accelerators (ICFA). The group was formed by large collider-based experiments and investigated the technical and organisational aspects of HEP data preservation. An intermediate report was released in November 2009 addressing the general issues of data preservation in HEP. This paper includes and extends the intermediate report. It provides an analysis of the research case for data preservation and a detailed description of the various projects at experiment, laboratory and international levels. In addition, the paper provides a concrete proposal for an international organisation in charge of the data management and policies in high-energy physics.
△ Less
Submitted 21 May, 2012;
originally announced May 2012.
-
Initial-State Radiation Measurement of the e+e- -> pi+pi-pi+pi- Cross Section
Authors:
J. P. Lees,
V. Poireau,
V. Tisserand,
J. Garra Tico,
E. Grauges,
M. Martinelli,
D. A. Milanes,
A. Palano,
M. Pappagallo,
G. Eigen,
B. Stugu,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
A. Khan,
V. E. Blinov,
A. R. Buzykaev,
V. P. Druzhinin
, et al. (362 additional authors not shown)
Abstract:
We study the process e+e- -> pi+pi-pi+pi-gamma, with a photon emitted from the initial-state electron or positron, using 454.3 fb^-1 of data collected with the BABAR detector at SLAC, corresponding to approximately 260,000 signal events. We use these data to extract the non-radiative sigma(e+e- ->pi+pi-pi+pi-) cross section in the energy range from 0.6 to 4.5 Gev. The total uncertainty of the cros…
▽ More
We study the process e+e- -> pi+pi-pi+pi-gamma, with a photon emitted from the initial-state electron or positron, using 454.3 fb^-1 of data collected with the BABAR detector at SLAC, corresponding to approximately 260,000 signal events. We use these data to extract the non-radiative sigma(e+e- ->pi+pi-pi+pi-) cross section in the energy range from 0.6 to 4.5 Gev. The total uncertainty of the cross section measurement in the peak region is less than 3%, higher in precision than the corresponding results obtained from energy scan data.
△ Less
Submitted 27 August, 2012; v1 submitted 26 January, 2012;
originally announced January 2012.
-
A Measurement of the Semileptonic Branching Fraction of the B_s Meson
Authors:
The BaBar Collaboration,
J. P. Lees,
V. Poireau,
V. Tisserand,
J. Garra Tico,
E. Grauges,
M. Martinelli,
D. A. Milanes,
A. Palano,
M. Pappagallo,
G. Eigen,
B. Stugu,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
A. Khan,
V. E. Blinov,
A. R. Buzykaev
, et al. (362 additional authors not shown)
Abstract:
We report a measurement of the inclusive semileptonic branching fraction of the B_s meson using data collected with the BaBar detector in the center-of-mass (CM) energy region above the Upsilon(4S) resonance. We use the inclusive yield of phi mesons and the phi yield in association with a high-momentum lepton to perform a simultaneous measurement of the semileptonic branching fraction and the pr…
▽ More
We report a measurement of the inclusive semileptonic branching fraction of the B_s meson using data collected with the BaBar detector in the center-of-mass (CM) energy region above the Upsilon(4S) resonance. We use the inclusive yield of phi mesons and the phi yield in association with a high-momentum lepton to perform a simultaneous measurement of the semileptonic branching fraction and the production rate of B_s mesons relative to all B mesons as a function of CM energy. The inclusive semileptonic branching fraction of the B_s meson is determined to be B(B_s to l nu X)=9.5 (+2.5/-2.0)(stat)(+1.1/-1.9)(syst)%, where l indicates the average of e and mu.
△ Less
Submitted 10 January, 2012; v1 submitted 25 October, 2011;
originally announced October 2011.
-
Search for hadronic decays of a light Higgs boson in the radiative decay Upsilon --> gamma A0
Authors:
The BABAR Collaboration,
J. P. Lees,
V. Poireau,
V. Tisserand,
J. Garra Tico,
E. Grauges,
M. Martinelli,
D. A. Milanes,
A. Palano,
M. Pappagallo,
G. Eigen,
B. Stugu,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
R. Y. So,
A. Khan,
V. E. Blinov
, et al. (364 additional authors not shown)
Abstract:
We search for hadronic decays of a light Higgs boson (A0) produced in radiative decays of an Upsilon(2S) or Upsilon(3S) meson, Upsilon --> gamma A0. The data have been recorded by the BABAR experiment at the Upsilon(3S) and Upsilon(2S) center of mass energies, and include (121.3 \pm 1.2) x 10^6 Upsilon(3S) and (98.3 \pm 0.9) x 10^6 Upsilon(2S) mesons. No significant signal is observed. We set 90%…
▽ More
We search for hadronic decays of a light Higgs boson (A0) produced in radiative decays of an Upsilon(2S) or Upsilon(3S) meson, Upsilon --> gamma A0. The data have been recorded by the BABAR experiment at the Upsilon(3S) and Upsilon(2S) center of mass energies, and include (121.3 \pm 1.2) x 10^6 Upsilon(3S) and (98.3 \pm 0.9) x 10^6 Upsilon(2S) mesons. No significant signal is observed. We set 90% confidence level upper limits on the product branching fractions B(Upsilon(nS)-->gamma A0) x B(A0-->hadrons) (n=2 or 3) that range from 1 x 10^{-6} for an A0 mass of 0.3 GeV/c^2 to 8 x 10^{-5} at 7 GeV/c^2.
△ Less
Submitted 17 August, 2011;
originally announced August 2011.
-
Observation of the baryonic B decay B0bar --> Lambda_c^+ anti-Lambda K-
Authors:
The BABAR Collaboration,
J. P. Lees,
V. Poireau,
V. Tisserand,
J. Garra Tico,
E. Grauges,
M. Martinelli,
D. A. Milanes,
A. Palano,
M. Pappagallo,
G. Eigen,
B. Stugu,
L. Sun,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
A. Khan,
V. E. Blinov
, et al. (363 additional authors not shown)
Abstract:
We report the observation of the baryonic B decay B0bar --> Lambda_c^+ anti-Lambda K- with a significance larger than 7 standard deviations based on 471x10^6$ BBbar pairs collected with the BABAR detector at the PEP-II storage ring at SLAC. We measure the branching fraction for the decay B0bar --> Lambda_c^+ anti-Lambda K- to be (3.8 \pm 0.8_{stat} \pm 0.2_{sys} \pm 1.0_{Lambda_c^+})x10^{-5}. The…
▽ More
We report the observation of the baryonic B decay B0bar --> Lambda_c^+ anti-Lambda K- with a significance larger than 7 standard deviations based on 471x10^6$ BBbar pairs collected with the BABAR detector at the PEP-II storage ring at SLAC. We measure the branching fraction for the decay B0bar --> Lambda_c^+ anti-Lambda K- to be (3.8 \pm 0.8_{stat} \pm 0.2_{sys} \pm 1.0_{Lambda_c^+})x10^{-5}. The uncertainties are statistical, systematic, and due to the uncertainty in the Lambda_c^+ branching fraction. We find that the Lambda_c^+ K^- invariant mass distribution shows an enhancement above 3.5 GeV/c^2.
△ Less
Submitted 16 August, 2011;
originally announced August 2011.
-
Study of radiative bottomonium transitions using converted photons
Authors:
The BABAR Collaboration,
J. P. Lees,
V. Poireau,
E. Prencipe,
V. Tisserand,
J. GarraTico,
E. Grauges,
M. Martinelli,
D. A. Milanes,
A. Palano,
M. Pappagallo,
G. Eigen,
B. Stugu,
L. Sun,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna,
A. Khan
, et al. (367 additional authors not shown)
Abstract:
We use 111+/-1 million Upsilon(3S) and 89+/-1 million Upsilon(2S) events recorded by the BaBar detector at the PEP-II B-factory at SLAC to perform a study of radiative transitions between bottomonium states using photons that have been converted to e+e- pairs by the detector material. We observe Upsilon(3S) -> gamma chi_b0,2(1P) decay, make precise measurements of the branching fractions for chi_b…
▽ More
We use 111+/-1 million Upsilon(3S) and 89+/-1 million Upsilon(2S) events recorded by the BaBar detector at the PEP-II B-factory at SLAC to perform a study of radiative transitions between bottomonium states using photons that have been converted to e+e- pairs by the detector material. We observe Upsilon(3S) -> gamma chi_b0,2(1P) decay, make precise measurements of the branching fractions for chi_b1,2(1P,2P) -> gamma Upsilon(1S) and chi_b1,2(2P) -> gamma Upsilon(2S) decays, and search for radiative decay to the eta_b(1S) and eta_b(2S) states.
△ Less
Submitted 21 December, 2011; v1 submitted 27 April, 2011;
originally announced April 2011.
-
Evidence for the h_b(1P) meson in the decay Upsilon(3S) --> pi0 h_b(1P)
Authors:
The BABAR Collaboration,
J. P. Lees,
V. Poireau,
E. Prencipe,
V. Tisserand,
J. Garra Tico,
E. Grauges,
M. Martinelli,
D. A. Milanes,
A. Palano,
M. Pappagallo,
G. Eigen,
B. Stugu,
L. Sun,
D. N. Brown,
L. T. Kerth,
Yu. G. Kolomensky,
G. Lynch,
I. L. Osipenkov,
H. Koch,
T. Schroeder,
D. J. Asgeirsson,
C. Hearty,
T. S. Mattison,
J. A. McKenna
, et al. (386 additional authors not shown)
Abstract:
Using a sample of 122 million Upsilon(3S) events recorded with the BaBar detector at the PEP-II asymmetric-energy e+e- collider at SLAC, we search for the $h_b(1P)$ spin-singlet partner of the P-wave chi_{bJ}(1P) states in the sequential decay Upsilon(3S) --> pi0 h_b(1P), h_b(1P) --> gamma eta_b(1S). We observe an excess of events above background in the distribution of the recoil mass against the…
▽ More
Using a sample of 122 million Upsilon(3S) events recorded with the BaBar detector at the PEP-II asymmetric-energy e+e- collider at SLAC, we search for the $h_b(1P)$ spin-singlet partner of the P-wave chi_{bJ}(1P) states in the sequential decay Upsilon(3S) --> pi0 h_b(1P), h_b(1P) --> gamma eta_b(1S). We observe an excess of events above background in the distribution of the recoil mass against the pi0 at mass 9902 +/- 4(stat.) +/- 2(syst.) MeV/c^2. The width of the observed signal is consistent with experimental resolution, and its significance is 3.1sigma, including systematic uncertainties. We obtain the value (4.3 +/- 1.1(stat.) +/- 0.9(syst.)) x 10^{-4} for the product branching fraction BF(Upsilon(3S)-->pi0 h_b) x BF(h_b-->gamma eta_b).
△ Less
Submitted 17 October, 2011; v1 submitted 22 February, 2011;
originally announced February 2011.
-
LSST Science Book, Version 2.0
Authors:
LSST Science Collaboration,
Paul A. Abell,
Julius Allison,
Scott F. Anderson,
John R. Andrew,
J. Roger P. Angel,
Lee Armus,
David Arnett,
S. J. Asztalos,
Tim S. Axelrod,
Stephen Bailey,
D. R. Ballantyne,
Justin R. Bankert,
Wayne A. Barkhouse,
Jeffrey D. Barr,
L. Felipe Barrientos,
Aaron J. Barth,
James G. Bartlett,
Andrew C. Becker,
Jacek Becla,
Timothy C. Beers,
Joseph P. Bernstein,
Rahul Biswas,
Michael R. Blanton,
Joshua S. Bloom
, et al. (223 additional authors not shown)
Abstract:
A survey that can cover the sky in optical bands over wide fields to faint magnitudes with a fast cadence will enable many of the exciting science opportunities of the next decade. The Large Synoptic Survey Telescope (LSST) will have an effective aperture of 6.7 meters and an imaging camera with field of view of 9.6 deg^2, and will be devoted to a ten-year imaging survey over 20,000 deg^2 south…
▽ More
A survey that can cover the sky in optical bands over wide fields to faint magnitudes with a fast cadence will enable many of the exciting science opportunities of the next decade. The Large Synoptic Survey Telescope (LSST) will have an effective aperture of 6.7 meters and an imaging camera with field of view of 9.6 deg^2, and will be devoted to a ten-year imaging survey over 20,000 deg^2 south of +15 deg. Each pointing will be imaged 2000 times with fifteen second exposures in six broad bands from 0.35 to 1.1 microns, to a total point-source depth of r~27.5. The LSST Science Book describes the basic parameters of the LSST hardware, software, and observing plans. The book discusses educational and outreach opportunities, then goes on to describe a broad range of science that LSST will revolutionize: mapping the inner and outer Solar System, stellar populations in the Milky Way and nearby galaxies, the structure of the Milky Way disk and halo and other objects in the Local Volume, transient and variable objects both at low and high redshift, and the properties of normal and active galaxies at low and high redshift. It then turns to far-field cosmological topics, exploring properties of supernovae to z~1, strong and weak lensing, the large-scale distribution of galaxies and baryon oscillations, and how these different probes may be combined to constrain cosmological models and the physics of dark energy.
△ Less
Submitted 1 December, 2009;
originally announced December 2009.
-
LSST: from Science Drivers to Reference Design and Anticipated Data Products
Authors:
Željko Ivezić,
Steven M. Kahn,
J. Anthony Tyson,
Bob Abel,
Emily Acosta,
Robyn Allsman,
David Alonso,
Yusra AlSayyad,
Scott F. Anderson,
John Andrew,
James Roger P. Angel,
George Z. Angeli,
Reza Ansari,
Pierre Antilogus,
Constanza Araujo,
Robert Armstrong,
Kirk T. Arndt,
Pierre Astier,
Éric Aubourg,
Nicole Auza,
Tim S. Axelrod,
Deborah J. Bard,
Jeff D. Barr,
Aurelian Barrau,
James G. Bartlett
, et al. (288 additional authors not shown)
Abstract:
(Abridged) We describe here the most ambitious survey currently planned in the optical, the Large Synoptic Survey Telescope (LSST). A vast array of science will be enabled by a single wide-deep-fast sky survey, and LSST will have unique survey capability in the faint time domain. The LSST design is driven by four main science themes: probing dark energy and dark matter, taking an inventory of the…
▽ More
(Abridged) We describe here the most ambitious survey currently planned in the optical, the Large Synoptic Survey Telescope (LSST). A vast array of science will be enabled by a single wide-deep-fast sky survey, and LSST will have unique survey capability in the faint time domain. The LSST design is driven by four main science themes: probing dark energy and dark matter, taking an inventory of the Solar System, exploring the transient optical sky, and mapping the Milky Way. LSST will be a wide-field ground-based system sited at Cerro Pachón in northern Chile. The telescope will have an 8.4 m (6.5 m effective) primary mirror, a 9.6 deg$^2$ field of view, and a 3.2 Gigapixel camera. The standard observing sequence will consist of pairs of 15-second exposures in a given field, with two such visits in each pointing in a given night. With these repeats, the LSST system is capable of imaging about 10,000 square degrees of sky in a single filter in three nights. The typical 5$σ$ point-source depth in a single visit in $r$ will be $\sim 24.5$ (AB). The project is in the construction phase and will begin regular survey operations by 2022. The survey area will be contained within 30,000 deg$^2$ with $δ<+34.5^\circ$, and will be imaged multiple times in six bands, $ugrizy$, covering the wavelength range 320--1050 nm. About 90\% of the observing time will be devoted to a deep-wide-fast survey mode which will uniformly observe a 18,000 deg$^2$ region about 800 times (summed over all six bands) during the anticipated 10 years of operations, and yield a coadded map to $r\sim27.5$. The remaining 10\% of the observing time will be allocated to projects such as a Very Deep and Fast time domain survey. The goal is to make LSST data products, including a relational database of about 32 trillion observations of 40 billion objects, available to the public and scientists around the world.
△ Less
Submitted 23 May, 2018; v1 submitted 15 May, 2008;
originally announced May 2008.
-
SuperB: a linear high-luminosity B Factory
Authors:
J. Albert,
S. Bettarini,
M. Biagini,
G. Bonneaud,
Y. Cai,
G. Calderini,
M. Ciuchini,
G. P. Dubois-Felsmann,
S. Ecklund,
F. Forti,
T. J. Gershon,
M. A. Giorgi,
D. G. Hitlin,
D. W. G. S. Leith,
A. Lusiani,
D. B. MacFarlane,
F. Martinez-Vidal,
N. Neri,
A. Novokhatski,
M. Pierini,
G. Piredda,
S. Playfer,
F. C. Porter,
P. Raimondi,
B. N. Ratcliff
, et al. (7 additional authors not shown)
Abstract:
This paper is based on the outcome of the activity that has taken place during the recent workshop on "SuperB in Italy" held in Frascati on November 11-12, 2005. The workshop was opened by a theoretical introduction of Marco Ciuchini and was structured in two working groups. One focused on the machine and the other on the detector and experimental issues.
The present status on CP is mainly bas…
▽ More
This paper is based on the outcome of the activity that has taken place during the recent workshop on "SuperB in Italy" held in Frascati on November 11-12, 2005. The workshop was opened by a theoretical introduction of Marco Ciuchini and was structured in two working groups. One focused on the machine and the other on the detector and experimental issues.
The present status on CP is mainly based on the results achieved by BaBar and Belle. Estabilishment of the indirect CP violation in B sector in 2001 and of the direct CP violation in 2004 thanks to the success of PEP-II and KEKB e+e- asymmetric B Factories operating at the center of mass energy corresponding to the mass of the Y(4s). With the two B Factories taking data, the Unitarity Triangle is now beginning to be overconstrained by improving the measurements of the sides and now also of the angles alpha, and gamma. We are also in presence of the very intriguing results about the measurements of sin(2 beta) in the time dependent analysis of decay channels via penguin loops, where b --> s sbar s and b --> s dbar d. Tau physics, in particular LFV search, as well as charm and ISR physics are important parts of the scientific program of a SuperB Factory. The physics case together with possible scenarios for the high luminosity SuperB Factory based on the concepts of the Linear Collider and the related experimental issues are discussed.
△ Less
Submitted 23 December, 2005;
originally announced December 2005.
-
Global Fits of the CKM Matrix
Authors:
G. Eigen,
G. P. Dubois-Felsmann,
D. G. Hitlin,
F. C. Porter
Abstract:
We report upon the present status of global fits to Cabibbo-Kobayashi-Maskawa matrix.
We report upon the present status of global fits to Cabibbo-Kobayashi-Maskawa matrix.
△ Less
Submitted 30 December, 2003;
originally announced December 2003.
-
Sensitivity of CKM fits to theoretical uncertainties and their representation
Authors:
G. P. Dubois-Felsmann,
D. G. Hitlin,
F. C. Porter,
G. Eigen
Abstract:
There is now a rapidly growing body of experimental data relevant to the question of whether the standard model CKM quark mixing matrix is a correct description of \CP-violation as well as of non--\CP-violating flavor decay processes. In the detailed comparisons with theoretical predictions that are required to investigate this, a key challenge has been the representation of non-statistical unce…
▽ More
There is now a rapidly growing body of experimental data relevant to the question of whether the standard model CKM quark mixing matrix is a correct description of \CP-violation as well as of non--\CP-violating flavor decay processes. In the detailed comparisons with theoretical predictions that are required to investigate this, a key challenge has been the representation of non-statistical uncertainties, especially those arising in theoretical calculations. The analytical procedures that have been used to date require procedural value judgments on this matter that color the interpretation of the quantitative results they produce. Differences arising from these value judgments in the results obtained from the various global CKM fitting techniques in the literature are of a scale comparable to those arising from the other uncertainties in the input data and therefore cannot be ignored.
We have developed techniques for studying and visualizing the sensitivity of global CKM fits to non-statistical uncertainties and their parameterization, as well as techniques for visual evaluation of the consistency of experimental and theoretical inputs that minimize the implicit use of such value judgments, while illuminating their effects. We present these techniques and the results of such studies using recently updated theoretical and experimental inputs, discuss their implications for the interpretation of global CKM fits, and illustrate their possible future application as the uncertainties on the inputs are improved over the next several years.
△ Less
Submitted 22 September, 2003; v1 submitted 26 August, 2003;
originally announced August 2003.
-
The BaBar Event Building and Level-3 Trigger Farm Upgrade
Authors:
S. Luitz,
R. Bartoldus,
S. Dasu,
G. Dubois-Felsmann,
B. Franek,
J. Hamilton,
R. Jacobsen,
D. Kotturi,
I. Narsky,
C. O'Grady,
A. Perazzo,
R. Rodriguez,
E. Rosenberg,
A. Salnikov,
M. Weaver,
M. Wittgen
Abstract:
The BaBar experiment is the particle detector at the PEP-II B-factory facility at the Stanford Linear Accelerator Center. During the summer shutdown 2002 the BaBar Event Building and Level-3 trigger farm were upgraded from 60 Sun Ultra-5 machines and 100MBit/s Ethernet to 50 Dual-CPU 1.4GHz Pentium-III systems with Gigabit Ethernet. Combined with an upgrade to Gigabit Ethernet on the source side…
▽ More
The BaBar experiment is the particle detector at the PEP-II B-factory facility at the Stanford Linear Accelerator Center. During the summer shutdown 2002 the BaBar Event Building and Level-3 trigger farm were upgraded from 60 Sun Ultra-5 machines and 100MBit/s Ethernet to 50 Dual-CPU 1.4GHz Pentium-III systems with Gigabit Ethernet. Combined with an upgrade to Gigabit Ethernet on the source side and a major feature extraction software speedup, this pushes the performance of the BaBar event builder and L3 filter to 5.5kHz at current background levels, almost three times the original design rate of 2kHz. For our specific application the new farm provides 8.5 times the CPU power of the old system.
△ Less
Submitted 30 May, 2003;
originally announced May 2003.
-
A Generic Multi-node State Monitoring Subsystem
Authors:
James A. Hamilton,
Gregory P. Dubois-Felsmann,
Rainer Bartoldus
Abstract:
The BaBar online data acquisition (DAQ) system includes approximately fifty Unix systems that collectively implement the level-three trigger. These systems all run the same code. Each of these systems has its own state, and this state is expected to change in response to changes in the overall DAQ system. A specialized subsystem has been developed to initiate processing on this collection of sys…
▽ More
The BaBar online data acquisition (DAQ) system includes approximately fifty Unix systems that collectively implement the level-three trigger. These systems all run the same code. Each of these systems has its own state, and this state is expected to change in response to changes in the overall DAQ system. A specialized subsystem has been developed to initiate processing on this collection of systems, and to monitor them both for error conditions and to ensure that they all follow the same state trajectory within a specifiable period of time. This subsystem receives start commands from the main DAQ run control system, and reports major coherent state changes, as well as error conditions, back to the run control system. This state monitoring subsystem has the novel feature that it does not know anything about the state machines that it is monitoring, and hence does not introduce any fundamentally new state machine into the overall system. This feature makes it trivially applicable to other multi-node subsystems. Indeed it has already found a second application beyond the level-three trigger, within the BaBar experiment.
△ Less
Submitted 30 May, 2003;
originally announced May 2003.
-
Configuration Database for BaBar On-line
Authors:
R. Bartoldus,
G. Dubois-Felsmann,
Y. Kolomensky,
A. Salnikov
Abstract:
The configuration database is one of the vital systems in the BaBar on-line system. It provides services for the different parts of the data acquisition system and control system, which require run-time parameters. The original design and implementation of the configuration database played a significant role in the successful BaBar operations since the beginning of experiment. Recent additions t…
▽ More
The configuration database is one of the vital systems in the BaBar on-line system. It provides services for the different parts of the data acquisition system and control system, which require run-time parameters. The original design and implementation of the configuration database played a significant role in the successful BaBar operations since the beginning of experiment. Recent additions to the design of the configuration database provide better means for the management of data and add new tools to simplify main configuration tasks. We describe the design of the configuration database, its implementation with the Objectivity/DB object-oriented database, and our experience collected during the years of operation.
△ Less
Submitted 29 May, 2003;
originally announced May 2003.
-
The CKM Matrix and the Unitarity Triangle
Authors:
M. Battaglia,
A. J. Buras,
P. Gambino,
A. Stocchi,
D. Abbaneo,
A. Ali,
P. Amaral,
V. Andreev,
M. Artuso,
E. Barberio,
C. Bauer,
D. Becirevic,
M. Beneke,
I. Bigi,
C. Bozzi,
T. Brandt,
G. Buchalla,
M. Calvi,
D. Cassel,
V. Cirigliano,
M. Ciuchini,
G. Colangelo,
A. Dighe,
G. Dubois-Felsmann,
G. Eigen
, et al. (15 additional authors not shown)
Abstract:
This report contains the results of the Workshop on the CKM Unitarity Triangle, held at CERN on 13-16 February 2002 to study the determination of the CKM matrix from the available data of K, D, and B physics. This is a coherent document with chapters covering the determination of CKM elements from tree level decays and K and B meson mixing and the global fits of the unitarity triangle parameters…
▽ More
This report contains the results of the Workshop on the CKM Unitarity Triangle, held at CERN on 13-16 February 2002 to study the determination of the CKM matrix from the available data of K, D, and B physics. This is a coherent document with chapters covering the determination of CKM elements from tree level decays and K and B meson mixing and the global fits of the unitarity triangle parameters. The impact of future measurements is also discussed.
△ Less
Submitted 15 October, 2003; v1 submitted 14 April, 2003;
originally announced April 2003.