astro Package

gsm Module

Created on Feb 26, 2015

author: jakeret

hide.astro.gsm.load_signal(ctx)[source]

Returns an interpolated global sky model (GSM) map dependent on the frequency.

Parameters:params – The ctx instance with the paramterization
Returns signal:The astro signal

gsm_point_src Module

Created on Apr 22, 2016

In large parts a copy of astro_calibration_sources in seek by cchang.

Models taken from: Baars 1997, Hafez 2008, Benz 2009 All numbers divided by 2 to account for polarization.

Coordinates from wikipedia

author: seehars, jakeret

class hide.astro.gsm_point_src.AstroSource(model, ra, dec)

Bases: tuple

dec

Alias for field number 2

model

Alias for field number 0

ra

Alias for field number 1

hide.astro.gsm_point_src.add_point_sources(freq, nside, astro_signal, objects=None)[source]
hide.astro.gsm_point_src.barrs77_power_law(freq, a, b, c)[source]
hide.astro.gsm_point_src.cas_a_model(freq)[source]
hide.astro.gsm_point_src.convertunits(s, ae)[source]
hide.astro.gsm_point_src.cyg_a_model(freq)[source]
hide.astro.gsm_point_src.load_signal(ctx)[source]

Returns an interpolated global sky model (GSM) map dependent on the frequency and adds radio point srcs.

Parameters:params – The ctx instance with the paramterization
Returns signal:The astro signal
hide.astro.gsm_point_src.sag_a_model(freq)[source]
hide.astro.gsm_point_src.tau_a_model(freq)[source]
hide.astro.gsm_point_src.vir_a_model(freq)[source]

static Module

Created on Dec 8, 2014

author: jakeret

hide.astro.static.load_signal(ctx)[source]

Creates a sphere with a static flux as signal for the given ctx ( and params)

Parameters:params – The ctx instance with the paramterization
Returns signal:A static signal

static_gsm Module

Created on Jan 7, 2015

author: jakeret

hide.astro.static_gsm.load_signal(ctx)[source]

Returns the same global sky model (GSM) map independent of the frequency. Rescales the map if neccessary (if param.beam_nside != 512)

Parameters:params – The ctx instance with the paramterization
Returns signal:The astro signal

uniform Module

Created on Jan 7, 2015

author: jakeret

hide.astro.uniform.load_signal(ctx)[source]

Creates a sphere with a uniform flux as signal for the given ctx ( and params)

Parameters:params – The ctx instance with the paramterization
Returns signal:A static signal