New in version 0.2.
LWA astronomical source catalogs.
Specific definition for Cambridge 3C source catalogue data file.
Specific definition for Cambridge 4C source catalogue data file.
Class representing astronomical source catalog information. This is an abstract class; derived classes must provide a parse_file() method which populates the catalog object with information from file or other source.
Catalog instances support the read-only collections.Mapping interface. That is, they support the read-only methods of the dict built-in type.
Lookup a source in the catalog.
Param: name - The primary name or alias of the source.
Represents one source entry in a catalogue.
Get catalog objects by name. Caches the catalog data so that the data file is parsed only once per session.
Specific definition for Fermi LAT first point source catalog.
Specific definition for LWA observation source catalogue data file.
Specific definition for PKS90 source catalogue data file.
Specific definition for PKS source catalog.
Specific definition for ATNF Pulsar (PSRCAT) catalog. Data file is psrcat.db which can be retreived from: <http://www.atnf.csiro.au/research/pulsar/psrcat/download.html>
New in version 0.2.
Classes and methods to model sky brightness and visibility.
The class for handling the model sky brightness maps over a particular site. This code is the base class for the sky map visible at a specific location. It takes as input a skymap file name and frequency to which the skymap corresponds. It inherits from class SkyMap. It has the following methods:
- _init_ - takes the array coordinate filename as an input argument.
- ComputeDirectionCosines - Computes the direction cosines
3. ComputeTotalPowerFromVisibleSky - Sums the power for all visible sources in the sky.
The class for handling the model sky brightness maps. This code is the base class for the sky map. It takes as input a skymap file name and frequency to which the skymap corresponds. It has the following methods:
- _init_ - takes the array coordinate filename as an input argument.
2. NormalizePower - Converts the skymap powers (in Kelvin radiated into 4 pi ster) into a power seen at the antenna. 3. ComputeTotalPowerFromSky - Sums the power for all sources in the sky 4. ScaleSourcePowerstoFrequency - Scales the skymap from the base 73.8 MHz to the desired frequency.
Extension of the SkyMap class to use a Global Sky Model-based set of maps of T0 @ f0, alpha, and beta, where:
For more information on the Global Sky Model, see: http://space.mit.edu/~angelica/gsm/index.html