GNU Astronomy Utilities

Total Page:16

File Type:pdf, Size:1020Kb

GNU Astronomy Utilities GNU Astronomy Utilities Astronomical data manipulation and analysis programs and libraries for version 0.7, 8 August 2018 Mohammad Akhlaghi Gnuastro (source code, book and webpage) authors (sorted by number of commits): Mohammad Akhlaghi ([email protected], 1101) Mos`eGiordano ([email protected], 29) Vladimir Markelov ([email protected], 18) Boud Roukema ([email protected], 7) Leindert Boogaard ([email protected], 1) Lucas MacQuarrie ([email protected], 1) Th´er`eseGodefroy ([email protected], 1) This book documents version 0.7 of the GNU Astronomy Utilities (Gnuastro). Gnuastro provides various programs and libraries for astronomical data manipulation and analysis. Copyright c 2015-2018 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled \GNU Free Documentation License". For myself, I am interested in science and in philosophy only because I want to learn something about the riddle of the world in which we live, and the riddle of man's knowledge of that world. And I believe that only a revival of interest in these riddles can save the sciences and philosophy from narrow specialization and from an obscurantist faith in the expert's special skill, and in his personal knowledge and authority; a faith that so well fits our `post-rationalist' and `post- critical' age, proudly dedicated to the destruction of the tradition of rational philosophy, and of rational thought itself. |Karl Popper. The logic of scientific discovery. 1959. i Short Contents 1 Introduction :::::::::::::::::::::::::::::::::::::::::: 1 2 Tutorials:::::::::::::::::::::::::::::::::::::::::::: 16 3 Installation:::::::::::::::::::::::::::::::::::::::::: 57 4 Common program behavior :::::::::::::::::::::::::::: 87 5 Data containers ::::::::::::::::::::::::::::::::::::: 120 6 Data manipulation::::::::::::::::::::::::::::::::::: 138 7 Data analysis ::::::::::::::::::::::::::::::::::::::: 193 8 Modeling and fitting ::::::::::::::::::::::::::::::::: 265 9 High-level calculations :::::::::::::::::::::::::::::::: 288 10 Library :::::::::::::::::::::::::::::::::::::::::::: 297 11 Developing ::::::::::::::::::::::::::::::::::::::::: 415 A Gnuastro programs list ::::::::::::::::::::::::::::::: 437 B Other useful software::::::::::::::::::::::::::::::::: 439 C GNU Free Doc. License::::::::::::::::::::::::::::::: 444 D GNU Gen. Pub. License v3 ::::::::::::::::::::::::::: 452 Index: Macros, structures and functions ::::::::::::::::::::: 463 Index ::::::::::::::::::::::::::::::::::::::::::::::::: 467 ii Table of Contents 1 Introduction ::::::::::::::::::::::::::::::::::::: 1 1.1 Quick start ::::::::::::::::::::::::::::::::::::::::::::::::::::: 1 1.2 Science and its tools :::::::::::::::::::::::::::::::::::::::::::: 2 1.3 Your rights ::::::::::::::::::::::::::::::::::::::::::::::::::::: 6 1.4 Naming convention ::::::::::::::::::::::::::::::::::::::::::::: 7 1.5 Version numbering:::::::::::::::::::::::::::::::::::::::::::::: 7 1.5.1 GNU Astronomy Utilities 1.0 :::::::::::::::::::::::::::::: 8 1.6 New to GNU/Linux? ::::::::::::::::::::::::::::::::::::::::::: 8 1.6.1 Command-line interface :::::::::::::::::::::::::::::::::::: 9 1.7 Report a bug :::::::::::::::::::::::::::::::::::::::::::::::::: 11 1.8 Suggest new feature ::::::::::::::::::::::::::::::::::::::::::: 12 1.9 Announcements ::::::::::::::::::::::::::::::::::::::::::::::: 13 1.10 Conventions :::::::::::::::::::::::::::::::::::::::::::::::::: 13 1.11 Acknowledgments :::::::::::::::::::::::::::::::::::::::::::: 14 2 Tutorials :::::::::::::::::::::::::::::::::::::::: 16 2.1 Sufi simulates a detection :::::::::::::::::::::::::::::::::::::: 17 2.2 General program usage tutorial :::::::::::::::::::::::::::::::: 24 2.3 Detecting large extended targets ::::::::::::::::::::::::::::::: 44 2.4 Hubble visually checks and classifies his catalog :::::::::::::::: 53 3 Installation ::::::::::::::::::::::::::::::::::::: 57 3.1 Dependencies:::::::::::::::::::::::::::::::::::::::::::::::::: 57 3.1.1 Mandatory dependencies:::::::::::::::::::::::::::::::::: 58 3.1.1.1 GNU Scientific library ::::::::::::::::::::::::::::::: 58 3.1.1.2 CFITSIO :::::::::::::::::::::::::::::::::::::::::::: 58 3.1.1.3 WCSLIB :::::::::::::::::::::::::::::::::::::::::::: 59 3.1.2 Optional dependencies :::::::::::::::::::::::::::::::::::: 60 3.1.3 Bootstrapping dependencies :::::::::::::::::::::::::::::: 62 3.1.4 Dependencies from package managers ::::::::::::::::::::: 64 3.2 Downloading the source ::::::::::::::::::::::::::::::::::::::: 66 3.2.1 Release tarball:::::::::::::::::::::::::::::::::::::::::::: 67 3.2.2 Version controlled source:::::::::::::::::::::::::::::::::: 68 3.2.2.1 Bootstrapping ::::::::::::::::::::::::::::::::::::::: 68 3.2.2.2 Synchronizing:::::::::::::::::::::::::::::::::::::::: 70 3.3 Build and install :::::::::::::::::::::::::::::::::::::::::::::: 71 3.3.1 Configuring::::::::::::::::::::::::::::::::::::::::::::::: 72 3.3.1.1 Gnuastro configure options::::::::::::::::::::::::::: 72 3.3.1.2 Installation directory::::::::::::::::::::::::::::::::: 74 3.3.1.3 Executable names:::::::::::::::::::::::::::::::::::: 78 3.3.1.4 Configure and build in RAM ::::::::::::::::::::::::: 79 3.3.2 Separate build and source directories:::::::::::::::::::::: 80 iii 3.3.3 Tests ::::::::::::::::::::::::::::::::::::::::::::::::::::: 83 3.3.4 A4 print book :::::::::::::::::::::::::::::::::::::::::::: 84 3.3.5 Known issues ::::::::::::::::::::::::::::::::::::::::::::: 84 4 Common program behavior ::::::::::::::::::: 87 4.1 Command-line::::::::::::::::::::::::::::::::::::::::::::::::: 87 4.1.1 Arguments and options ::::::::::::::::::::::::::::::::::: 87 4.1.1.1 Arguments::::::::::::::::::::::::::::::::::::::::::: 88 4.1.1.2 Options:::::::::::::::::::::::::::::::::::::::::::::: 89 4.1.2 Common options ::::::::::::::::::::::::::::::::::::::::: 91 4.1.2.1 Input/Output options:::::::::::::::::::::::::::::::: 91 4.1.2.2 Processing options ::::::::::::::::::::::::::::::::::: 93 4.1.2.3 Operating mode options ::::::::::::::::::::::::::::: 95 4.2 Configuration files ::::::::::::::::::::::::::::::::::::::::::::: 99 4.2.1 Configuration file format:::::::::::::::::::::::::::::::::: 99 4.2.2 Configuration file precedence :::::::::::::::::::::::::::: 100 4.2.3 Current directory and User wide ::::::::::::::::::::::::: 101 4.2.4 System wide::::::::::::::::::::::::::::::::::::::::::::: 101 4.3 Multi-threaded operations :::::::::::::::::::::::::::::::::::: 102 4.3.1 A note on threads ::::::::::::::::::::::::::::::::::::::: 102 4.3.2 How to run simultaneous operations ::::::::::::::::::::: 103 4.4 Numeric data types :::::::::::::::::::::::::::::::::::::::::: 104 4.5 Tables:::::::::::::::::::::::::::::::::::::::::::::::::::::::: 106 4.5.1 Recognized table formats :::::::::::::::::::::::::::::::: 107 4.5.2 Gnuastro text table format :::::::::::::::::::::::::::::: 109 4.5.3 Selecting table columns :::::::::::::::::::::::::::::::::: 111 4.6 Tessellation :::::::::::::::::::::::::::::::::::::::::::::::::: 112 4.7 Getting help ::::::::::::::::::::::::::::::::::::::::::::::::: 114 4.7.1 --usage ::::::::::::::::::::::::::::::::::::::::::::::::: 114 4.7.2 --help :::::::::::::::::::::::::::::::::::::::::::::::::: 115 4.7.3 Man pages :::::::::::::::::::::::::::::::::::::::::::::: 116 4.7.4 Info ::::::::::::::::::::::::::::::::::::::::::::::::::::: 116 4.7.5 help-gnuastro mailing list :::::::::::::::::::::::::::::::: 117 4.8 Automatic output :::::::::::::::::::::::::::::::::::::::::::: 117 4.9 Output headers :::::::::::::::::::::::::::::::::::::::::::::: 118 5 Data containers ::::::::::::::::::::::::::::::: 120 5.1 Fits :::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 120 5.1.1 Invoking Fits :::::::::::::::::::::::::::::::::::::::::::: 122 5.1.1.1 HDU manipulation ::::::::::::::::::::::::::::::::: 123 5.1.1.2 Keyword manipulation:::::::::::::::::::::::::::::: 124 5.2 ConvertType ::::::::::::::::::::::::::::::::::::::::::::::::: 127 5.2.1 Recognized file formats :::::::::::::::::::::::::::::::::: 128 5.2.2 Color:::::::::::::::::::::::::::::::::::::::::::::::::::: 130 5.2.3 Invoking ConvertType ::::::::::::::::::::::::::::::::::: 131 5.3 Table :::::::::::::::::::::::::::::::::::::::::::::::::::::::: 135 5.3.1 Invoking Table :::::::::::::::::::::::::::::::::::::::::: 136 iv 6 Data manipulation :::::::::::::::::::::::::::: 138 6.1 Crop ::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 138 6.1.1 Crop modes ::::::::::::::::::::::::::::::::::::::::::::: 138 6.1.2 Crop section syntax ::::::::::::::::::::::::::::::::::::: 141 6.1.3 Blank pixels ::::::::::::::::::::::::::::::::::::::::::::: 141 6.1.4 Invoking Crop ::::::::::::::::::::::::::::::::::::::::::: 142 6.1.4.1 Crop options ::::::::::::::::::::::::::::::::::::::: 143 6.1.4.2 Crop output :::::::::::::::::::::::::::::::::::::::: 147 6.2 Arithmetic ::::::::::::::::::::::::::::::::::::::::::::::::::: 148 6.2.1 Reverse polish notation :::::::::::::::::::::::::::::::::: 149 6.2.2 Arithmetic operators :::::::::::::::::::::::::::::::::::: 149 6.2.3 Invoking Arithmetic ::::::::::::::::::::::::::::::::::::: 159 6.3 Convolve ::::::::::::::::::::::::::::::::::::::::::::::::::::: 162 6.3.1 Spatial domain convolution :::::::::::::::::::::::::::::: 162 6.3.1.1 Convolution process :::::::::::::::::::::::::::::::: 163
Recommended publications
  • Program Library HOWTO David A
    Program Library HOWTO David A. Wheeler version 1.36, 15 May 2010 This HOWTO for programmers discusses how to create and use program libraries on Linux. This includes static libraries, shared libraries, and dynamically loaded libraries. Table of Contents Introduction...........................................................................................................................3 Static Libraries.......................................................................................................................3 Shared Libraries....................................................................................................................4 Dynamically Loaded (DL) Libraries...............................................................................11 Miscellaneous......................................................................................................................14 More Examples....................................................................................................................18 Other Information Sources...............................................................................................22 Copyright and License.......................................................................................................23 Introduction This HOWTO for programmers discusses how to create and use program libraries on Linux using the GNU toolset. A “program library” is simply a file containing com- piled code (and data) that is to be incorporated later into a program; program libraries allow
    [Show full text]
  • May, 2021 President: Andrew Edelen 618-457-3331 Secretary
    MAY 2021 IO Io May, 2021 PO Box 591 Lowell, OR 97452 www.eugeneastro.org [1] M51 - The Whirlpool Galaxy and NGC 5195 Companion Mark Wetzel President: Andrew Edelen 618-457-3331 Secretary: Randy Beiderwell 541-342-4686 Board Members: Oggie Golub, Randy Beiderwell, Ken Martin, Jerry Oltion 1 MAY 2021 IO May Meeting - Thursday, May 20 7pm PLEASE NOTE THAT ALL MEETINGS ARE CURRENTLY VIRTUAL To Be Announced April Meeting We had a special double meeting this month with two short programs by Alan Gillespie and Bernie Bopp. Alan Gillespie gave a talk, "My Lunacy," about several alternative techniques that he has been using to process lunar images. After that, Bernie Bopp spoke on "Solar Nucleosynthesis, or How Does the Sun Work, Anyway?” https://youtu.be/oFqIQDeZdYs Lunar Eclipse The only Total Lunar Eclipse of 2021 will occur during the morning twilight on Wednesday May 26. Totality will only last about 18 minutes as the moon barely cruises through the edge of the Earths Umbra. This means that one limb of the Moon will be noticeably brighter than the opposite edge. Furthermore the eclipse will be happening as the sky is getting brighter from the morning dawn. However the Moon will be interestingly positioned 6 degrees West of Antares. So somebody somewhere is going to get a nice picture! Here are some times and positions: Wednesday May 26,2021 Azimuth altitude 2:45 Partial Eclipse Begins 204 20 3:23 Astronomical Twilight Begins 213 17 4:10 Totality Begins 222 12 4:16 Nautical Twilight Begins 224 11 4:19 Mid-Totality 224 11 4:28 Totality Ends 226 10 5:01 Civil Twilight Begins 232 5 5:35 Sunrise 238 1 5:45 Moonset 239 0 5:53 Partial Eclipse Ends Alan Gillespie 2 MAY 2021 IO [2] Heart Nebula Ronald Perez Do you have something for the newsletter? If you have an article, photo, meeting notes, stories, etc.
    [Show full text]
  • Spiral Galaxy HI Models, Rotation Curves and Kinematic Classifications
    Spiral galaxy HI models, rotation curves and kinematic classifications Theresa B. V. Wiegert A thesis submitted to the Faculty of Graduate Studies of The University of Manitoba in partial fulfillment of the requirements of the degree of Doctor of Philosophy Department of Physics & Astronomy University of Manitoba Winnipeg, Canada 2010 Copyright (c) 2010 by Theresa B. V. Wiegert Abstract Although galaxy interactions cause dramatic changes, galaxies also continue to form stars and evolve when they are isolated. The dark matter (DM) halo may influence this evolu- tion since it generates the rotational behaviour of galactic disks which could affect local conditions in the gas. Therefore we study neutral hydrogen kinematics of non-interacting, nearby spiral galaxies, characterising their rotation curves (RC) which probe the DM halo; delineating kinematic classes of galaxies; and investigating relations between these classes and galaxy properties such as disk size and star formation rate (SFR). To generate the RCs, we use GalAPAGOS (by J. Fiege). My role was to test and help drive the development of this software, which employs a powerful genetic algorithm, con- straining 23 parameters while using the full 3D data cube as input. The RC is here simply described by a tanh-based function which adequately traces the global RC behaviour. Ex- tensive testing on artificial galaxies show that the kinematic properties of galaxies with inclination > 40 ◦, including edge-on galaxies, are found reliably. Using a hierarchical clustering algorithm on parametrised RCs from 79 galaxies culled from literature generates a preliminary scheme consisting of five classes. These are based on three parameters: maximum rotational velocity, turnover radius and outer slope of the RC.
    [Show full text]
  • Xcode Package from App Store
    KH Computational Physics- 2016 Introduction Setting up your computing environment Installation • MAC or Linux are the preferred operating system in this course on scientific computing. • Windows can be used, but the most important programs must be installed – python : There is a nice package ”Enthought Python Distribution” http://www.enthought.com/products/edudownload.php – C++ and Fortran compiler – BLAS&LAPACK for linear algebra – plotting program such as gnuplot Kristjan Haule, 2016 –1– KH Computational Physics- 2016 Introduction Software for this course: Essentials: • Python, and its packages in particular numpy, scipy, matplotlib • C++ compiler such as gcc • Text editor for coding (for example Emacs, Aquamacs, Enthought’s IDLE) • make to execute makefiles Highly Recommended: • Fortran compiler, such as gfortran or intel fortran • BLAS& LAPACK library for linear algebra (most likely provided by vendor) • open mp enabled fortran and C++ compiler Useful: • gnuplot for fast plotting. • gsl (Gnu scientific library) for implementation of various scientific algorithms. Kristjan Haule, 2016 –2– KH Computational Physics- 2016 Introduction Installation on MAC • Install Xcode package from App Store. • Install ‘‘Command Line Tools’’ from Apple’s software site. For Mavericks and lafter, open Xcode program, and choose from the menu Xcode -> Open Developer Tool -> More Developer Tools... You will be linked to the Apple page that allows you to access downloads for Xcode. You wil have to register as a developer (free). Search for the Xcode Command Line Tools in the search box in the upper left. Download and install the correct version of the Command Line Tools, for example for OS ”El Capitan” and Xcode 7.2, Kristjan Haule, 2016 –3– KH Computational Physics- 2016 Introduction you need Command Line Tools OS X 10.11 for Xcode 7.2 Apple’s Xcode contains many libraries and compilers for Mac systems.
    [Show full text]
  • GNU Astronomy Utilities
    GNU Astronomy Utilities Astronomical data manipulation and analysis programs and libraries for version 0.15.58-2b10e, 23 September 2021 Mohammad Akhlaghi Gnuastro (source code, book and web page) authors (sorted by number of commits): Mohammad Akhlaghi ([email protected], 1812) Pedram Ashofteh Ardakani ([email protected], 54) Raul Infante-Sainz ([email protected], 34) Mos`eGiordano ([email protected], 29) Vladimir Markelov ([email protected], 18) Sachin Kumar Singh ([email protected], 13) Zahra Sharbaf ([email protected], 12) Nat´aliD. Anzanello ([email protected], 8) Boud Roukema ([email protected], 7) Carlos Morales-Socorro ([email protected], 3) Th´er`eseGodefroy ([email protected], 3) Joseph Putko ([email protected], 2) Samane Raji ([email protected], 2) Alexey Dokuchaev ([email protected], 1) Andreas Stieger ([email protected], 1) Fran¸coisOchsenbein ([email protected], 1) Kartik Ohri ([email protected], 1) Leindert Boogaard ([email protected], 1) Lucas MacQuarrie ([email protected], 1) Madhav Bansal ([email protected], 1) Miguel de Val-Borro ([email protected], 1) Sepideh Eskandarlou ([email protected], 1) This book documents version 0.15.58-2b10e of the GNU Astronomy Utilities (Gnuastro). Gnuastro provides various programs and libraries for astronomical data manipulation and analysis. Copyright c 2015-2021, Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts.
    [Show full text]
  • GNU MP the GNU Multiple Precision Arithmetic Library Edition 6.2.1 14 November 2020
    GNU MP The GNU Multiple Precision Arithmetic Library Edition 6.2.1 14 November 2020 by Torbj¨ornGranlund and the GMP development team This manual describes how to install and use the GNU multiple precision arithmetic library, version 6.2.1. Copyright 1991, 1993-2016, 2018-2020 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover Texts being \A GNU Manual", and with the Back-Cover Texts being \You have freedom to copy and modify this GNU Manual, like GNU software". A copy of the license is included in Appendix C [GNU Free Documentation License], page 132. i Table of Contents GNU MP Copying Conditions :::::::::::::::::::::::::::::::::::: 1 1 Introduction to GNU MP ::::::::::::::::::::::::::::::::::::: 2 1.1 How to use this Manual :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 2 2 Installing GMP ::::::::::::::::::::::::::::::::::::::::::::::::: 3 2.1 Build Options:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 3 2.2 ABI and ISA :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 8 2.3 Notes for Package Builds:::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 11 2.4 Notes for Particular Systems :::::::::::::::::::::::::::::::::::::::::::::::::::::: 12 2.5 Known Build Problems ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: 14 2.6 Performance
    [Show full text]
  • GNU Scientific Library – Reference Manual
    GNU Scientific Library – Reference Manual: Top http://www.gnu.org/software/gsl/manual/html_node/ GNU Scientific Library – Reference Manual Next: Introduction, Previous: (dir), Up: (dir) [Index] GSL This file documents the GNU Scientific Library (GSL), a collection of numerical routines for scientific computing. It corresponds to release 1.16+ of the library. Please report any errors in this manual to [email protected]. More information about GSL can be found at the project homepage, http://www.gnu.org/software/gsl/. Printed copies of this manual can be purchased from Network Theory Ltd at http://www.network-theory.co.uk /gsl/manual/. The money raised from sales of the manual helps support the development of GSL. A Japanese translation of this manual is available from the GSL project homepage thanks to Daisuke Tominaga. Copyright © 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 The GSL Team. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections and no cover texts. A copy of the license is included in the section entitled “GNU Free Documentation License”. • Introduction: • Using the library: • Error Handling: • Mathematical Functions: • Complex Numbers: • Polynomials: • Special Functions: • Vectors and Matrices: • Permutations: • Combinations: • Multisets: • Sorting: • BLAS Support: • Linear Algebra: • Eigensystems:
    [Show full text]
  • Sky Notes: 2011 April & May
    Sky Notes: 2011 April & May by Callum Potter Spring is one of my favourite times of year occultation of 87 Leo, another 4th mag star. RZ Cassiopeiae has many through the two to observe. Although the nights are starting a The Sun is certainly worth following, as months, and these are detailed in your BAA bit later, the slightly warmer weather makes activity seems to be on the increase. In recent Handbook. Des Loughney wrote an excel- visual observing much more comfortable. months there has been much speculation about lent paper on the technique in the June 2010 As I was researching these Sky Notes, the aurorae being visible from the south of the Journal, and there is another good article in dearth of planets to observe was quite sur- UK. But for such a ‘mid-latitude’ aurora to be the 2011 April Sky & Telescope (in which prising. Only Saturn is well positioned, and visible requires quite a major coronal mass Des gets a mention too). Bright variable stars I started to wonder how often the absence of ejection to hit us ‘face-on’. It is worth signing are probably under-observed, so if you do many of the planets arises. No doubt some- up to alert services though, and you can now make some observations, please send your one with a more ‘computing’ orientation follow @aurorawatchuk on Twitter which will results to the Variable Star Section. could tell, but in my recollection it’s quite a automatically post alerts when their rare event. So, without many of the planets magnetometers indicate a significant distur- around, I thought I would mention a few bance to the Earth’s magnetic field.
    [Show full text]
  • Linux: Come E Perchх
    ÄÒÙÜ Ô ©2007 mcz 12 luglio 2008 ½º I 1. Indice II ½º Á ¾º ¿º ÈÖÞÓÒ ½ º È ÄÒÙÜ ¿ º ÔÔÖÓÓÒÑÒØÓ º ÖÒÞ ×Ó×ØÒÞÐ ÏÒÓÛ× ¾½ º ÄÒÙÜ ÕÙÐ ×ØÖÙÞÓÒ ¾ º ÄÒÙÜ ÀÖÛÖ ×ÙÔÔ ÓÖØØÓ ¾ º È Ð ÖÒÞ ØÖ ÖÓ ÓØ Ù×Ö ¿½ ½¼º ÄÒÙÜ × Ò×ØÐÐ ¿¿ ½½º ÓÑ × Ò×ØÐÐÒÓ ÔÖÓÖÑÑ ¿ ½¾º ÒÓÒ ØÖÓÚÓ ÒÐ ×ØÓ ÐÐ ×ØÖÙÞÓÒ ¿ ½¿º Ó׳ ÙÒÓ ¿ ½º ÓÑ × Ð ××ØÑ ½º ÓÑ Ð ½º Ð× Ñ ½º Ð Ñ ØÐ ¿ ½º ÐÓ ½º ÓÑ × Ò×ØÐÐ Ð ×ØÑÔÒØ ¾¼º ÓÑ ÐØØÖ¸ Ø×Ø ÐÖ III Indice ¾½º ÓÑ ÚÖ Ð ØÐÚ×ÓÒ ¿ 21.1. Televisioneanalogica . 63 21.2. Televisione digitale (terrestre o satellitare) . ....... 64 ¾¾º ÐÑØ ¾¿º Ä 23.1. Fotoritocco ............................. 67 23.2. Grafica3D.............................. 67 23.3. Disegnovettoriale-CAD . 69 23.4.Filtricoloreecalibrazionecolori . .. 69 ¾º ×ÖÚ Ð ½ 24.1.Vari.................................. 72 24.2. Navigazionedirectoriesefiles . 73 24.3. CopiaCD .............................. 74 24.4. Editaretesto............................. 74 24.5.RPM ................................. 75 ¾º ×ÑÔ Ô ´ËÐе 25.1.Montareundiscoounapenna . 77 25.2. Trovareunfilenelsistema . 79 25.3.Vedereilcontenutodiunfile . 79 25.4.Alias ................................. 80 ¾º × ÚÓÐ×× ÔÖÓÖÑÑÖ ½ ¾º ÖÓÛ×Ö¸ ÑÐ ººº ¿ ¾º ÖÛÐРгÒØÚÖÙ× Ð ÑØØÑÓ ¾º ÄÒÙÜ ½ ¿¼º ÓÑ ØÖÓÚÖ ÙØÓ ÖÖÑÒØ ¿ ¿½º Ð Ø×ØÙÐ Ô Ö Ð ×ØÓÔ ÄÒÙÜ ¿¾º ´ÃµÍÙÒØÙ¸ ÙÒ ×ØÖÙÞÓÒ ÑÓÐØÓ ÑØ ¿¿º ËÙÜ ÙÒ³ÓØØÑ ×ØÖÙÞÓÒ ÄÒÙÜ ½¼½ ¿º Á Ó Ò ÄÒÙÜ ½¼ ¿º ÃÓÒÕÙÖÓÖ¸ ÕÙ×ØÓ ½¼ ¿º ÃÓÒÕÙÖÓÖ¸ Ñ ØÒØÓ Ô Ö ½½¿ 36.1.Unaprimaocchiata . .114 36.2.ImenudiKonqueror . .115 36.3.Configurazione . .116 IV Indice 36.4.Alcuniesempidiviste . 116 36.5.Iservizidimenu(ServiceMenu) . 119 ¿º ÃÓÒÕÙÖÓÖ Ø ½¾¿ ¿º à ÙÒ ÖÖÒØ ½¾ ¿º à ÙÒ ÐÙ×ÓÒ ½¿½ ¼º ÓÒÖÓÒØÓ Ò×ØÐÐÞÓÒ ÏÒÓÛ×È ÃÍÙÒØÙ º½¼ ½¿¿ 40.1.
    [Show full text]
  • GNU MP the GNU Multiple Precision Arithmetic Library Edition 6.0.0 25 March 2014
    GNU MP The GNU Multiple Precision Arithmetic Library Edition 6.0.0 25 March 2014 by Torbj¨orn Granlund and the GMP development team This manual describes how to install and use the GNU multiple precision arithmetic library, version 6.0.0. Copyright 1991, 1993-2014 Free Software Foundation, Inc. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, with the Front-Cover Texts being “A GNU Manual”, and with the Back-Cover Texts being “You have freedom to copy and modify this GNU Manual, like GNU software”. A copy of the license is included in Appendix C [GNU Free Documentation License], page 127. i Table of Contents GNU MP Copying Conditions ................................... 1 1 Introduction to GNU MP .................................... 2 1.1 How to use this Manual ........................................................... 2 2 Installing GMP ................................................ 3 2.1 Build Options ..................................................................... 3 2.2 ABI and ISA ...................................................................... 8 2.3 Notes for Package Builds ......................................................... 11 2.4 Notes for Particular Systems ..................................................... 12 2.5 Known Build Problems ........................................................... 14 2.6 Performance optimization .......................................................
    [Show full text]
  • Quantian: a Scientific Computing Environment
    New URL: http://www.R-project.org/conferences/DSC-2003/ Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003) March 20–22, Vienna, Austria ISSN 1609-395X Kurt Hornik, Friedrich Leisch & Achim Zeileis (eds.) http://www.ci.tuwien.ac.at/Conferences/DSC-2003/ Quantian: A Scientific Computing Environment Dirk Eddelbuettel [email protected] Abstract This paper introduces Quantian, a scientific computing environment. Quan- tian is directly bootable from cdrom, self-configuring without user interven- tion, and comprises hundreds of applications, including a significant number of programs that are of immediate interest to quantitative researchers. Quantian is available at http://dirk.eddelbuettel.com/quantian.html. 1 Introduction Quantian is a directly bootable and self-configuring Linux system on a single cdrom. Quantian is an extension of Knoppix (Knopper, 2003) from which it takes its base system of about 2.0 gigabytes of software, along with automatic hardware detec- tion and configuration. Quantian adds software with a quantitative, numerical or scientific focus such as R, Octave, Ginac, GSL, Maxima, OpenDX, Pari, PSPP, QuantLib, XLisp-Stat and Yorick. This paper is organized as follows. In the next section, we introduce the Debian distribution upon which Knopppix and, thus, Quantian are built, discuss Debian packages and its packaging system and provide an overview of the support for R and its related programs. We also describe the Knoppix system and provide a basic outline of Quantian. In the ensuing section, we describe the Quantian build process. Possible extensions are discussed in the following section before a short summary concludes the paper. 2 Background Quantian builds on Knoppix, which is itself based on Debian.
    [Show full text]
  • Capítulo 1 El Lenguaje De Programación Objectivec
    www.gnustep.wordpress.com Introducción al entorno de desarrollo GNUstep 1 www.gnustep.wordpress.com Introducción al entorno de desarrollo GNUstep Licencia de este documento Copyright (C) 2008, 2009 German A. Arias. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". 2 www.gnustep.wordpress.com Introducción al entorno de desarrollo GNUstep Tabla de Contenidos INTRODUCCIÓN.....................................................................................................................................6 Capítulo 0...................................................................................................................................................7 Instalación de GNUstep y las especificaciones OpenStep.........................................................................7 0.1 Instalando GNUstep........................................................................................................................8 0.2 Especificaciones OpenStep...........................................................................................................12 0.3 Estableciendo las teclas modificadoras.........................................................................................13 Capítulo 1.................................................................................................................................................16
    [Show full text]