A Balloon-Borne Cosmic Microwave Background Anisotropy Probe

Total Page:16

File Type:pdf, Size:1020Kb

A Balloon-Borne Cosmic Microwave Background Anisotropy Probe The E and B EXperiment: A balloon-borne cosmic microwave background anisotropy probe Seth Hillbrand Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate School of Arts and Sciences COLUMBIA UNIVERSITY 2014 c 2014 Seth Hillbrand All Rights Reserved ABSTRACT The E and B EXperiment: A balloon-borne cosmic microwave background anisotropy probe Seth Hillbrand The E and B Experiment (EBEX), is a balloon-borne sub-orbital cosmic microwave background polarimeter, designed to measure polarization levels in the microwave spectrum. EBEX recently completed an 11-day Antarctic long duration balloon (LDB) science flight in January, 2013. 1000 transition edge sensor bolometric detectors in ∼ three frequency bands centered at 150, 250 and 410 GHz sampled a large segment of the southern sky. Over 1.5TB of data were collected during the LDB flight. In this thesis, we describe the design and performance of the EBEX software components monitoring and controlling the system during the flight, including automation, telemetry, data storage and readout array management. We also describe the design and development of a novel attitude reconstruction system for a balloon-borne pointed observation platform based on a daytime star camera and 3-axis gyroscopes. The data gathered during the LDB flight are analyzed and the results presented showing attitude reconstruction error at less than 2000 RMS for an 80 second interval. Table of Contents 1 Introduction1 2 EBEX Science4 2.1 Concordance Cosmology.........................4 2.1.1 Expanding Universe.......................6 2.1.2 Flat Universe...........................9 2.1.3 Hot, Dense Early Universe....................9 2.1.4 Dark Matter Universe...................... 10 2.1.5 Dark Energy Dominated Universe................ 12 2.1.6 Concordance Constraints..................... 12 2.2 Inflation.................................. 14 2.3 Cosmic Microwave Background Radiation............... 15 2.3.1 CMB Polarization......................... 17 2.4 EBEX B-Mode Science.......................... 19 2.4.1 Scan Strategy........................... 20 2.5 Summary................................. 23 3 The EBEX Instrument 24 3.1 Overview.................................. 24 3.2 Cryostat.................................. 25 3.2.1 Half-Wave Plate.......................... 26 i 3.2.2 Focal Planes............................ 27 3.2.3 Readout.............................. 28 3.3 Gondola.................................. 31 3.3.1 Attitude Control System..................... 33 3.3.2 Attitude Sensors......................... 33 3.4 Communications............................. 40 3.4.1 BLASTBus............................ 40 3.4.2 RS-232............................... 42 3.4.3 CANBus.............................. 42 3.4.4 TCP/IP Network......................... 44 3.5 Software.................................. 45 3.5.1 Threading............................. 47 3.5.2 Disk Management......................... 53 3.5.3 BLASTBus Interface....................... 61 3.5.4 Automation............................ 62 3.5.5 Telemetry............................. 66 3.6 Summary................................. 71 4 Attitude Reconstruction 72 4.1 Overview.................................. 72 4.2 Theory................................... 75 4.2.1 Wahba's Problem......................... 75 4.2.2 Quaternion Formalism...................... 76 4.2.3 Creating a Rotation Matrix................... 78 4.2.4 Quaternion Rotation....................... 80 4.2.5 Quaternion Kinematics...................... 80 4.2.6 Kalman Filtering......................... 82 4.2.7 Particle Filters.......................... 83 4.2.8 Sequential Importance Resampling............... 86 ii 4.3 EBEX Sensor Parameterization..................... 95 4.3.1 Gyroscope Readouts....................... 95 4.3.2 Star Camera Parameterization.................. 98 4.3.3 Field Matching.......................... 104 4.3.4 Filter Fitness Functions..................... 110 4.3.5 Time Dependence......................... 112 4.4 Verification Metrics............................ 114 4.4.1 Simulated Data.......................... 114 4.4.2 Results............................... 118 5 LDB Flight Attitude Reconstruction 125 5.1 Summary of the EBEX Long Duration Flight............. 125 5.2 Star Camera Solutions.......................... 129 5.2.1 Generalized Symmetric Weighting Analysis........... 130 5.2.2 Scan Length Distribution..................... 132 5.3 Gyroscope Readings........................... 133 5.3.1 Spike Identification........................ 134 5.3.2 Spike Verification......................... 139 5.3.3 Spike Removal........................... 140 5.4 Particle Filter Application........................ 143 5.4.1 Parameter Verification...................... 144 5.4.2 Attitude Reconstruction..................... 146 5.5 Summary................................. 149 Bibliography 150 A Algorithm Details 168 A.1 FIFO Algorithms............................. 168 A.2 Kernel Queuing.............................. 169 A.3 SIR Particle Filter............................ 171 iii A.3.1 Sequential Importance Resampling............... 171 A.4 Adaptive Boosting............................ 172 B Automation Files 173 iv List of Figures 1.1 Atmospheric transmission at microwave frequencies for balloon-borne and ground-based experiments......................2 2.1 Concordance Cosmology.........................5 2.2 Weyl's Postulate.............................7 2.3 Planck + BAO Constraints on ΩΛ-Ωm ................. 10 2.4 Planck Constraints on r - ns with Inflationary Models......... 15 2.5 CMB Temperature Power Spectrum Anisotropies........... 16 2.6 Polarization from Density Fluctuations and Thompson Scattering.. 17 2.7 Predicted Anisotropy Power Spectra for Best-Fit ΛCDM Values... 19 2.8 EE and BB Power Spectrum Measurements.............. 20 2.9 EBEX Expected Constraints on Power Spectra............. 21 2.10 EBEX Scan Strategy........................... 22 3.1 EBEX Internal Optics.......................... 25 3.2 HWP Schematic.............................. 26 3.3 EBEX Focal Plane............................ 27 3.4 SQUID Board............................... 29 3.5 The EBEX Cryostat with Associated Readout Electronics...... 30 3.6 EBEX Readout Schematic........................ 30 3.7 Gondola CAD Drawing.......................... 32 3.8 Fiber-Optic Gyro............................. 36 v 3.9 Allan Variance Measurement....................... 37 3.10 BLASTBus Word............................. 41 3.11 EBEX Ethernet network diagram.................... 44 3.12 Flight Control Program Block Diagram................. 46 3.13 Memory Layout of the FIFO Queue................... 48 3.14 Performance of the EBEX FIFO queue................. 52 3.15 EBEX Disk Pressure Vessels....................... 54 3.16 Typical EBEX File Lifecycle....................... 58 3.17 Performance of the AoE Disk Subsystem................ 60 3.18 Signal Handling in the EBEX Automator................ 65 3.19 EBEX Communication Paths...................... 67 3.20 Packetslinger Header Definition...................... 69 4.1 Rotation Schematic............................ 74 4.2 Sequential Importance Resampling................... 87 4.3 Particle Regularization.......................... 90 4.4 Image of the 3-Axis Gyroscope Box................... 96 4.5 Symmetric Weighting........................... 102 4.6 Star Pattern Matching.......................... 104 4.7 Star Field Hash Word.......................... 105 4.8 Camera Platescale Variation....................... 109 4.9 Simulated Scans.............................. 115 4.10 Roll Uncertainty between Two Stars.................. 117 4.11 Gyro Parameter Optimization...................... 118 4.12 Rotation Parameter Convergence.................... 120 4.13 Misalignment Parameter Convergence.................. 121 4.14 Bias Parameter Tracking......................... 121 4.15 Reconstruction Histograms........................ 122 4.16 Power Spectrum Contamination..................... 124 vi 5.1 EBEX Flight Trajectory......................... 126 5.2 EBEX Flight Altitude.......................... 127 5.3 EBEX LDB Azimuth........................... 128 5.4 Star Camera Image Noise Reduction.................. 130 5.5 Comparison of Centroiding Errors between Weighted and Unweighted Star Camera Images........................... 131 5.6 Star Camera Solution Time Distribution................ 132 5.7 Comparison of Paired Gyroscope Timestreams............. 133 5.8 Gyroscope Time Series Spikes...................... 135 5.9 Gyroscope Poincar´eMap Filter..................... 139 5.10 Example Spike Removal......................... 142 5.11 Distribution of Star Camera Rotation Offsets.............. 145 5.12 Star Camera-Gyroscope Uncertainty Pairing as a Function of Scan Length148 5.13 Combined Gyroscope Uncertainties as a Function of Scan Length.. 149 B.1 The Document Type Definition file that details the full structure of EBEX automation files. After creation or modification, the automation XML file is verified for grammar against this definition file....... 174 B.2 The cryogenic cooler cycle initiation procedure and subprocedure as used in the EBEX LDB flight...................... 175 B.3 Cryogenic Cooler Cycle Step 1...................... 176 vii List of Tables 2.1 ΛCDM Constraints from Planck and WMAP............. 13 3.1 EBEX Attitude Sensors and Their Associated Uncertainties..... 34 3.2 EBEX Telemetry Links and Associated Characteristics........ 68 4.1 Particle Filter Parameter
Recommended publications
  • PYTHAGORAS in LONDON Mathematics ESO 2
    PYTHAGORASPYTHAGORAS inin LONDONLONDON GuiaGuia dede treballtreball Laura, 2103. Jaume Plensa MaterialMaterial elaboratelaborat perper www.mat3.cat Maite Gorriz i Santi Vilches PYTHAGORAS in LONDON Mathematics ESO www.mat3.cat 2 AVATAR An Avatar is a personal icon in a virtual context. We will develop the capacity to program and control the avatar’s movements and we will learn how to use a powerful mathematics tool which is necessary to program an avatar. A. SPECIAL EQUATIONS A.1. Calculate without calculator and memorize the following results: a) 2², 3², 4², 5², 6², 7², 8², 9², 10², 11², 12², 13² i 14² b) √1 , √4 , √9 , √16 , √25 , √36 , √49 , √64 , √81 … A.2. Solve the following quadratic equations: a) x² = 64 b) x² – 6 = 30 c) 10 – x² = 9 d) x² = 2 e) 7² + x² = 2 f) 12 = 1,3 + x² g) 11² + x² = 13² B. A LITTLE BIT OF VOCABULARY AND BASIC CONCEPTS B.1.We need to learn specific vocabulary. Write the definitions of the following words and draw an illustrative picture. a) Equilateral triangle b) Isosceles triangle c) Escalene triangle d) Obtuse triangle e) Rectangle triangle or right triangle f) Acutangle triangle g) Hypotenuse h) Cathetus PYTHAGORAS in LONDON Mathematics ESO www.mat3.cat 3 B.2. Remember that we measure the angles from the horizontal side to the other one in the counterclockwise. Remember also that one turn is 360º (degrees). A Write the measure of each angle: B.3. Try to do the same figure in the Geogebra and add the exercise in the Moodle. (surname_B3_angles_2X.ggb) B.4.
    [Show full text]
  • Analysis and Measurement of Horn Antennas for CMB Experiments
    Analysis and Measurement of Horn Antennas for CMB Experiments Ian Mc Auley (M.Sc. B.Sc.) A thesis submitted for the Degree of Doctor of Philosophy Maynooth University Department of Experimental Physics, Maynooth University, National University of Ireland Maynooth, Maynooth, Co. Kildare, Ireland. October 2015 Head of Department Professor J.A. Murphy Research Supervisor Professor J.A. Murphy Abstract In this thesis the author's work on the computational modelling and the experimental measurement of millimetre and sub-millimetre wave horn antennas for Cosmic Microwave Background (CMB) experiments is presented. This computational work particularly concerns the analysis of the multimode channels of the High Frequency Instrument (HFI) of the European Space Agency (ESA) Planck satellite using mode matching techniques to model their farfield beam patterns. To undertake this analysis the existing in-house software was upgraded to address issues associated with the stability of the simulations and to introduce additional functionality through the application of Single Value Decomposition in order to recover the true hybrid eigenfields for complex corrugated waveguide and horn structures. The farfield beam patterns of the two highest frequency channels of HFI (857 GHz and 545 GHz) were computed at a large number of spot frequencies across their operational bands in order to extract the broadband beams. The attributes of the multimode nature of these channels are discussed including the number of propagating modes as a function of frequency. A detailed analysis of the possible effects of manufacturing tolerances of the long corrugated triple horn structures on the farfield beam patterns of the 857 GHz horn antennas is described in the context of the higher than expected sidelobe levels detected in some of the 857 GHz channels during flight.
    [Show full text]
  • Rhodri Evans
    Rhodri Evans The Cosmic Microwave Background How It Changed Our Understanding of the Universe Astronomers’ Universe More information about this series at http://www.springer.com/series/6960 Rhodri Evans The Cosmic Microwave Background How It Changed Our Understanding of the Universe 123 Rhodri Evans School of Physics & Astronomy Cardiff University Cardiff United Kingdom ISSN 1614-659X ISSN 2197-6651 (electronic) ISBN 978-3-319-09927-9 ISBN 978-3-319-09928-6 (eBook) DOI 10.1007/978-3-319-09928-6 Springer Cham Heidelberg New York Dordrecht London Library of Congress Control Number: : 2014957530 © Springer International Publishing Switzerland 2015 This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Exempted from this legal reservation are brief excerpts in connection with reviews or scholarly analysis or material supplied specifically for the purpose of being entered and executed on a computer system, for exclusive use by the purchaser of the work. Duplication of this publication or parts thereof is permitted only under the provisions of the Copyright Law of the Publisher’s location, in its current version, and permission for use must always be obtained from Springer. Permissions for use may be obtained through RightsLink at the Copyright Clearance Center. Violations are liable to prosecution under the respective Copyright Law.
    [Show full text]
  • Solutions of EGMO 2020
    Solutions of EGMO 2020 Problem 1. The positive integers a0, a1, a2,..., a3030 satisfy 2an+2 = an+1 + 4an for n = 0, 1, 2,..., 3028. 2020 Prove that at least one of the numbers a0, a1, a2,..., a3030 is divisible by 2 . Problem 2. Find all lists (x1, x2, . , x2020) of non-negative real numbers such that the fol- lowing three conditions are all satisfied: (i) x1 ≤ x2 ≤ ... ≤ x2020; (ii) x2020 ≤ x1 + 1; (iii) there is a permutation (y1, y2, . , y2020) of (x1, x2, . , x2020) such that 2020 2020 X 2 X 3 (xi + 1)(yi + 1) = 8 xi . i=1 i=1 A permutation of a list is a list of the same length, with the same entries, but the entries are allowed to be in any order. For example, (2, 1, 2) is a permutation of (1, 2, 2), and they are both permutations of (2, 2, 1). Note that any list is a permutation of itself. Problem 3. Let ABCDEF be a convex hexagon such that \A = \C = \E and \B = \D = \F and the (interior) angle bisectors of \A, \C, and \E are concurrent. Prove that the (interior) angle bisectors of \B, \D, and \F must also be concurrent. Note that \A = \F AB. The other interior angles of the hexagon are similarly described. Problem 4. A permutation of the integers 1, 2,..., m is called fresh if there exists no positive integer k < m such that the first k numbers in the permutation are 1, 2,..., k in some order. Let fm be the number of fresh permutations of the integers 1, 2,..., m.
    [Show full text]
  • Metallic Means : Beyond the Golden Ratio, New Mathematics And
    Journal of Advances in Mathematics Vol 20 (2021) ISSN: 2347-1921 https://rajpub.com/index.php/jam DOI: https://doi.org/10.24297/jam.v20i.9056 Metallic Means : Beyond the Golden Ratio, New Mathematics and Geometry of all Metallic Ratios based upon Right Triangles, The Formation of the “Triads” of Metallic Means, And their Classical Correspondence with Pythagorean Triples and p≡1(mod 4) Primes, Also the Correlation between Metallic Numbers and the Digits 3 6 9, Triangles – Triads – Triples - & 3 6 9 Dr. Chetansing Rajput M.B.B.S. Nair Hospital (Mumbai University) India, Asst. Commissioner (Govt. of Maharashtra) Lecture Link: https://youtu.be/vBfVDaFnA2k Email: [email protected] Website: https://goldenratiorajput.com/ Abstract This paper brings together the newly discovered generalised geometry of all Metallic Means and the recently published mathematical formulae those provide the precise correlations between different Metallic Ratios. The paper also puts forward the concept of the “Triads of Metallic Means”. This work also introduces the close correspondence between Metallic Ratios and the Pythagorean Triples as well as Pythagorean Primes. Moreover, this work illustrates the intriguing relationship between Metallic Numbers and the Digits 3 6 9. Keywords: Fibonacci sequence, Pi, Phi, Pythagoras Theorem, Divine Proportion, Silver Ratio, Golden Mean, Right Triangle, Metallic Numbers, Pell Numbers, Lucas Numbers, Golden Proportion, Metallic Ratio, Metallic Triples, 3 6 9, Pythagorean Triples, Pythagorean Primes, Golden Ratio, Metallic Mean Introduction The prime objective of this work is to synergize the following couple of newly discovered aspects of Metallic Means: 1) The Generalised Geometric Construction of all Metallic Ratios: cited by Wikipedia in its page on “Metallic Mean”[1].
    [Show full text]
  • Pythagorean Theorem
    4.4. Pythagorean Theorem A right triangle is a triangle containing a right angle (90°). A triangle cannot have more than one right angle, since the sum of the two right angles plus the third angle would exceed the 180° total possessed by a triangle. The side opposite the right angle is called the hypotenuse (side c in the figure below). The sides adjacent to the right angle are called legs (or catheti, singular: cathetus). hypotenuse A c b right angle = 90° C a B Math notation for right triangle The Pythagorean Theorem states that the square of a hypotenuse is equal to the sum of the squares of the other two sides. It is one of the fundamental relations in Euclidean geometry. c2 = a2 + b2 2 Ac = c B A = a2 c a a A b C 2 Ab = b Pythagorean triangle with the squares of its sides and labels Pythagorean triples are integer values of a, b, c satisfying this equation. Math 8 * 4.4. Pythagorean Theorem 1 © ontaonta.com Fall 2021 Finding the Sides of a Right Triangle Example 1: Find the hypotenuse. A c 2:8 m C 9:6 m B 2 2 2 c = a + b ðsubstitute for a and b c2 = .9:6 m/2 + .2:8 m/2 c2 = 92:16 m2 + 7:84 m2 2 2 c = 100 m ðtake the square root of each side ù ù c2 = 100 m2 ù ù ù c2 = 100 m2 c = 10 m Example 2: Find the missing side b. 5 3 b 2 2 2 2 c = a + b ðsubtract a from each side ¨ ¨ c2 * a2 = ¨a2 + b2 ¨*¨a2 2 2 2 c * a = b ðswitch sides 2 2 2 b = c * a ðsubstitute for a and c b2 = 52 * 32 2 b = 25 * 9 = 16 ðtake the square root of each side ù ù b2 = 16 b = 4 Math 8 * 4.4.
    [Show full text]
  • The EBEX Balloon Borne Experiment-Optics, Receiver, and Polarimetry
    The EBEX Balloon Borne Experiment - Optics, Receiver, and Polarimetry The EBEX Collaboration: Asad M. Aboobaker1, Peter Ade2, Derek Araujo3, Fran¸cois Aubin4, Carlo Baccigalupi5;6, Chaoyun Bao4, Daniel Chapman3, Joy Didier3, Matt Dobbs7;8, Christopher Geach4, Will Grainger9, Shaul Hanany4;∗, Kyle Helson10, Seth Hillbrand3, Johannes Hubmayr11, Andrew Jaffe12, Bradley Johnson3, Terry Jones4, Jeff Klein4, Andrei Korotkov10, Adrian Lee13, Lorne Levinson14, Michele Limon3, Kevin MacDermid7, Tomotake Matsumura4;15, Amber D. Miller3, Michael Milligan4, Kate Raach4, Britt Reichborn-Kjennerud3, Ilan Sagiv14, Giorgio Savini16, Locke Spencer2;17, Carole Tucker2, Gregory S. Tucker10, Benjamin Westbrook11, Karl Young4, Kyle Zilic4 ABSTRACT The E and B Experiment (EBEX) was a long-duration balloon-borne cosmic mi- crowave background polarimeter that flew over Antarctica in 2013. We describe the experiment's optical system, receiver, and polarimetric approach, and report on their in-flight performance. EBEX had three frequency bands centered on 150, 250, and 1Jet Propulsion Laboratory, California Institute of Technology, Pasadena, CA 91109 2School of Physics and Astronomy, Cardiff University, Cardiff, CF24 3AA, United Kingdom 3Physics Department, Columbia University, New York, NY 10027 4University of Minnesota School of Physics and Astronomy, Minneapolis, MN 55455 5Astrophysics Sector, SISSA, Trieste, 34014, Italy 6INFN, Sezione di Trieste, Via Valerio 2, I-34127 Trieste, Italy 7McGill University, Montreal, Quebec, H3A 2T8, Canada 8Canadian Institute for
    [Show full text]
  • Metallic Ratios in Primitive Pythagorean Triples : Metallic Means Embedded in Pythagorean Triangles and Other Right Triangles
    Journal of Advances in Mathematics Vol 20 (2021) ISSN: 2347-1921 https://rajpub.com/index.php/jam DOI: https://doi.org/10.24297/jam.v20i.9088 Metallic Ratios in Primitive Pythagorean Triples : Metallic Means embedded in Pythagorean Triangles and other Right Triangles Dr. Chetansing Rajput M.B.B.S. Nair Hospital (Mumbai University) India, Asst. Commissioner (Govt. of Maharashtra) Email: [email protected] Website: https://goldenratiorajput.com/ Lecture Link 1 : https://youtu.be/LFW1saNOp20 Lecture Link 2 : https://youtu.be/vBfVDaFnA2k Lecture Link 3 : https://youtu.be/raosniXwRhw Lecture Link 4 : https://youtu.be/74uF4sBqYjs Lecture Link 5 : https://youtu.be/Qh2B1tMl8Bk Abstract The Primitive Pythagorean Triples are found to be the purest expressions of various Metallic Ratios. Each Metallic Mean is epitomized by one particular Pythagorean Triangle. Also, the Right Angled Triangles are found to be more “Metallic” than the Pentagons, Octagons or any other (n2+4)gons. The Primitive Pythagorean Triples, not the regular polygons, are the prototypical forms of all Metallic Means. Keywords: Metallic Mean, Pythagoras Theorem, Right Triangle, Metallic Ratio Triads, Pythagorean Triples, Golden Ratio, Pascal’s Triangle, Pythagorean Triangles, Metallic Ratio A Primitive Pythagorean Triple for each Metallic Mean (훅n) : Author’s previous paper titled “Golden Ratio” cited by the Wikipedia page on “Metallic Mean” [1] & [2], among other works mentioned in the References, have already highlighted the underlying proposition that the Metallic Means
    [Show full text]
  • Introduction to the Special Issue on Scientific Balloon Capabilities and Instrumentation
    INTRODUCTION TO THE SPECIAL ISSUE ON SCIENTIFIC BALLOON CAPABILITIES AND INSTRUMENTATION J. A. GASKIN1, I. S., SMITH2, AND W. V. JONES3 1 X-Ray Astronomy Group, NASA Marshall Space Flight Center, Huntsville, AL 35812, USA, [email protected]. 2Space Science and Engineering Division/15, Southwest Research Institute, 6220 Culebra Rd, San Antonio, TX 78238, USA, [email protected] 3Science Mission Directorate, Astrophysics Division DH000 NASA Headquarters, Washington, DC 20546, USA, [email protected] Received (to be inserted by publisher); Revised (to be inserted by publisher); Accepted (to be inserted by publisher); In 1783, the Montgolfier brothers ushered in a new era of transportation and exploration when they used hot air to drive an un- tethered balloon to an altitude of ~2 km. Made of sackcloth and held together with cords, this balloon challenged the way we thought about human travel, and it has since evolved into a robust platform for performing novel science and testing new technologies. Today, high-altitude balloons regularly reach altitudes of 40 km, and they can support payloads that weigh more than 3,000 kg. Long-duration balloons can currently support mission durations lasting ~55 days, and developing balloon technologies (i.e. Super-Pressure Balloons) are expected to extend that duration to 100 days or longer; competing with satellite payloads. This relatively inexpensive platform supports a broad range of science payloads, spanning multiple disciplines (astrophysics, heliophysics, planetary and earth science.) Applications extending beyond traditional science include testing new technologies for eventual space-based application and stratospheric airships for planetary applications. Keywords: balloon payloads, scientific ballooning, balloon flight operations.
    [Show full text]
  • Telescope Design Considerations
    CMB S-4: Telescope Design Considerations September 12, 2016 T. Essinger-Hileman, N. Halverson, S. Hanany, M. D. Niemack, S. Padin, S. Parshley, C. Pryke, T. Suzuki, E. Switzer, K. Thompson, et al. Institutions DRAFT Contents 1 Introduction 1 1.1 Optics benchmarks . .2 2 Current CMB telescope designs and maturity 3 2.1 Current small aperture telescope designs . .4 2.2 Current large aperture telescope designs . .5 2.3 Concept for high throughput large aperture telescope design . .6 3 Telescope engineering to improve systematics 9 3.1 Monolithic mirrors . .9 3.2 Boresight rotation . 10 3.3 Shields and baffles . 10 4 Potential future studies and development areas 13 A Optics designs for current projects 16 A.1 Advanced ACTPol . 16 A.2 BICEP3 . 17 A.3 CLASS . 18 A.4 EBEX . 19 A.5 Keck/Spider . 20 A.6 Piper . 21 A.7 Simons Array . 22 A.8 SPT-3G . 23 B Projects using crossed-Dragone telescopes 24 B.1 ABS . 24 B.2 QUIET . 25 B.3 CCAT-prime . 26 DRAFT i 1 Introduction CHARGE: Summarize the current state of the technology and identify R&D efforts neces- sary to advance it for possible use in CMB-S4. CMB-S4 will likely require a scale-up in number of elements, frequency coverage, and bandwidth relative to current instruments. Because it is searching for lower magnitude signals, it will also require stronger control of systematic uncertainties. Current landscape • Existing CMB experiments have a range of telescope sizes (∼ 0:3 to 10 m) and styles (cold refractors and offset Gregory and crossed Dragone reflectors).
    [Show full text]
  • Relations Between Some Characteristic Lengths in a Triangle
    Relations between some characteristic lengths in a triangle Wolfram Koepf and Markus Brede Keywords: Pythagorean Theorem, Altitude Theorem, Cathetus Theorems, Groebner basis, poly- nomial elimination. Abstract The paper’s aim is to note a remarkable (and apparently unknown) relation for right triangles, its generalization to arbitrary triangles and the possibility to derive these and some related re- lations by elimination using Groebner basis computations with a modern computer algebra sys- tem. 1 The Pythagorean group of theorems We start by noting the Pythagorean group of theorems. Assume a right triangle T with vertices A, B and C in standard notation is given. Hence the right angle of T is at the vertex C, aBC= and bAC= denote the lengths of the two catheti and cAB= denotes the length of the hypotenuse.1 Figure 1: The standard notation in a right triangle Furthermore, the length of the altitude CH with the hypotenuse as base is denoted by h. Finally by qAH= and p = HB we denote the lengths of the hypotenuse sections. Of course by construction the equation cpq=+ is valid. The Pythagorean theorem is given in the whole triangle ACB as abc22+ = 2 as well as in the two smaller right angled triangles AHC and BHC as 1 There seems to be no worldwide standard terminology. We will use this terminology throughout the paper. 1 p22+ ha= 2 and qhb22+ = 2 respectively. Furthermore, the following well-known identities are valid in the triangle T: • (Area Identity) The double area of T can be computed as ab and as ch, hence ab = ch.
    [Show full text]
  • Pythagorean Theorem
    4.4. Pythagorean Theorem A right triangle is a triangle containing a right angle (90°). A triangle cannot have more than one right angle, since the sum of the two right angles plus the third angle would exceed the 180° total possessed by a triangle. The side opposite the right angle is called the hypotenuse (side c in the figure below). The sides adjacent to the right angle are called legs (or catheti, singular: cathetus). hypotenuse A c b right angle = 90° C a B Math notation for right triangle The Pythagorean Theorem states that the square of a hypotenuse is equal to the sum of the squares of the other two sides. It is one of the fundamental relations in Euclidean geometry. c2 = a2 + b2 2 Ac = c B A = a2 c a a A b C 2 Ab = b Pythagorean triangle with the squares of its sides and labels Pythagorean triples are integer values of a, b, c satisfying this equation. Math 8 * 4.4. Pythagorean Theorem 1 © ontaonta.com Fall 2021 Finding the Sides of a Right Triangle Example 1: Find the hypotenuse. A c 2:8 m C 9:6 m B 2 2 2 c = a + b ðsubstitute for a and b c2 = .9:6 m/2 + .2:8 m/2 c2 = 92:16 m2 + 7:84 m2 2 2 c = 100 m ðtake the square root of each side ù ù c2 = 100 m2 ù ù ù c2 = 100 m2 c = 10 m Example 2: Find the missing side b. 5 3 b 2 2 2 2 c = a + b ðsubtract a from each side ¨ ¨ c2 * a2 = ¨a2 + b2 ¨*¨a2 2 2 2 c * a = b ðswitch sides 2 2 2 b = c * a ðsubstitute for a and c b2 = 52 * 32 2 b = 25 * 9 = 16 ðtake the square root of each side ù ù b2 = 16 b = 4 Math 8 * 4.4.
    [Show full text]