pipeline.h.tasks.common.atmutil

Functions

calc_airmass([elevation])

elevation: elevation [deg]

calc_transmission(airmass, dry_opacity, …)

get_dry_opacity(at)

at: atmosphere tool

get_median_elevation(vis, antenna_id)

get_spw_spec(vis, spw_id)

vis: MS name spw_id: spw id

get_transmission(vis[, antenna_id, spw_id, …])

calculate atmospheric transmission assuming PWV=1mm.

get_wet_opacity(at)

at: atmosphere tool

init_at(at[, humidity, temperature, …])

at: atmosphere tool humidity: relative humidity [%] temperature: temperature [K] pressure: pressure [mbar] atmtype: AtmType enum altitude: altitude [m] fcenter: center frequency [GHz] nchan: number of channels resolution: channel width [GHz]

plot(frequency, dry_opacity, wet_opacity, …)

test([pwv, elevation])

pwv: water vapor content [mm] elevation: elevation [deg]

Classes

AtmType()