38 results on '"Lars Bergstrom"'
Search Results
2. A portable interface for runtime energy monitoring.
- Author
-
Connor Imes, Lars Bergstrom, and Henry Hoffmann
- Published
- 2016
- Full Text
- View/download PDF
3. Parallel Performance-Energy Predictive Modeling of Browsers: Case Study of Servo.
- Author
-
Rohit Zambre, Lars Bergstrom, Laleh Aghababaie Beni, and Aparna Chandramowlishwaran
- Published
- 2016
- Full Text
- View/download PDF
4. Practical and effective higher-order optimizations.
- Author
-
Lars Bergstrom, Matthew Fluet, Matthew Le 0001, John H. Reppy, and Nora Sandler
- Published
- 2014
- Full Text
- View/download PDF
5. Data-only flattening for nested data parallelism.
- Author
-
Lars Bergstrom, Matthew Fluet, Mike Rainey, John H. Reppy, Stephen Rosen, and Adam Shaw
- Published
- 2013
- Full Text
- View/download PDF
6. Nested data-parallelism on the gpu.
- Author
-
Lars Bergstrom and John H. Reppy
- Published
- 2012
- Full Text
- View/download PDF
7. Garbage collection for multicore NUMA machines.
- Author
-
Sven Auhagen, Lars Bergstrom, Matthew Fluet, and John H. Reppy
- Published
- 2011
- Full Text
- View/download PDF
8. Lazy tree splitting.
- Author
-
Lars Bergstrom, Mike Rainey, John H. Reppy, Adam Shaw, and Matthew Fluet
- Published
- 2010
- Full Text
- View/download PDF
9. Programming in Manticore, a Heterogenous Parallel Functional Language.
- Author
-
Matthew Fluet, Lars Bergstrom, Nic Ford, Mike Rainey, John H. Reppy, Adam Shaw, and Yingqi Xiao
- Published
- 2009
- Full Text
- View/download PDF
10. Arity Raising in Manticore.
- Author
-
Lars Bergstrom and John H. Reppy
- Published
- 2009
- Full Text
- View/download PDF
11. Neutrino Physics - Proceedings Of Nobel Symposium 129
- Author
-
Lars Bergstrom, O Botner, Per Carlson
- Published
- 2006
12. Particle Physics And The Universe, Proceedings Of Nobel Symposium 109
- Author
-
Lars Bergstrom, Per Carlson, Claes Fransson
- Published
- 2001
13. Oskar Klein Memorial Lectures, The (Vol 3): (Volume 3)
- Author
-
Lars Bergstrom, Ulf Lindstrom
- Published
- 2001
14. Parallel Performance-Energy Predictive Modeling of Browsers: Case Study of Servo
- Author
-
Lars Bergstrom, Laleh Aghababaie Beni, Aparna Chandramowlishwaran, and Rohit Zambre
- Subjects
FOS: Computer and information sciences ,Computer Science - Machine Learning ,Computer science ,Concurrency ,05 social sciences ,020207 software engineering ,Machine Learning (stat.ML) ,02 engineering and technology ,computer.software_genre ,Graphics pipeline ,050105 experimental psychology ,Rendering (computer graphics) ,Machine Learning (cs.LG) ,Computer Science - Distributed, Parallel, and Cluster Computing ,Statistics - Machine Learning ,Web page ,0202 electrical engineering, electronic engineering, information engineering ,Operating system ,0501 psychology and cognitive sciences ,Distributed, Parallel, and Cluster Computing (cs.DC) ,computer - Abstract
Mozilla Research is developing Servo, a parallel web browser engine, to exploit the benefits of parallelism and concurrency in the web rendering pipeline. Parallelization results in improved performance for pinterest.com but not for google.com. This is because the workload of a browser is dependent on the web page it is rendering. In many cases, the overhead of creating, deleting, and coordinating parallel work outweighs any of its benefits. In this paper, we model the relationship between web page primitives and a web browser's parallel performance using supervised learning. We discover a feature space that is representative of the parallelism available in a web page and characterize it using seven key features. Additionally, we consider energy usage trade-offs for different levels of performance improvements using automated labeling algorithms. Such a model allows us to predict the degree of parallelism available in a web page and decide whether or not to render a web page in parallel. This modeling is critical for improving the browser's performance and minimizing its energy usage. We evaluate our model by using Servo's layout stage as a case study. Experiments on a quad-core Intel Ivy Bridge (i7-3615QM) laptop show that we can improve performance and energy usage by up to 94.52% and 46.32% respectively on the 535 web pages considered in this study. Looking forward, we identify opportunities to apply this model to other stages of a browser's architecture as well as other performance- and energy-critical devices., Comment: In Proceedings of the 23rd IEEE International Conference on High Performance Computing, Data, and Analytics (HiPC), Hyderabad, India, December 2016
- Published
- 2020
- Full Text
- View/download PDF
15. Data-only flattening for nested data parallelism
- Author
-
Mike Rainey, Lars Bergstrom, Stephen Rosen, Adam Shaw, John Reppy, and Matthew Fluet
- Subjects
Class (computer programming) ,Multi-core processor ,Programming language ,Computer science ,Data parallelism ,Computation ,Task parallelism ,020207 software engineering ,02 engineering and technology ,Parallel computing ,Data structure ,computer.software_genre ,Computer Graphics and Computer-Aided Design ,Flattening ,NESL ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,Parallelism (grammar) ,Compiler ,Implicit parallelism ,computer ,Software ,computer.programming_language - Abstract
Data parallelism has proven to be an effective technique for high-level programming of a certain class of parallel applications, but it is not well suited to irregular parallel computations. Blelloch and others proposed nested data parallelism (NDP) as a language mechanism for programming irregular parallel applications in a declarative data-parallel style. The key to this approach is a compiler transformation that flattens the NDP computation and data structures into a form that can be executed efficiently on a wide-vector SIMD architecture. Unfortunately, this technique is ill suited to execution on today's multicore machines. We present a new technique, called data-only flattening , for the compilation of NDP, which is suitable for multicore architectures. Data-only flattening transforms nested data structures in order to expose programs to various optimizations while leaving control structures intact. We present a formal semantics of data-only flattening in a core language with a rewriting system. We demonstrate the effectiveness of this technique in the Parallel ML implementation and we report encouraging experimental results across various benchmark applications.
- Published
- 2013
16. A portable interface for runtime energy monitoring
- Author
-
Lars Bergstrom, Henry Hoffmann, and Connor Imes
- Subjects
Profiling (computer programming) ,Flexibility (engineering) ,Java ,Computer science ,business.industry ,Interface (computing) ,020207 software engineering ,02 engineering and technology ,Energy consumption ,Porting ,020202 computer hardware & architecture ,Portable application ,Embedded system ,0202 electrical engineering, electronic engineering, information engineering ,business ,computer ,computer.programming_language ,Rust (programming language) - Abstract
As energy consumption becomes a first class concern for computing systems, there is an increasing need for application-level access to runtime power/energy measurements. To support this need, a growing number of power and energy monitors are being developed, each with their own interfaces. In fact, the approaches are extremely diverse, and porting energy-aware code to new platforms with new hardware can involve significant rewriting effort. To reduce this effort and support portable, application-level energy monitoring, a common interface is needed. In this paper, we propose EnergyMon, a portable application interface that is independent of underlying power/energy data sources. We demonstrate EnergyMon's flexibility with two case studies -- energy-aware profiling and self-adaptive systems, each of which requires monitoring energy across a range of hardware from different manufacturers. We release the EnergyMon interface, implementations, utilities, and Java and Rust bindings and abstractions as open source.
- Published
- 2016
17. Engineering the servo web browser engine using Rust
- Author
-
Lars Bergstrom, Manish Goregaokar, Simon Sapin, Jack Moffitt, Josh Matthews, Brian Anderson, and Keegan McAllister
- Subjects
Computer science ,business.industry ,Concurrency ,020207 software engineering ,02 engineering and technology ,computer.software_genre ,System programming ,020204 information systems ,0202 electrical engineering, electronic engineering, information engineering ,Code (cryptography) ,Operating system ,The Internet ,Software engineering ,business ,Programmer ,computer ,Memory safety ,Rust (programming language) ,computer.programming_language - Abstract
All modern web browsers --- Internet Explorer, Firefox, Chrome, Opera, and Safari --- have a core rendering engine written in C++. This language choice was made because it affords the systems programmer complete control of the underlying hardware features and memory in use, and it provides a transparent compilation model. Unfortunately, this language is complex (especially to new contributors!), challenging to write correct parallel code in, and highly susceptible to memory safety issues that potentially lead to security holes. Servo is a project started at Mozilla Research to build a new web browser engine that preserves the capabilities of these other browser engines but also both takes advantage of the recent trends in parallel hardware and is more memory-safe. We use a new language, Rust, that provides us a similar level of control of the underlying system to C++ but which statically prevents many memory safety issues and provides direct support for parallelism and concurrency. In this paper, we show how a language with an advanced type system can address many of the most common security issues and software engineering challenges in other browser engines, while still producing code that has the same performance and memory profile. This language is also quite accessible to new open source contributors and employees, even those without a background in C++ or systems programming. We also outline several pitfalls encountered along the way and describe some potential areas for future improvement.
- Published
- 2016
18. Lazy tree splitting
- Author
-
John Reppy, Lars Bergstrom, Adam Shaw, Mike Rainey, and Matthew Fluet
- Subjects
Binary splitting ,Theoretical computer science ,Binary tree ,Computer science ,Parallel algorithm ,Parallel computing ,computer.software_genre ,Computer Graphics and Computer-Aided Design ,Robustness (computer science) ,Scalability ,Compiler ,computer ,Parallel array ,Software ,Declarative programming - Abstract
Nested data-parallelism (NDP) is a declarative style for programming irregular parallel applications. NDP languages provide language features favoring the NDP style, efficient compilation of NDP programs, and various common NDP operations like parallel maps, filters, and sum-like reductions. In this paper, we describe the implementation of NDP in Parallel ML (PML), part of the Manticore project. Managing the parallel decomposition of work is one of the main challenges of implementing NDP. If the decomposition creates too many small chunks of work, performance will be eroded by too much parallel overhead. If, on the other hand, there are too few large chunks of work, there will be too much sequential processing and processors will sit idle. Recently the technique of Lazy Binary Splitting was proposed for dynamic parallel decomposition of work on flat arrays, with promising results. We adapt Lazy Binary Splitting to parallel processing of binary trees, which we use to represent parallel arrays in PML. We call our technique Lazy Tree Splitting (LTS). One of its main advantages is its performance robustness: per-program tuning is not required to achieve good performance across varying platforms. We describe LTS-based implementations of standard NDP operations, and we present experimental data demonstrating the scalability of LTS across a range of benchmarks.
- Published
- 2010
19. Practical and effective higher-order optimizations
- Author
-
John Reppy, Matthew Fluet, Lars Bergstrom, Matthew Le, and Nora Sandler
- Subjects
Programming language ,Computer science ,Subroutine ,Call site ,Inline expansion ,Parallel computing ,computer.software_genre ,Computer Graphics and Computer-Aided Design ,Control flow analysis ,Copy propagation ,Manifest expression ,Single Compilation Unit ,Interprocedural optimization ,Compiler ,computer ,Software - Abstract
Inlining is an optimization that replaces a call to a function with that function's body. This optimization not only reduces the overhead of a function call, but can expose additional optimization opportunities to the compiler, such as removing redundant operations or unused conditional branches. Another optimization, copy propagation, replaces a redundant copy of a still-live variable with the original. Copy propagation can reduce the total number of live variables, reducing register pressure and memory usage, and possibly eliminating redundant memory-to-memory copies. In practice, both of these optimizations are implemented in nearly every modern compiler. These two optimizations are practical to implement and effective in first-order languages, but in languages with lexically-scoped first-class functions (aka, closures), these optimizations are not available to code programmed in a higher-order style. With higher-order functions, the analysis challenge has been that the environment at the call site must be the same as at the closure capture location, up to the free variables, or the meaning of the program may change. Olin Shivers' 1991 dissertation called this family of optimizations superΒ and he proposed one analysis technique, called reflow , to support these optimizations. Unfortunately, reflow has proven too expensive to implement in practice. Because these higher-order optimizations are not available in functional-language compilers, programmers studiously avoid uses of higher-order values that cannot be optimized (particularly in compiler benchmarks). This paper provides the first practical and effective technique for superΒ (higher-order) inlining and copy propagation, which we call unchanged variable analysis. We show that this technique is practical by implementing it in the context of a real compiler for an ML-family language and showing that the required analyses have costs below 3% of the total compilation time. This technique's effectiveness is shown through a set of benchmarks and example programs, where this analysis exposes additional potential optimization sites.
- Published
- 2014
20. Remembering Héctor
- Author
-
Lars Bergstrom
- Published
- 2011
21. Programming in Manticore, a Heterogenous Parallel Functional Language
- Author
-
Adam Shaw, Nic Ford, Lars Bergstrom, Mike Rainey, Yingqi Xiao, Matthew Fluet, and John Reppy
- Subjects
Functional programming ,Theoretical computer science ,Parallelism (rhetoric) ,Programming language ,Computer science ,Concurrency ,Thread (computing) ,computer.software_genre ,Variety (linguistics) ,Runtime system ,Synchronization (computer science) ,Concurrent computing ,Control (linguistics) ,computer - Abstract
The Manticore project is an effort to design and implement a new functional language for parallel programming. Unlike many earlier parallel languages, Manticore is a heterogeneous language that supports parallelism at multiple levels. Specifically, the Manticore language combines Concurrent ML-style explicit concurrency with fine-grain, implicitly threaded, parallel constructs. These lectures will introduce the Manticore language and explore a variety of programs written to take advantage of heterogeneous parallelism. At the explicit-concurrency level, Manticore supports the creation of distinct threads of control and the coordination of threads through first-class synchronous-message passing. Message-passing synchronization, in contrast to shared-memory synchronization, fits naturally with the functional-programming paradigm. At the implicit-parallelism level, Manticore supports a diverse collection of parallel constructs for different granularities of work. Many of these constructs are inspired by common functional-programming idioms. In addition to describing the basic mechanisms, we will present a number of useful programming techniques that are enabled by these mechanisms.
- Published
- 2010
22. Arity Raising in Manticore
- Author
-
John Reppy and Lars Bergstrom
- Subjects
Theoretical computer science ,Computer science ,Path (graph theory) ,Compiler ,Arity ,Argument (linguistics) ,Tuple ,computer.software_genre ,Raising (linguistics) ,computer - Abstract
Compilers for polymorphic languages are required to treat values in programs in an abstract and generic way at the source level. The challenges of optimizing the boxing of raw values, flattening of argument tuples, and raising the arity of functions that handle complex structures to reduce memory usage are old ones, but take on newfound import with processors that have twice as many registers. We present a novel strategy that uses both control-flow and type information to provide an arity raising implementation addressing these problems. This strategy is conservative -- no matter the execution path, the transformed program will not perform extra operations.
- Published
- 2010
23. Report on the Eleventh ICFP Programming Contest
- Author
-
Garrett Morris, Emerson Murphy-Hill, Tim Chevalier, Lars Bergstrom, Adam Shaw, Virgin Gheorghiu, Mike Rainey, Any Gill, John Reppy, Chuan-kai Lin, and Tim Sheard
- Subjects
Computer science ,Programming language ,ICFP Programming Contest ,computer.software_genre ,Eleventh ,computer - Published
- 2008
24. An integral field spectrograph for SNAP
- Author
-
Anne Ealet, Eric Prieto, Alain Bonissent, Roger Malina, Grard Smadja, A. Tilquin, Gary Bernstein, Stephane Basa, D. Fouchez, Olivier Le Fevre, Alain Mazure, Greg Aldering, R. Amanullah, Pierre Astier, E. Barrelet, Christopher J. Bebek, Lars Bergstrom, Manfred Bester, Roger Blandford, Ralph C. Bohlin, Charles R. Bower, Mark L. Brown, Myron Campbell, William C. Carithers, Jr., Eugene D. Commins, W. Craig, C. Day, F. DeJongh, Susana E. Deustua, H. T. Diehl, S. Dodelson, Richard S. Ellis, M. Emmet, Josh Frieman, Andrew Fruchter, D. Gerdes, L. Gladney, Gerson Goldhaber, Ariel Goobar, Donald E. Groom, Henry D. Heetderks, M. Hoff, Stephen E. Holland, M. Huffer, L. Hui, Dragan Huterer, B. Jain, Patrick N. Jelinsky, Armin Karcher, Steven M. Kent, Steven M. Kahn, Alex G. Kim, William F. Kolbe, B. Krieger, G. Kushner, N. Kuznetsova, Robin E. Lafever, J. I. Lamoureux, Michael L. Lampton, Michael E. Levi, P. Limon, Huan Lin, Eric V. Linder, Stewart C. Loken, W. Lorenzon, J. Marriner, P. Marshall, R. Massey, Timothy A. McKay, Shawn P. McKee, Ramon Miquel, Nicholas Morgan, E. M÷rtsell, Nick Mostek, Stuart Mufson, J. A. Musser, Peter E. Nugent, Hakeem M. Oluseyi, Reynald Pain, Nick P. Palaio, David H. Pankow, John Peoples, Jr., Saul Perlmutter, David Rabinowitz, Alexandre Refregier, Jason Rhodes, Natalie A. Roe, D. Rusin, V. Scarpine, Michael S. Schubnell, Michael J. Sholl, Roger M. Smith, George F. Smoot, Jeffrey A. Snyder, Anthony Spadafora, A. Stebbins, Christopher Stoughton, Andrew Szymkowiak, Gregory Tarl, Keith Taylor, Andrew D. Tomasch, Douglas Tucker, Henrik von der Lippe, D. Vincent, Jean-Pierre Walder, Guobin Wang, W. Wester, and Mather, John C.
- Subjects
Physics ,business.industry ,Measure (physics) ,Astrophysics::Instrumentation and Methods for Astrophysics ,Astrophysics::Cosmology and Extragalactic Astrophysics ,Redshift ,Acceleration ,Optics ,Integral field spectrograph ,Calibration ,Joint Dark Energy Mission ,Astrophysics::Earth and Planetary Astrophysics ,Spectral resolution ,business ,Spectrograph ,Astrophysics::Galaxy Astrophysics - Abstract
A well-adapted visible and infrared spectrograph has been developed for the SNAP (SuperNova/Acceleration Probe) experiment proposed for JDEM. The primary goal of this instrument is to ensure the control of Type Ia supernovae. The spectrograph is also a key element for calibration and is able to measure redshift of some thousands of galaxy spectra both in visible and IR. An instrument based on an integral field method with the powerful concept of imager slicing has been designed and is presented. We present the current design and expected performances. We show that with the current optimization and the proposed technology, we expect the most sensitive instrument proposed on this kind of mission. We recall the readiness of the concept and of the slicer technology thanks to large prototyping efforts performed in France which validate the proposition
- Published
- 2004
25. SNAP Telescope
- Author
-
Michael J. Sholl, Michael L. Lampton, Greg Aldering, W. Althouse, R. Amanullah, James T. Annis, Pierre Astier, Charles Baltay, E. Barrelet, Stephane Basa, Christopher J. Bebek, Lars Bergstrom, Gary Bernstein, Manfred Bester, Bruce C. Bigelow, Roger Blandford, Ralph C. Bohlin, Alain Bonissent, Charles R. Bower, Mark L. Brown, Myron Campbell, William C. Carithers, Jr., Eugene D. Commins, W. Craig, C. Day, F. DeJongh, Susana E. Deustua, T. Diehl, S. Dodelson, Anne Ealet, Richard S. Ellis, W. Emmet, D. Fouchez, Josh Frieman, Andrew Fruchter, D. Gerdes, L. Gladney, Gerson Goldhaber, Ariel Goobar, Donald E. Groom, Henry D. Heetderks, M. Hoff, Stephen E. Holland, M. Huffer, L. Hui, Dragan Huterer, B. Jain, Patrick N. Jelinsky, Armin Karcher, Steven M. Kahn, Steven M. Kent, Alex G. Kim, William F. Kolbe, B. Krieger, G. Kushner, N. Kuznetsova, Robin E. Lafever, J. I. Lamoureux, Olivier Le Fevre, Michael E. Levi, P. Limon, Huan Lin, Eric V. Linder, Stewart C. Loken, W. Lorenzon, Roger Malina, J. Marriner, P. Marshall, R. Massey, Alain Mazure, Timothy A. McKay, Shawn P. McKee, Ramon Miquel, Nicholas Morgan, E. M÷rtsell, Nick Mostek, Stuart Mufson, J. A. Musser, Peter E. Nugent, Hakeem M. Oluseyi, Reynald Pain, Nick P. Palaio, David H. Pankow, John Peoples, Jr., Saul Perlmutter, Eric Prieto, David Rabinowitz, Alexandre Refregier, Jason Rhodes, Natalie A. Roe, D. Rusin, V. Scarpine, Michael S. Schubnell, Grard Smadja, Roger M. Smith, George F. Smoot, Jeffrey A. Snyder, Anthony Spadafora, A. Stebbins, Christopher Stoughton, Andrew Szymkowiak, Gregory Tarl, Keith Taylor, A. Tilquin, Andrew D. Tomasch, Douglas Tucker, D. Vincent, Henrik von der Lippe, Jean-Pierre Walder, Guobin Wang, W. Wester, and Mather, John C.
- Subjects
Astrophysics::Instrumentation and Methods for Astrophysics ,Astrophysics::Cosmology and Extragalactic Astrophysics - Abstract
Mission requirements, the baseline design, and optical systems budgets for the SuperNova/Acceleration Probe (SNAP) telescope are presented. SNAP is a proposed space-based experiment designed to study dark energy and alternate explanations of the acceleration of the universe’s expansion by performing a series of complementary systematics-controlled astrophysical measurements. The goals of the mission are a Type Ia supernova Hubble diagram and a wide-field weak gravitational lensing survey. A 2m widefield three-mirror telescope feeds a focal plane consisting of 36 CCDs and 36 HgCdTe detectors and a high-efficiency, low resolution integral field spectrograph. Details of the maturing optical system, with emphasis on structural stability during terrestrial testing as well as expected environments during operations at L2 are discussed. The overall stray light mitigation system, including illuminated surfaces and visible objects are also presented.
- Published
- 2004
26. SNAP: an integral field spectrograph for supernova identification
- Author
-
Anne Ealet, Eric Prieto, Alain Bonissent, Roger Malina, G. Bernstein, Stephane Basa, Oliver LeFevre, Alain Mazure, Christophe Bonneville, Carl W. Akerlof, Greg Aldering, R. Amanullah, Pierre Astier, E. Barrelet, Christopher Bebek, Lars Bergstrom, John Bercovitz, Manfred Bester, C. R. Bower, William C. Carithers, Jr., Eugene D. Commins, C. Day, Susana E. Deustua, Richard S. DiGennaro, R. Ellis, Mikael Eriksson, Andrew Fruchter, Jean-Francois Genat, Gerson Goldhaber, Ariel Goobar, Donald E. Groom, Stewart E. Harris, Peter R. Harvey, Henry D. Heetderks, Steven E. Holland, Dragan Huterer, Armin Karcher, Alex G. Kim, William F. Kolbe, B. Krieger, R. Lafever, J. Lamoureux, Michael L. Lampton, Michael E. Levi, Daniel S. Levin, Eric V. Linder, Stewart C. Loken, R. Massey, Timothy McKay, Shawn P. McKee, Ramon Miquel, E. Moertsell, N. Mostek, Stuart Mufson, J. A. Musser, Peter E. Nugent, Hakeem M. Oluseyi, Reynald Pain, Nicholas P. Palaio, David H. Pankow, Saul Perlmutter, R. Pratt, Alexandre Refregier, J. Rhodes, Kem E. Robinson, N. Roe, Michael Sholl, Michael S. Schubnell, G. Smadja, George F. Smoot, Anthony Spadafora, Gregory Tarle, Andrew D. Tomasch, H. von der Lippe, D. Vincent, J.-P. Walder, Guobin Wang, and Mather, John C.
- Subjects
Physics ,Field (physics) ,business.industry ,Astrophysics::Cosmology and Extragalactic Astrophysics ,Astrophysics ,Type (model theory) ,01 natural sciences ,010309 optics ,Supernova ,Acceleration ,Optics ,Integral field spectrograph ,0103 physical sciences ,Magnitude (astronomy) ,Spectral resolution ,business ,010303 astronomy & astrophysics ,Spectrograph - Abstract
A well-adapted spectrograph concept has been developed for the SNAP (SuperNova/Acceleration Probe) experiment. The goal is to ensure proper identification of Type Ia supernovae and to standardize the magnitude of each candidate by determining explosion parameters. An instrument based on an integral field method with the powerful concept of imager slicing has been designed and is presented in this paper. The spectrograph concept is optimized to have very high efficiency and low spectral resolution (R {approx} 100), constant through the wavelength range (0.35-1.7{micro}m), adapted to the scientific goals of the mission.
- Published
- 2003
27. SNAP Telescope
- Author
-
Michael L. Lampton, Carl W. Akerlof, Greg Aldering, R. Amanullah, Pierre Astier, E. Barrelet, Christopher Bebek, Lars Bergstrom, John Bercovitz, G. Bernstein, Manfred Bester, Alain Bonissent, C. R. Bower, William C. Carithers, Jr., Eugene D. Commins, C. Day, Susana E. Deustua, Richard S. DiGennaro, Anne Ealet, Richard S. Ellis, Mikael Eriksson, Andrew Fruchter, Jean-Francois Genat, Gerson Goldhaber, Ariel Goobar, Donald E. Groom, Stewart E. Harris, Peter R. Harvey, Henry D. Heetderks, Steven E. Holland, Dragan Huterer, Armin Karcher, Alex G. Kim, William F. Kolbe, B. Krieger, R. Lafever, J. Lamoureux, Michael E. Levi, Daniel S. Levin, Eric V. Linder, Stewart C. Loken, Roger Malina, R. Massey, Timothy McKay, Shawn P. McKee, Ramon Miquel, E. Mortsell, N. Mostek, Stuart Mufson, J. A. Musser, Peter E. Nugent, Hakeem M. Oluseyi, Reynald Pain, Nicholas P. Palaio, David H. Pankow, Saul Perlmutter, R. Pratt, Eric Prieto, Alexandre Refregier, J. Rhodes, Kem E. Robinson, N. Roe, Michael Sholl, Michael S. Schubnell, G. Smadja, George F. Smoot, A. Spadafora, Gregory Tarle, Andrew D. Tomasch, H. von der Lippe, R. Vincent, J.-P. Walder, Guobin Wang, Institut de Physique Nucléaire de Lyon (IPNL), Centre National de la Recherche Scientifique (CNRS)-Université Claude Bernard Lyon 1 (UCBL), Université de Lyon-Université de Lyon-Institut National de Physique Nucléaire et de Physique des Particules du CNRS (IN2P3), MacEwen, Howard A., and Flores, Sylvie
- Subjects
[PHYS.ASTR.CO]Physics [physics]/Astrophysics [astro-ph]/Cosmology and Extra-Galactic Astrophysics [astro-ph.CO] ,010309 optics ,[SDU.ASTR]Sciences of the Universe [physics]/Astrophysics [astro-ph] ,[PHYS.ASTR.CO] Physics [physics]/Astrophysics [astro-ph]/Cosmology and Extra-Galactic Astrophysics [astro-ph.CO] ,Astrophysics::High Energy Astrophysical Phenomena ,0103 physical sciences ,Astrophysics::Instrumentation and Methods for Astrophysics ,Astrophysics::Solar and Stellar Astrophysics ,Astrophysics::Cosmology and Extragalactic Astrophysics ,[SDU.ASTR] Sciences of the Universe [physics]/Astrophysics [astro-ph] ,010303 astronomy & astrophysics ,01 natural sciences ,Astrophysics::Galaxy Astrophysics - Abstract
The SuperNova/Acceleration Probe (SNAP) mission will require a two-meter class telescope delivering diffraction limited images spanning a one degree field in the visible and near infrared wavelength regime. This requirement, equivalent to nearly one billion pixel resolution, places stringent demands on its optical system in terms of field flatness, image quality, and freedom from chromatic aberration. We discuss the advantages of annular-field three-mirror anastigmat (TMA) telescopes for applications such as SNAP, and describe the features of the specific optical configuration that we have baselined for the SNAP mission. We discuss the mechanical design and choice of materials for the telescope. Then we present detailed ray traces and diffraction calculations for our baseline optical design. We briefly discuss stray light and tolerance issues, and present a preliminary wavefront error budget for the SNAP Telescope. We conclude by describing some of tasks to be carried out during the upcoming SNAP research and development phase.
- Published
- 2002
28. Overview of the SuperNova/Acceleration probe (SNAP)
- Author
-
Greg Aldering, Carl W. Akerlof, R. Amanullah, Pierre Astier, E. Barrelet, Christopher Bebek, Lars Bergstrom, John Bercovitz, Gary M. Bernstein, Manfred Bester, Alain Bonissent, Charles Bower, William C. Carithers, Jr., Eugene D. Commins, C. Day, Susana E. Deustua, Richard S. DiGennaro, Anne Ealet, Richard S. Ellis, Mikael Eriksson, Andrew Fruchter, Jean-Francois Genat, Gerson Goldhaber, Ariel Goobar, Donald E. Groom, Stewart E. Harris, Peter R. Harvey, Henry D. Heetderks, Steven E. Holland, Dragan Huterer, Armin Karcher, Alex G. Kim, William F. Kolbe, B. Krieger, R. Lafever, James C. Lamoreux, Michael L. Lampton, Michael E. Levi, Daniel S. Levin, Eric V. Linder, Stewart C. Loken, Roger Malina, R. Massey, Timothy McKay, Shawn P. McKee, Ramon Miquel, E. Moertsell, N. Mostek, Stuart Mufson, J. A. Musser, Peter E. Nugent, Hakeem M. Oluseyi, Reynald Pain, Nicholas P. Palaio, David H. Pankow, Saul Perlmutter, R. Pratt, Eric Prieto, Alexandre Refregier, J. Rhodes, Kem E. Robinson, N. Roe, Michael Sholl, Michael S. Schubnell, G. Smadja, George F. Smoot, Anthony Spadafora, Gregory Tarle, Andrew D. Tomasch, H. von der Lippe, D. Vincent, J.-P. Walder, Guobin Wang, Flores, Sylvie, Dressler, A.M., Institut de Physique Nucléaire de Lyon (IPNL), Centre National de la Recherche Scientifique (CNRS)-Université Claude Bernard Lyon 1 (UCBL), Université de Lyon-Université de Lyon-Institut National de Physique Nucléaire et de Physique des Particules du CNRS (IN2P3), and Dressler, Alan M.
- Subjects
Astrophysics::High Energy Astrophysical Phenomena ,Dark matter ,FOS: Physical sciences ,Three-mirror anastigmat ,Cosmological constant ,Astrophysics ,Astrophysics::Cosmology and Extragalactic Astrophysics ,[SDU.ASTR] Sciences of the Universe [physics]/Astrophysics [astro-ph] ,01 natural sciences ,7. Clean energy ,Metric expansion of space ,[PHYS.ASTR.CO]Physics [physics]/Astrophysics [astro-ph]/Cosmology and Extra-Galactic Astrophysics [astro-ph.CO] ,Integral field spectrograph ,0103 physical sciences ,Astrophysics::Solar and Stellar Astrophysics ,010306 general physics ,010303 astronomy & astrophysics ,Astrophysics::Galaxy Astrophysics ,Physics ,[SDU.ASTR]Sciences of the Universe [physics]/Astrophysics [astro-ph] ,Equation of state (cosmology) ,Astrophysics (astro-ph) ,[PHYS.ASTR.CO] Physics [physics]/Astrophysics [astro-ph]/Cosmology and Extra-Galactic Astrophysics [astro-ph.CO] ,Dark energy ,Quintessence - Abstract
The SuperNova / Acceleration Probe (SNAP) is a space-based experiment to measure the expansion history of the Universe and study both its dark energy and the dark matter. The experiment is motivated by the startling discovery that the expansion of the Universe is accelerating. A 0.7 square-degree imager comprised of 36 large format fully-depleted n-type CCD's sharing a focal plane with 36 HgCdTe detectors forms the heart of SNAP, allowing discovery and lightcurve measurements simultaneously for many supernovae. The imager and a high-efficiency low-resolution integral field spectrograph are coupled to a 2-m three mirror anastigmat wide-field telescope, which will be placed in a high-earth orbit. The SNAP mission can obtain high-signal-to-noise calibrated light-curves and spectra for over 2000 Type Ia supernovae at redshifts between z=0.1 and 1.7. The resulting data set can not only determine the amount of dark energy with high precision, but test the nature of the dark energy by examining its equation of state. In particular, dark energy due to a cosmological constant can be differentiated from alternatives such as "quintessence", by measuring the dark energy's equation of state to an accuracy of +/-0.05, and by studying its time dependence., This paper will be published in SPIE Proceedings Vol 4835 and is made available as an electronic preprint with permission of SPIE
- Published
- 2002
29. Leaching
- Author
-
Lars Bergstrom
- Published
- 2002
30. Wide-field surveys from the SNAP mission
- Author
-
Alex G. Kim, Carl W. Akerlof, Greg Aldering, R. Amanullah, Pierre Astier, E. Barrelet, Christopher Bebek, Lars Bergstrom, J. Bercovitz, Gary M. Bernstein, M. Bester, A. Bonissent, C. Bower, William C. Carithers, Jr., Eugene D. Commins, C. Day, Susana E. Deustua, R. DiGennaro, A. Ealet, Richard S. Ellis, M. Eriksson, Andrew Fruchter, Jean-Francois Genat, Gerson Goldhaber, Ariel Goobar, Donald E. Groom, Stewart E. Harris, Peter R. Harvey, Henry D. Heetderks, Steven E. Holland, Dragan Huterer, Armin Karcher, William F. Kolbe, B. Krieger, Robin E. Lafever, J. Lamoureux, Michael L. Lampton, Michael E. Levi, Daniel S. Levin, Eric V. Linder, Stewart C. Loken, Roger Malina, R. Massey, Timothy McKay, Shawn P. McKee, Ramon Miquel, E. Mortsell, N. Mostek, Stuart Mufson, J. A. Musser, Peter E. Nugent, Hakeem M. Oluseyi, Reynald Pain, Nicholas P. Palaio, David H. Pankow, Saul Perlmutter, R. Pratt, Eric Prieto, Alexandre Refregier, Jason Rhodes, Kem E. Robinson, N. Roe, Michael Sholl, Michael S. Schubnell, G. Smadja, George F. Smoot, Anthony Spadafora, Gregory Tarle, Andrew D. Tomasch, H. von der Lippe, D. Vincent, J.-P. Walder, Guobin Wang, Institut de Physique Nucléaire de Lyon (IPNL), Centre National de la Recherche Scientifique (CNRS)-Université Claude Bernard Lyon 1 (UCBL), Université de Lyon-Université de Lyon-Institut National de Physique Nucléaire et de Physique des Particules du CNRS (IN2P3), Flores, Sylvie, Tyson, J. Anthony, and Wolff, Sidney
- Subjects
media_common.quotation_subject ,Astrophysics::High Energy Astrophysical Phenomena ,FOS: Physical sciences ,Astrophysics ,Astrophysics::Cosmology and Extragalactic Astrophysics ,[SDU.ASTR] Sciences of the Universe [physics]/Astrophysics [astro-ph] ,01 natural sciences ,[PHYS.ASTR.CO]Physics [physics]/Astrophysics [astro-ph]/Cosmology and Extra-Galactic Astrophysics [astro-ph.CO] ,Acceleration ,Observatory ,0103 physical sciences ,Astrophysics::Solar and Stellar Astrophysics ,Angular resolution ,010303 astronomy & astrophysics ,Weak gravitational lensing ,Astrophysics::Galaxy Astrophysics ,media_common ,Physics ,[SDU.ASTR]Sciences of the Universe [physics]/Astrophysics [astro-ph] ,010308 nuclear & particles physics ,Astrophysics (astro-ph) ,Sampling (statistics) ,Supernova ,[PHYS.ASTR.CO] Physics [physics]/Astrophysics [astro-ph]/Cosmology and Extra-Galactic Astrophysics [astro-ph.CO] ,Sky ,Magnitude (astronomy) - Abstract
The Supernova/Acceleration Probe (SNAP) is a proposed space-borne observatory that will survey the sky with a wide-field optical/near-infrared (NIR) imager. The images produced by SNAP will have an unprecedented combination of depth, solid-angle, angular resolution, and temporal sampling. For 16 months each, two 7.5 square-degree fields will be observed every four days to a magnitude depth of AB=27.7 in each of the SNAP filters, spanning 3500-17000\AA. Co-adding images over all epochs will give AB=30.3 per filter. In addition, a 300 square-degree field will be surveyed to AB=28 per filter, with no repeated temporal sampling. Although the survey strategy is tailored for supernova and weak gravitational lensing observations, the resulting data will support a broad range of auxiliary science programs., Comment: This paper will be published in SPIE Proceedings Vol. 4836 and is made available as an electronic preprint with permission of SPIE. One print or electronic copy may be made for personal use only. Systematic or multiple reproduction, distribution to multiple locations via electronic or other means, duplication of any material in this paper for a fee or for commercial purposes, or modification of the content of the paper are prohibited
- Published
- 2002
31. Nitrogen and Water Quality
- Author
-
Lars Bergstrom and William Ritter
- Published
- 2000
32. Organic Crop Production - Ambitions and Limitations
- Author
-
Holger Kirchmann, Lars Bergstrom, Holger Kirchmann, and Lars Bergstrom
- Subjects
- Botany, Agriculture
- Abstract
Many people believe that organic agriculture is a solution for various problems related to food production. Organic agriculture is supposed to produce healthier products, does not pollute the environment, improves the fertility of soils, saves fossil fuels and enables high biodiversity. This book has been written to provide scientifically based information on organic agriculture such as crop yields, food safety, nutrient use efficiency, leaching, long-term sustainability, greenhouse gas emissions and energy aspects. A number of scientists working with questions related to organic agriculture were invited to present the most recent research and to address critical issues. An unbiased selection of literature, facts rather than standpoints, and scientifically-based examinations instead of wishful thinking will help the reader be aware of difficulties involved with organic agriculture. Organic agriculture, which originates from philosophies of nature, has often outlined key goals to reach long-term sustainability but practical solutions are lacking. The central tasks of agriculture - to produce sufficient food of high quality without harmful effects on the environment - seem to be difficult to achieve through exclusively applying organic principles ruling out many valuable possibilities and solutions.
- Published
- 2008
33. The Development of the B&R Rig, Structural Space Frame and Tripod Support System with Integrated Boom
- Author
-
Sven Olof Ridder and Lars Bergstrom
- Subjects
Engineering ,Tripod (surveying) ,Development (topology) ,business.industry ,Support system ,Space frame ,business ,Boom ,Marine engineering - Abstract
B&R Designs began business in the early sixties when Sven Ridder and Lars Bergstrom began sailing after studying aeronautical engineering. The principles learnt during their aeronautical studies were applied to sailboats and the goal, for them, has been to take up the structural loads in the most constructive way. Access to the wind tunnels, test tanks and structural testing facilities at the Royal Institute of Technology in Stockholm enabled them to develop and test many ideas. One of these ideas evolved into the B&R rig. The objective was to develop a rig that was more 'user friendly'. Sailboats, thirty years ago and even today, are often fitted with inner forestays and running backstays requiring careful attention by the crew when tacking or jibing. A rig with less demands was the goal, one that was simpler and any mistakes made when tacking or jibing would not jeopardize the boat or crew. Also a simpler rig would require fewer crew members. Safety was another important consideration - a rig that was simple, easy to manage, suitable for a couple or family for cruising. During this rig development period the first application of the rigid boom vang concept was used on Sven Ridder's own sailboat 'Christina Windex'. Calculations and model testing of rigs were carried out. Optimizing the aerodynamic effect in the most favorable way was a very important aim. A series of wind tunnel tests were done to optimize the shape of mast sections. Because of the low wind speeds over a mast, laminar separation occurs very easily. Air scoops were set up on either side of the mast to achieve an attached flow. The best results occurred with an oval shaped mast section, fitted with a sail groove recessed in a V shaped area at the rear of the mast section.
- Published
- 1995
34. Oskar Klein Memorial Lectures, The (Vol 3)
- Author
-
Lars Bergstrom, Ulf Lindstrom, Lars Bergstrom, and Ulf Lindstrom
- Subjects
- Physicists--Sweden--Biography, Physics, Quantum theory
- Abstract
This is an invaluable collection of colloquium-type lectures given by some of the most prominent theoretical physicists of today. In a form accessible to the interested general physicist, it covers topics ranging from the use of field-theoretical methods in different contexts via duality symmetries between various field theories, to the Ads/CFT correspondence and cosmology.
- Published
- 2001
35. Simulator Study of Multiiterminal HVDC System Performance
- Author
-
Lars-Erik Juhlin, Gote Liss, Lars Bergstrom, and Svante Svensson
- Subjects
Computer science ,Control system ,Voltage control ,General Engineering ,HVDC converter station ,Energy Engineering and Power Technology ,Control equipment ,Electrical and Electronic Engineering ,Converters ,Simulation - Abstract
Extensive and detailed HVDC simulator investigations have been carried out to demonstrate the operating performance of 3-and 4-terminal HVDC systems.
- Published
- 1978
36. Degrees of democraticity
- Author
-
Lars Bergström
- Subjects
Alf Ross ,Changes of Power ,Corruption ,Democracy ,Discrimination ,Ideal Type ,Individual Rights ,Representation ,Subsidiarity ,Social legislation ,K7585-7595 - Abstract
People have tended to load their different conceptions of democracy with their own political ideals; in this paper it is argued that normative and definitional questions should rather be separated, so that political philosophers and political scientists may adopt the same concept of democracy, even if they disagree normatively or politically. Moreover, it is argued that we should replace an absolute notion of democracy by a relativized notion, which allows for different degrees of democraticity. This facilitates the separation of normative and conceptual issues and it is convenient in contexts in which “democratic deficits” are discussed – as e.g. when democracy is to be implemented on a supranational level. Moreover, it has the consequence that democratic deficits are not necessarily bad. DOWNLOAD THIS PAPER FROM SSRN: http://ssrn.com/abstract=1837342
- Published
- 2011
37. Life Extended.
- Author
-
(1962), Lars Bergstrom, director, (1965), Mats Bigert, director, Kellagher, Jonas, producer, (1965), Mats Bigert, producer, and (1962), Lars Bergstrom, producer
- Published
- 2008
38. The Weather War
- Author
-
Bergstrom, Lars, 1962- Director, Bigert, Mats, 1965- Director, (1962), Lars Bergstrom, director, and (1965), Mats Bigert, director
- Published
- 2012
Catalog
Discovery Service for Jio Institute Digital Library
For full access to our library's resources, please sign in.