Astronomical Image Processing System
The Astronomical Image Processing System (AIPS) is a software package to support the reduction and analysis of data taken with radio telescopes. Developed predominantly for use with the then under-construction VLA, the generality inherent in its design allowed it to become the standard data-reduction package for most radio interferometers, including VLBI. Limited single-dish capability is also featured. Although partially replaced by CASA, it continues to evolve and remains in use. History Development of AIPS started at NRAO in 1978, two years before the VLA became fully operational. Originally written in FORTRAN 66, AIPS has used FORTRAN 77 since 1989. The very first AIPS installation was on a MODCOMP computer, but the package's portability has led to it being installed on many different systems. Pre-compiled versions are today available for users of Linux and Mac OS. Since 2018, a pre-compiled version is no longer available for Solaris and users must now build AIPS from sour ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
NRAO
The National Radio Astronomy Observatory (NRAO) is a federally funded research and development center of the United States National Science Foundation operated under cooperative agreement by Associated Universities, Inc. for the purpose of radio astronomy. NRAO designs, builds, and operates its own high-sensitivity radio telescopes for use by scientists around the world. Locations Charlottesville, Virginia The NRAO headquarters is located on the campus of the University of Virginia in Charlottesville, Virginia. The North American ALMA Science Center and the NRAO Technology Center and Central Development Laboratory are also in Charlottesville. Green Bank, West Virginia NRAO was, until October 2016, the operator of the world's largest fully steerable radio telescope, the Robert C. Byrd Green Bank Telescope, which stands near Green Bank, West Virginia. The observatory contains several other telescopes, among them the telescope that utilizes an equatorial mount uncommon for radio ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Westerbork Synthesis Radio Telescope
The Westerbork Synthesis Radio Telescope (WSRT) is an aperture synthesis interferometer built on the site of the former World War II Nazi detention and transit camp Westerbork, north of the village of Westerbork, Midden-Drenthe, in the northeastern Netherlands. Overview The WRST comprises fourteen 25-metre radio telescopes deployed in a linear array arranged on a East-West line, of which 10 are in a fixed equidistant position, 2 are nearby on a 300 m rail track, and 2 are located a kilometer eastwards on another 200 m rail track. It has a similar arrangement to other radio telescopes such as the One-Mile Telescope, Australia Telescope Compact Array and the Ryle Telescope. Its Equatorial mount is what sets it apart from most other radio telescopes, most of which have an Altazimuth mount. This makes it specifically useful for specific types of science, like polarized emission research as the detectors maintain a constant orientation on the sky during an observation. Ten of t ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
User Guide
A user guide, also commonly known as a user manual, is intended to assist users in using a particular product, service or application. It's usually written by a technician, product developer, or a company's customer service staff. Most user guides contain both a written guide and associated images. In the case of computer applications, it is usual to include screenshots of the human-machine interface(s), and hardware manuals often include clear, simplified diagrams. The language used is matched to the intended audience, with jargon kept to a minimum or explained thoroughly. Contents of a user manual The sections of a user manual often include: *A cover page *A title page and copyright page *A preface, containing details of related documents and information on how to navigate the user guide *A contents page *A Purpose section. This should be an overview rather than detail the objective of the document *An Audience section to explicitly state who is the intended audience who i ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
FITS
Flexible Image Transport System (FITS) is an open standard defining a digital file format useful for storage, transmission and processing of data: formatted as multi-dimensional arrays (for example a 2D image), or tables. FITS is the most commonly used digital file format in astronomy. The FITS standard was designed specifically for astronomical data, and includes provisions such as describing photometric and spatial calibration information, together with image origin metadata. The FITS format was first standardized in 1981; it has evolved gradually since then, and the most recent version (4.0) was standardized in 2016. FITS was designed with an eye towards long-term archival storage, and the maxim ''once FITS, always FITS'' represents the requirement that developments to the format must be backward compatible. Image metadata is stored in a human-readable ASCII header. The information in this header is designed to calculate the byte offset of some information in the subsequ ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Tektronix 4010
The Tektronix 4010 series was a family of text-and-graphics computer terminals based on storage-tube technology created by Tektronix. Several members of the family were introduced during the 1970s, the best known being the 11-inch 4010 and 19-inch 4014, along with the less popular 25-inch 4016. They were widely used in the computer-aided design market in the 1970s and early 1980s. The 4000 series were much less expensive than earlier graphics terminals, such as the IBM 2250, because no additional electronics were needed to maintain the display on the storage-tube screen; images drawn to the screen remained there until deliberately erased. This eliminated the need for computer memory to store the images, which was extremely expensive in the 1970s. The display series remained popular until the introduction of inexpensive graphics workstations in the 1980s. These new graphics workstations used raster displays and dedicated screen buffers that became more affordable as solid-sta ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Deconvolution
In mathematics, deconvolution is the operation inverse to convolution. Both operations are used in signal processing and image processing. For example, it may be possible to recover the original signal after a filter (convolution) by using a deconvolution method with a certain degree of accuracy. Due to the measurement error of the recorded signal or image, it can be demonstrated that the worse the SNR, the worse the reversing of a filter will be; hence, inverting a filter is not always a good solution as the error amplifies. Deconvolution offers a solution to this problem. The foundations for deconvolution and time-series analysis were largely laid by Norbert Wiener of the Massachusetts Institute of Technology in his book ''Extrapolation, Interpolation, and Smoothing of Stationary Time Series'' (1949). The book was based on work Wiener had done during World War II but that had been classified at the time. Some of the early attempts to apply these theories were in the field ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Python (programming Language)
Python is a high-level, general-purpose programming language. Its design philosophy emphasizes code readability with the use of significant indentation. Python is dynamically-typed and garbage-collected. It supports multiple programming paradigms, including structured (particularly procedural), object-oriented and functional programming. It is often described as a "batteries included" language due to its comprehensive standard library. Guido van Rossum began working on Python in the late 1980s as a successor to the ABC programming language and first released it in 1991 as Python 0.9.0. Python 2.0 was released in 2000 and introduced new features such as list comprehensions, cycle-detecting garbage collection, reference counting, and Unicode support. Python 3.0, released in 2008, was a major revision that is not completely backward-compatible with earlier versions. Python 2 was discontinued with version 2.7.18 in 2020. Python consistently ran ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Pipeline (computing)
In computing, a pipeline, also known as a data pipeline, is a set of data processing elements connected in series, where the output of one element is the input of the next one. The elements of a pipeline are often executed in parallel or in time-sliced fashion. Some amount of buffer storage is often inserted between elements. Computer-related pipelines include: * Instruction pipelines, such as the classic RISC pipeline, which are used in central processing units (CPUs) and other microprocessors to allow overlapping execution of multiple instructions with the same circuitry. The circuitry is usually divided up into stages and each stage processes a specific part of one instruction at a time, passing the partial results to the next stage. Examples of stages are instruction decode, arithmetic/logic and register fetch. They are related to the technologies of superscalar execution, operand forwarding, speculative execution and out-of-order execution. * Graphics pipelines, found ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
X Window System
The X Window System (X11, or simply X) is a windowing system for bitmap displays, common on Unix-like operating systems. X provides the basic framework for a GUI environment: drawing and moving windows on the display device and interacting with a mouse and keyboard. X does not mandate the user interfacethis is handled by individual programs. As such, the visual styling of X-based environments varies greatly; different programs may present radically different interfaces. X originated as part of Project Athena at Massachusetts Institute of Technology (MIT) in 1984. The X protocol has been at version 11 (hence "X11") since September 1987. The X.Org Foundation leads the X project, with the current reference implementation, X.Org Server, available as free and open-source software under the MIT License and similar permissive licenses. Purpose and abilities X is an architecture-independent system for remote graphical user interfaces and input device capabilities. Each person u ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
Atacama Large Millimeter Array
The Atacama Large Millimeter/submillimeter Array (ALMA) is an astronomical interferometer of 66 radio telescopes in the Atacama Desert of northern Chile, which observe electromagnetic radiation at millimeter and submillimeter wavelengths. The array has been constructed on the elevation Chajnantor plateau - near the Llano de Chajnantor Observatory and the Atacama Pathfinder Experiment. This location was chosen for its high elevation and low humidity, factors which are crucial to reduce noise and decrease signal attenuation due to Earth's atmosphere. ALMA provides insight on star birth during the early Stelliferous era and detailed imaging of local star and planet formation. ALMA is an international partnership amongst Europe, the United States, Canada, Japan, South Korea, Taiwan, and Chile. Costing about US$1.4 billion, it is the most expensive ground-based telescope in operation. ALMA began scientific observations in the second half of 2011 and the first imag ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
ARO 12m Radio Telescope
The ARO 12m Radio Telescope (ARO12m or KP12m) is a 12-meter dish located on Kitt Peak, approximately from Tucson in Arizona at an elevation of . History The original dish was built in 1967 under the umbrella of the National Radio Astronomy Observatory (NRAO). At that time, it was in diameter and was known as the 36-foot Telescope. In 1984, it was renovated with a new backup structure and a slightly larger dish. At this point its name was changed to the 12 Meter Telescope. In 2000, the NRAO passed control of the telescope to the University of Arizona. The University of Arizona had been operating the Submillimeter Telescope (SMT) located on Mount Graham since 1992. When it took over operations of the 12m, it created the Arizona Radio Observatory (ARO), a part of Steward Observatory of the UArizona College of Science, which now runs both telescopes. In 2013, the entire antenna (dish and mounting) was replaced with ESO's ALMA prototype antenna, which had been located in New ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |
|
European VLBI Network
The European VLBI Network (EVN) is a network of radio telescopes located primarily in Europe and Asia, with additional antennas in South Africa and Puerto Rico, which performs very high angular resolution observations of cosmic radio sources using very-long-baseline interferometry (VLBI). The EVN is the most sensitive VLBI array in the world, and the only one capable of real-time observations. The Joint Institute for VLBI ERIC (JIVE) acts as the central organisation in the EVN, providing both scientific user support and a correlator facility. Very Long Baseline Interferometry (VLBI) achieves ultra-high angular resolution and is a multi-disciplinary technique used in astronomy, geodesy and astrometry. The EVN operates an open-sky policy, allowing anyone to propose an observation using the network EVN Telescopes The EVN network comprises 22 telescope facilities: Additionally the EVN often links with the UK-based 7-element Jodrell Bank MERLIN interferometer. It can also be co ... [...More Info...]       [...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]   |