Zum Hauptinhalt springen

Showing 1–38 of 38 results for author: Carson, E

.
  1. arXiv:2409.03079  [pdf, other

    math.NA

    On the backward stability of s-step GMRES

    Authors: Erin Carson, Yuxin Ma

    Abstract: Communication, i.e., data movement, is a critical bottleneck for the performance of classical Krylov subspace method solvers on modern computer architectures. Variants of these methods which avoid communication have been introduced, which, while equivalent in exact arithmetic, can be unstable in finite precision. In this work, we address the backward stability of s-step GMRES, also known as commun… ▽ More

    Submitted 4 September, 2024; originally announced September 2024.

    Comments: 32 pages, 9 figures

    MSC Class: 65F10; 65F50; 65G50

  2. arXiv:2408.10109  [pdf, other

    math.NA

    On the loss of orthogonality in low-synchronization variants of reorthogonalized block classical Gram-Schmidt

    Authors: Erin Carson, Kathryn Lund, Yuxin Ma, Eda Oktay

    Abstract: Interest in communication-avoiding orthogonalization schemes for high-performance computing has been growing recently. This manuscript addresses open questions about the numerical stability of various block classical Gram-Schmidt variants that have been proposed in the past few years. An abstract framework is employed, the flexibility of which allows for new rigorous bounds on the loss of orthogon… ▽ More

    Submitted 19 August, 2024; originally announced August 2024.

    MSC Class: 65-04; 65F25; 65G50; 65Y20

  3. arXiv:2407.21637  [pdf, other

    math.NA

    Mixed precision HODLR matrices

    Authors: Erin Carson, Xinye Chen, Xiaobo Liu

    Abstract: Hierarchical matrix computations have attracted significant attention in the science and engineering community as exploiting data-sparse structures can significantly reduce the computational complexity of many important kernels. One particularly popular option within this class is the Hierarchical Off-Diagonal Low-Rank (HODLR) format. In this paper, we show that the off-diagonal blocks of HODLR ma… ▽ More

    Submitted 10 August, 2024; v1 submitted 31 July, 2024; originally announced July 2024.

    MSC Class: 65G50; 65F55; 68Q25; 65D18

  4. arXiv:2407.12208  [pdf, other

    math.NA

    Computing $k$-means in mixed precision

    Authors: Erin Carson, Xinye Chen, Xiaobo Liu

    Abstract: The $k$-means algorithm is one of the most popular and critical techniques in data mining and machine learning, and it has achieved significant success in numerous science and engineering domains. Computing $k$-means to a global optimum is NP-hard in Euclidean space, yet there are a variety of efficient heuristic algorithms, such as Lloyd's algorithm, that converge to a local optimum with superpol… ▽ More

    Submitted 16 July, 2024; originally announced July 2024.

    MSC Class: 65G50; 68Q25; 68R10; 68U05

  5. arXiv:2405.18363  [pdf, ps, other

    math.NA

    A comparison of mixed precision iterative refinement approaches for least-squares problems

    Authors: Erin Carson, Ieva Daužickaitė

    Abstract: Various approaches to iterative refinement (IR) for least-squares problems have been proposed in the literature and it may not be clear which approach is suitable for a given problem. We consider three approaches to IR for least-squares problems when two precisions are used and review their theoretical guarantees, known shortcomings and when the method can be expected to recognize that the correct… ▽ More

    Submitted 28 May, 2024; originally announced May 2024.

  6. arXiv:2405.01298  [pdf, other

    math.NA

    Reorthogonalized Pythagorean variants of block classical Gram-Schmidt

    Authors: Erin Carson, Kathryn Lund, Yuxin Ma, Eda Oktay

    Abstract: Block classical Gram-Schmidt (BCGS) is commonly used for orthogonalizing a set of vectors $X$ in distributed computing environments due to its favorable communication properties relative to other orthogonalization approaches, such as modified Gram-Schmidt or Householder. However, it is known that BCGS (as well as recently developed low-synchronization variants of BCGS) can suffer from a significan… ▽ More

    Submitted 8 September, 2024; v1 submitted 2 May, 2024; originally announced May 2024.

    MSC Class: 65-04; 65F25; 65G50; 65Y20

  7. arXiv:2401.03755  [pdf, other

    math.NA

    Mixed Precision FGMRES-Based Iterative Refinement for Weighted Least Squares

    Authors: Erin Carson, Eda Oktay

    Abstract: With the recent emergence of mixed precision hardware, there has been a renewed interest in its use for solving numerical linear algebra problems fast and accurately. The solution of least squares (LS) problems $\min_x\|b-Ax\|_2$, where $A \in \mathbb{R}^{m\times n}$, arise in numerous application areas. Overdetermined standard least squares problems can be solved by using mixed precision within t… ▽ More

    Submitted 26 January, 2024; v1 submitted 8 January, 2024; originally announced January 2024.

    Comments: 12 pages

    MSC Class: 65F08; 65F10; 65F20; 65G50; 65Y04; 65Y10 ACM Class: G.1.3; G.4

  8. arXiv:2307.03914  [pdf, ps, other

    math.NA

    Mixed Precision Iterative Refinement with Adaptive Precision Sparse Approximate Inverse Preconditioning

    Authors: Noaman Khan, Erin Carson

    Abstract: Hardware trends have motivated the development of mixed precision algo-rithms in numerical linear algebra, which aim to decrease runtime while maintaining acceptable accuracy. One recent development is the development of an adaptive precision sparse matrix-vector produce routine, which may be used to accelerate the solution of sparse linear systems by iterative methods. This approach is also appli… ▽ More

    Submitted 8 July, 2023; originally announced July 2023.

  9. arXiv:2306.06182  [pdf, other

    math.NA

    The effect of approximate coarsest-level solves on the convergence of multigrid V-cycle methods

    Authors: Petr Vacek, Erin Carson, Kirk M. Soodhalter

    Abstract: The multigrid V-cycle method is a popular method for solving systems of linear equations. It computes an approximate solution by using smoothing on fine levels and solving a system of linear equations on the coarsest level. Solving on the coarsest level depends on the size and difficulty of the problem. If the size permits, it is typical to use a direct method based on LU or Cholesky decomposition… ▽ More

    Submitted 7 May, 2024; v1 submitted 9 June, 2023; originally announced June 2023.

    Comments: 26 pages, 8 figures

    MSC Class: 65F10; 65N55; 65N22; 65F50

  10. arXiv:2305.19028  [pdf, ps, other

    math.NA

    Mixed Precision Rayleigh Quotient Iteration for Total Least Squares Problems

    Authors: Eda Oktay, Erin Carson

    Abstract: With the recent emergence of mixed precision hardware, there has been a renewed interest in its use for solving numerical linear algebra problems fast and accurately. The solution of total least squares problems, i.e., solving $\min_{E,r} \| [E, r]\|_F$ subject to $(A+E)x=b+r$, arises in numerous applications. Solving this problem requires finding the smallest singular value and corresponding righ… ▽ More

    Submitted 13 September, 2023; v1 submitted 30 May, 2023; originally announced May 2023.

    Comments: 20 pages

    MSC Class: 65F10; 65F20; 65G50; 65Y04; 65Y10 ACM Class: G.1.3; G.4

  11. The stability of split-preconditioned FGMRES in four precisions

    Authors: Erin Carson, Ieva Daužickaitė

    Abstract: We consider the split-preconditioned FGMRES method in a mixed precision framework, in which four potentially different precisions can be used for computations with the coefficient matrix, application of the left preconditioner, application of the right preconditioner, and the working precision. Our analysis is applicable to general preconditioners. We obtain bounds on the backward and forward erro… ▽ More

    Submitted 12 September, 2023; v1 submitted 21 March, 2023; originally announced March 2023.

  12. arXiv:2211.00953  [pdf, other

    math.NA

    Towards understanding CG and GMRES through examples

    Authors: Erin Carson, Jörg Liesen, Zdeněk Strakoš

    Abstract: When the CG method for solving linear algebraic systems was formulated about 70 years ago by Lanczos, Hestenes, and Stiefel, it was considered an iterative process possessing a mathematical finite termination property. CG was placed into a rich mathematical context, including links with Gauss quadrature and continued fractions. The optimality property of CG was described via a normalized weighted… ▽ More

    Submitted 1 February, 2024; v1 submitted 2 November, 2022; originally announced November 2022.

    Comments: 56 pages

    MSC Class: 15A60; 65F10; 65F35

  13. arXiv:2210.08839  [pdf, other

    math.NA

    Using Mixed Precision in Low-Synchronization Reorthogonalized Block Classical Gram-Schmidt

    Authors: Eda Oktay, Erin Carson

    Abstract: Using lower precision in algorithms can be beneficial in terms of reducing both computation and communication costs. Motivated by this, we aim to further the state-of-the-art in developing and analyzing mixed precision variants of iterative methods. In this work, we focus on the block variant of low-synchronization classical Gram-Schmidt with reorthogonalization, which we call BCGSI+LS. We demonst… ▽ More

    Submitted 17 October, 2022; originally announced October 2022.

    Comments: 9 pages

    MSC Class: 65F10; 65F25; 65G50; 65Y04; 65Y10 ACM Class: G.1.3; G.4

  14. arXiv:2205.13355  [pdf, ps, other

    math.NA

    Single-pass Nyström approximation in mixed precision

    Authors: Erin Carson, Ieva Daužickaitė

    Abstract: Low rank matrix approximations appear in a number of scientific computing applications. We consider the Nyström method for approximating a positive semidefinite matrix $A$. In the case that $A$ is very large or its entries can only be accessed once, a single-pass version may be necessary. In this work, we perform a complete rounding error analysis of the single-pass Nyström method in two precision… ▽ More

    Submitted 21 July, 2023; v1 submitted 26 May, 2022; originally announced May 2022.

  15. arXiv:2205.07805  [pdf, other

    math.NA

    Iterated Gauss-Seidel GMRES

    Authors: Stephen Thomas, Erin Carson, Miro Rozložník, Arielle Carr, Kasia Świrydowicz

    Abstract: The GMRES algorithm of Saad and Schultz (1986) is an iterative method for approximately solving linear systems $A{\bf x}={\bf b}$, with initial guess ${\bf x}_0$ and residual ${\bf r}_0 = {\bf b} - A{\bf x}_0$. The algorithm employs the Arnoldi process to generate the Krylov basis vectors (the columns of $V_k$). It is well known that this process can be viewed as a $QR$ factorization of the matrix… ▽ More

    Submitted 20 March, 2023; v1 submitted 16 May, 2022; originally announced May 2022.

    Comments: Updates to funding

  16. arXiv:2205.06791  [pdf, other

    stat.ML cs.LG

    Multiple Domain Causal Networks

    Authors: Tianhui Zhou, William E. Carson IV, Michael Hunter Klein, David Carlson

    Abstract: Observational studies are regarded as economic alternatives to randomized trials, often used in their stead to investigate and determine treatment efficacy. Due to lack of sample size, observational studies commonly combine data from multiple sources or different sites/centers. Despite the benefits of an increased sample size, a naive combination of multicenter data may result in incongruities ste… ▽ More

    Submitted 13 May, 2022; originally announced May 2022.

    Comments: 6 figures, 2 tables

  17. arXiv:2202.10204  [pdf, other

    math.NA

    Mixed Precision Iterative Refinement with Sparse Approximate Inverse Preconditioning

    Authors: Erin Carson, Noaman Khan

    Abstract: With the commercial availability of mixed precision hardware, mixed precision GMRES-based iterative refinement schemes have emerged as popular approaches for solving sparse linear systems. Existing analyses of these approaches, however, are based on using full LU factorizations to construct preconditioners for use within GMRES in each refinement step. In practical applications, inexact preconditio… ▽ More

    Submitted 31 August, 2022; v1 submitted 21 February, 2022; originally announced February 2022.

    Comments: 23 pages

    MSC Class: 65F08; 65F10; 65F50; 65G50; 65Y99 ACM Class: G.1.3

  18. arXiv:2201.09827  [pdf, other

    math.NA

    Mixed Precision GMRES-based Iterative Refinement with Recycling

    Authors: Eda Oktay, Erin Carson

    Abstract: With the emergence of mixed precision capabilities in hardware, iterative refinement schemes for solving linear systems $Ax=b$ have recently been revisited and reanalyzed in the context of three or more precisions. These new analyses show that under certain constraints on condition number, the LU factorization of the matrix can be computed in low precision without affecting the final accuracy. Ano… ▽ More

    Submitted 16 February, 2022; v1 submitted 24 January, 2022; originally announced January 2022.

    Comments: 18 pages

    MSC Class: 65F08; 65F10; 65G50; 65Y10 ACM Class: G.1.3; G.4

  19. arXiv:2201.02547  [pdf, other

    stat.ML cs.LG q-bio.GN

    AugmentedPCA: A Python Package of Supervised and Adversarial Linear Factor Models

    Authors: William E. Carson IV, Austin Talbot, David Carlson

    Abstract: Deep autoencoders are often extended with a supervised or adversarial loss to learn latent representations with desirable properties, such as greater predictivity of labels and outcomes or fairness with respects to a sensitive variable. Despite the ubiquity of supervised and adversarial deep latent factor models, these methods should demonstrate improvement over simpler linear approaches to be pre… ▽ More

    Submitted 7 January, 2022; originally announced January 2022.

    Comments: NeurIPS 2021 (Learning Meaningful Representations of Life Workshop)

  20. arXiv:2111.15347  [pdf, other

    cs.LG

    Adversarial Factor Models for the Generation of Improved Autism Diagnostic Biomarkers

    Authors: William E. Carson IV, Dmitry Isaev, Samatha Major, Guillermo Sapiro, Geraldine Dawson, David Carlson

    Abstract: Discovering reliable measures that inform on autism spectrum disorder (ASD) diagnosis is critical for providing appropriate and timely treatment for this neurodevelopmental disorder. In this work we present applications of adversarial linear factor models in the creation of improved biomarkers for ASD diagnosis. First, we demonstrate that an adversarial linear factor model can be used to remove co… ▽ More

    Submitted 24 September, 2021; originally announced November 2021.

    Comments: 5 pages, 3 figures

  21. arXiv:2110.01664  [pdf, other

    stat.ML cs.LG

    Estimating Potential Outcome Distributions with Collaborating Causal Networks

    Authors: Tianhui Zhou, William E Carson IV, David Carlson

    Abstract: Traditional causal inference approaches leverage observational study data to estimate the difference in observed and unobserved outcomes for a potential treatment, known as the Conditional Average Treatment Effect (CATE). However, CATE corresponds to the comparison on the first moment alone, and as such may be insufficient in reflecting the full picture of treatment effects. As an alternative, est… ▽ More

    Submitted 20 September, 2022; v1 submitted 4 October, 2021; originally announced October 2021.

    Comments: https://openreview.net/forum?id=q1Fey9feu7

    Journal ref: Transactions on Machine Learning Research, 2022

  22. arXiv:2107.06200  [pdf, other

    math.NA

    Multistage Mixed Precision Iterative Refinement

    Authors: Eda Oktay, Erin Carson

    Abstract: Low precision arithmetic, in particular half precision floating point arithmetic, is now available in commercial hardware. Using lower precision can offer significant savings in computation and communication costs with proportional savings in energy. Motivated by this, there has been a renewed interest in mixed precision iterative refinement for solving linear systems $Ax=b$, and new variants of G… ▽ More

    Submitted 15 November, 2021; v1 submitted 13 July, 2021; originally announced July 2021.

    Comments: 30 pages

    MSC Class: 65F08; 65F10; 65G50; 65Y10 ACM Class: G.1.3; G.4

  23. arXiv:2107.05491  [pdf, other

    eess.IV cs.AI cs.CV

    Synthesizing Multi-Tracer PET Images for Alzheimer's Disease Patients using a 3D Unified Anatomy-aware Cyclic Adversarial Network

    Authors: Bo Zhou, Rui Wang, Ming-Kai Chen, Adam P. Mecca, Ryan S. O'Dell, Christopher H. Van Dyck, Richard E. Carson, James S. Duncan, Chi Liu

    Abstract: Positron Emission Tomography (PET) is an important tool for studying Alzheimer's disease (AD). PET scans can be used as diagnostics tools, and to provide molecular characterization of patients with cognitive disorders. However, multiple tracers are needed to measure glucose metabolism (18F-FDG), synaptic vesicle protein (11C-UCB-J), and $β$-amyloid (11C-PiB). Administering multiple tracers to pati… ▽ More

    Submitted 12 July, 2021; originally announced July 2021.

    Comments: Accepted at MICCAI 2021

  24. arXiv:2103.09210  [pdf, other

    math.NA

    Mixed Precision $s$-step Lanczos and Conjugate Gradient Algorithms

    Authors: Erin Carson, Tomáš Gergelits

    Abstract: Compared to the classical Lanczos algorithm, the $s$-step Lanczos variant has the potential to improve performance by asymptotically decreasing the synchronization cost per iteration. However, this comes at a cost. Despite being mathematically equivalent, the $s$-step variant is known to behave quite differently in finite precision, with potential for greater loss of accuracy and a decrease in the… ▽ More

    Submitted 30 August, 2021; v1 submitted 16 March, 2021; originally announced March 2021.

    Comments: 34 pages

    MSC Class: 65G50; 65F10; 65F15; 65N15; 65N12

  25. Multiparametric Cardiac 18F-FDG PET: Pilot Comparison of FDG Delivery Rate with 82Rb Myocardial Blood Flow

    Authors: Yang Zuo, Javier E. Lopez, Thomas W. Smith, Cameron C. Foster, Richard E. Carson, Ramsey D. Badawi, Guobao Wang

    Abstract: Myocardial blood flow (MBF) and flow reserve are usually quantified in the clinic with positron emission tomography (PET) using a perfusion-specific radiotracer (e.g. 82Rbchloride). However, the clinical accessibility of existing perfusion tracers remains limited. Meanwhile, 18F-fluorodeoxyglucose (FDG) is a commonly used radiotracer for PET metabolic imaging without similar limitations. In this p… ▽ More

    Submitted 12 July, 2021; v1 submitted 23 October, 2020; originally announced October 2020.

  26. An overview of block Gram-Schmidt methods and their stability properties

    Authors: Erin Carson, Kathryn Lund, Miroslav Rozložník, Stephen Thomas

    Abstract: Block Gram-Schmidt algorithms serve as essential kernels in many scientific computing applications, but for many commonly used variants, a rigorous treatment of their stability properties remains open. This work provides a comprehensive categorization of block Gram-Schmidt algorithms, particularly those used in Krylov subspace methods to build orthonormal bases one block vector at a time. Known st… ▽ More

    Submitted 21 August, 2021; v1 submitted 22 October, 2020; originally announced October 2020.

    Comments: 53 pages, 5 tables, 16 figures, 22 algorithms

    MSC Class: 15-02; 15A23; 65-02; 65F05; 65F10; 65F25

  27. arXiv:2007.06674  [pdf, other

    cs.MS math.NA

    A Survey of Numerical Methods Utilizing Mixed Precision Arithmetic

    Authors: Ahmad Abdelfattah, Hartwig Anzt, Erik G. Boman, Erin Carson, Terry Cojean, Jack Dongarra, Mark Gates, Thomas Grützmacher, Nicholas J. Higham, Sherry Li, Neil Lindquist, Yang Liu, Jennifer Loe, Piotr Luszczek, Pratik Nayak, Sri Pranesh, Siva Rajamanickam, Tobias Ribizel, Barry Smith, Kasia Swirydowicz, Stephen Thomas, Stanimire Tomov, Yaohung M. Tsai, Ichitaro Yamazaki, Urike Meier Yang

    Abstract: Within the past years, hardware vendors have started designing low precision special function units in response to the demand of the Machine Learning community and their demand for high compute power in low precision formats. Also the server-line products are increasingly featuring low-precision special function units, such as the NVIDIA tensor cores in ORNL's Summit supercomputer providing more t… ▽ More

    Submitted 13 July, 2020; originally announced July 2020.

    Comments: Technical report as a part of the Exascale computing project (ECP)

    ACM Class: G.1.3; G.4

  28. arXiv:1909.01394  [pdf

    eess.IV cs.CV cs.LG physics.med-ph

    A Novel Loss Function Incorporating Imaging Acquisition Physics for PET Attenuation Map Generation using Deep Learning

    Authors: Luyao Shi, John A. Onofrey, Enette Mae Revilla, Takuya Toyonaga, David Menard, Jo-seph Ankrah, Richard E. Carson, Chi Liu, Yihuan Lu

    Abstract: In PET/CT imaging, CT is used for PET attenuation correction (AC). Mismatch between CT and PET due to patient body motion results in AC artifacts. In addition, artifact caused by metal, beam-hardening and count-starving in CT itself also introduces inaccurate AC for PET. Maximum likelihood reconstruction of activity and attenuation (MLAA) was proposed to solve those issues by simultaneously recons… ▽ More

    Submitted 3 September, 2019; originally announced September 2019.

    Comments: Accepted at MICCAI 2019

  29. arXiv:1908.04081  [pdf, other

    math.NA cs.DC

    An Adaptive $s$-step Conjugate Gradient Algorithm with Dynamic Basis Updating

    Authors: Erin C. Carson

    Abstract: The adaptive $s$-step CG algorithm is a solver for sparse, symmetric positive definite linear systems designed to reduce the synchronization cost per iteration while still achieving a user-specified accuracy requirement. In this work, we improve the adaptive $s$-step conjugate gradient algorithm by use of iteratively updated estimates of the largest and smallest Ritz values, which give approximati… ▽ More

    Submitted 12 August, 2019; originally announced August 2019.

    Comments: 25 pages, 4 figures

  30. Predict-and-recompute conjugate gradient variants

    Authors: Tyler Chen, Erin C. Carson

    Abstract: The standard implementation of the conjugate gradient algorithm suffers from communication bottlenecks on parallel architectures, due primarily to the two global reductions required every iteration. In this paper, we study conjugate gradient variants which decrease the runtime per iteration by overlapping global synchronizations, and in the case of pipelined variants, matrix-vector products. Throu… ▽ More

    Submitted 20 March, 2021; v1 submitted 4 May, 2019; originally announced May 2019.

    Comments: This material is based upon work supported by the NSF GRFP. Code for reproducing all figures and tables can be found here: https://github.com/tchen01/new_cg_variants

    MSC Class: 65Y05; 65F10; 65F15; 65Y05; 68W10

    Journal ref: SIAM Journal on Scientific Computing, 2020, Vol. 42, No. 5 : pp. A3084-A3108

  31. arXiv:1701.03989  [pdf, ps, other

    math.NA

    The Adaptive $s$-step Conjugate Gradient Method

    Authors: Erin Carson

    Abstract: On modern large-scale parallel computers, the performance of Krylov subspace iterative methods is limited by global synchronization. This has inspired the development of $s$-step Krylov subspace method variants, in which iterations are computed in blocks of $s$, which can reduce the number of global synchronizations per iteration by a factor of $O(s)$. Although the $s$-step variants are mathemat… ▽ More

    Submitted 14 January, 2017; originally announced January 2017.

  32. arXiv:0904.2230  [pdf, ps, other

    astro-ph.EP astro-ph.IM

    OSETI with STACEE: A Search for Nanosecond Optical Transients from Nearby Stars

    Authors: D. S. Hanna, J. Ball, C. E. Covault, J. E. Carson, D. D. Driscoll, P. Fortin, D. M. Gingrich, A. Jarvis, J. Kildea, T. Lindner, C. Mueller, R. Mukherjee, R. A. Ong, K. Ragan, D. A. Williams, J. Zweerink

    Abstract: We have used the STACEE high-energy gamma-ray detector to look for fast blue-green laser pulses from the vicinity of 187 stars. The STACEE detector offers unprecedented light-collecting capability for the detection of nanosecond pulses from such lasers. We estimate STACEE's sensitivity to be approximately 10 photons per square meter at a wavelength of 420 nm. The stars have been chosen because t… ▽ More

    Submitted 14 April, 2009; originally announced April 2009.

    Comments: 38 pages, 12 figures. Accepted for publication in Astrobiology

  33. arXiv:0710.4623  [pdf, other

    astro-ph

    Observations of the Pulsar PSR B1951+32 with the Solar Tower Atmospheric Cherenkov Effect Experiment

    Authors: J. Kildea, J. Zweerink, J. Ball, J. E. Carson, C. E. Covault, D. D. Driscoll, P. Fortin, D. M. Gingrich, D. S. Hanna, A. Jarvis, T. Lindner, C. Mueller, R. Mukherjee, R. A. Ong, K. Ragan, D. A. Williams

    Abstract: We present the analysis and results of 12.5 hours of high-energy gamma-ray observations of the EGRET-detected pulsar PSR B1951+32 using the Solar Tower Atmospheric Cherenkov Effect Experiment (STACEE). STACEE is an atmospheric Cherenkov detector, in Albuquerque, New Mexico, that detects cosmic gamma rays using the shower-front-sampling technique. STACEE's sensitivity to astrophysical sources at… ▽ More

    Submitted 25 October, 2007; originally announced October 2007.

    Comments: 4 pages, 1 figure, ICRC 2007 conference proceedings

  34. arXiv:0710.4170  [pdf, ps, other

    astro-ph

    STACEE Observations of 1ES 1218+304

    Authors: STACEE Collaboration, R. Mukherjee, N. Akhter, J. Ball, J. E. Carson, C. E. Covault, D. D. Driscoll, P. Fortin, D. M. Gingrich, D. S. Hanna, A. Jarvis, J. Kildea, T. Lindner, C. Mueller, R. A. Ong, K. Ragan, D. A. Williams, J. Zweerink

    Abstract: We present the analysis and results of recent high-energy gamma-ray observations of the high energy-peaked BL Lac (HBL) object 1ES 1218+304 with the Solar Tower Atmospheric Cherenkov Effect Experiment (STACEE). 1ES 1218+304 is an X-ray bright HBL at a redshift z=0.182. It has been predicted to be a gamma-ray emitter above 100 GeV, detectable by ground-based Cherenkov telescopes. Recently this so… ▽ More

    Submitted 22 October, 2007; originally announced October 2007.

    Comments: 4 pages, 4 figures. Proc. 30th International Cosmic Ray Conference, Meridia, Mexico, 2007

  35. arXiv:0710.4149  [pdf, ps, other

    astro-ph

    Gamma-Ray Burst Follow-up Observations with STACEE During 2003-2007

    Authors: STACEE Collaboration, A. Jarvis, J. Ball, J. E. Carson, C. E. Covault, D. D. Driscoll, P. Fortin, D. M. Gingrich, D. S. Hanna, J. Kildea, T. Lindner, R. Mukherjee, C. Mueller, R. A. Ong, K. Ragan, D. A. Williams, J. Zweerink

    Abstract: The Solar Tower Atmospheric Cherenkov Effect Experiment (STACEE) is an atmospheric Cherenkov telescope (ACT) that uses a large mirror array to achieve a relatively low energy threshold. For sources with Crab-like spectra, at high elevations, the detector response peaks near 100 GeV. Gamma-ray burst (GRB) observations have been a high priority for the STACEE collaboration since the inception of t… ▽ More

    Submitted 22 October, 2007; originally announced October 2007.

    Comments: 4 pages, 1 table, 2 figures, presented at the 30th International Cosmic Ray Conference, Merida, Mexico, 2007

  36. arXiv:0710.3545  [pdf, ps, other

    astro-ph

    Search for Dark Matter Annihilation in Draco with STACEE

    Authors: STACEE Collaboration, D. D. Driscoll, J. Ball, J. E. Carson, C. E. Covault, P. Fortin, D. M. Gingrich, D. S. Hanna, A. Jarvis, J. Kildea, T. Lindner, C. Mueller, R. Mukherjee, R. A. Ong, K. Ragan, D. A. Williams, J. Zweerink

    Abstract: For some time, the Draco dwarf spheroidal galaxy has garnered interest as a possible source for the indirect detection of dark matter. Its large mass-to-light ratio and relative proximity to the Earth provide favorable conditions for the production of detectable gamma rays from dark matter self-annihilation in its core. The Solar Tower Atmospheric Cherenkov Effect Experiment (STACEE) is an air-s… ▽ More

    Submitted 18 October, 2007; originally announced October 2007.

    Comments: 4 pages, 1 table, 4 figures, presented at the 30th International Cosmic Ray Conference, Meridia, Mexico, 2007

  37. The Energy Spectrum of the Blazar Markarian 421 Above 130 GeV

    Authors: J. E. Carson, J. Kildea, R. A. Ong, J. Ball, D. A. Bramel, C. E. Covault, D. Driscoll, P. Fortin, D. M. Gingrich, D. S. Hanna, T. Lindner, C. Mueller, A. Jarvis, R. Mukherjee, K. Ragan, R. A. Scalzo, D. A. Williams, J. Zweerink

    Abstract: Markarian 421 (Mrk 421) was the first blazar detected at gamma-ray energies above 300 GeV, and it remains one of only twelve TeV blazars detected to date. TeV gamma-ray measurements of its flaring activity and spectral variability have placed constraints on models of the high-energy emission from blazars. However, observations between 50 and 300 GeV are rare, and the high-energy peak of the spec… ▽ More

    Submitted 19 December, 2006; originally announced December 2006.

    Comments: 16 pages, 4 figures, submitted to ApJ

    Journal ref: Astrophys.J.662:199-204,2007

  38. GLAST: physics goals and instrument status

    Authors: Jennifer E. Carson

    Abstract: The Gamma-ray Large Area Space Telescope (GLAST) is a space-based observatory scheduled to launch in October 2007 with two instruments: (1) the GLAST Burst Monitor (GBM), sensitive to photon energies between 8 keV and 25 MeV and optimized to detect gamma-ray bursts, and (2) the Large Area Telescope (LAT), sensitive to gamma rays between ~20 MeV and 300 GeV and designed to survey the gamma-ray sk… ▽ More

    Submitted 31 October, 2006; originally announced October 2006.

    Comments: to appear in Proceedings of TeV Particle Astrophysics II, 28-31 August 2006, Madison, WI, USA

    Journal ref: J.Phys.Conf.Ser.60:115-118,2007