|
|||
NRAO Home > CASA > CASA Toolkit Reference Manual |
|
4.1.1 atmosphere - Tool
Atmosphere model
Requires:
Synopsis
atmosphere | Construct an atmosphere tool |
getAtmVersion | Returns the version of ATM library. |
listAtmosphereTypes | Returns a list of atmospheric types used by ATM. |
initAtmProfile | Set initial atmospheric profile for atmosphere tool |
updateAtmProfile | Update basic atmospheric parameters of atmosphere tool |
getBasicAtmParms | Gets the current basic atmospheric parameters of the model. |
getNumLayers | Returns the number of layers in the atmospheric profile. |
getGroundWH2O | get the zenith column of water vapor |
getProfile | get atmospheric profile |
initSpectralWindow | initialize spectral window |
addSpectralWindow | add a new spectral window |
getNumSpectralWindows | Get number of spectral windows |
getNumChan | return the number of channels of ith band |
getRefChan | Get the reference channel of a given spectral window |
getRefFreq | Get the reference frequency of given spectral window |
getChanSep | Get the channel separation for regularly spaced grid for spectral window |
getChanFreq | Get the channel frequency for a given grid point for the specified spectral window. |
getSpectralWindow | Get the spectral grid for the specified spectral window. |
getChanNum | Get the grid position for a given frequency in the specified spectral window. |
getBandwidth | Get the frequency range encompassing the list of frequency grid points for the specified spectral window. |
getMinFreq | Get lowest frequency channel for the specified spectral window. |
getMaxFreq | Get highest frequency channel for the specified spectral window. |
getDryOpacity | get the integrated Dry Opacity along the atmospheric path for channel nc in spectral window swpId |
getDryContOpacity | get the integrated Dry Continuum Opacity along the atmospheric path for channel nc in spectral window spwid |
getO2LinesOpacity | get the integrated O2 Lines Opacity along the atmospheric path for channel nc in spectral window spwid |
getO3LinesOpacity | get the integrated O3 Lines Opacity along the atmospheric path for channel nc in spectral window spwid |
getCOLinesOpacity | get the integrated CO Lines Opacity along the atmospheric path for channel nc in spectral window spwid |
getN2OLinesOpacity | get the integrated N2O Lines Opacity along the atmospheric path for channel nc in spectral window spwid |
getWetOpacity | get the integrated zenith Wet Opacity along the atmospheric path for channel nc in spectral window spwid |
getH2OLinesOpacity | get the integrated zenith H2O Lines Opacity along the atmospheric path for channel nc in spectral window spwid |
getH2OContOpacity | get the integrated zenith H2O Continuum Opacity along the atmospheric path for channel nc in spectral window spwid |
getDryOpacitySpec | get the integrated Dry opacity along the atmospheric path on each channel of a band |
getWetOpacitySpec | get the integrated zenith Wet Opacity along the atmospheric path on each channel of a band |
getDispersivePhaseDelay | get the integrated zenith H2O Atmospheric Phase Delay |
getDispersiveWetPhaseDelay | get the integrated dispersive wet Atmospheric Phase Delay |
getNonDispersiveWetPhaseDelay | get the integrated nondispersive wet Atmospheric Phase Delay |
getNonDispersiveDryPhaseDelay | get the integrated nondispersive dry Atmospheric Phase Delay |
getNonDispersivePhaseDelay | get the integrated zenith H2O Atmospheric Phase Delay (Non-Dispersive part) |
getDispersivePathLength | get the integrated zenith Atmospheric Dispersive Path |
getDispersiveWetPathLength | get the integrated wet Atmospheric Dispersive Path |
getNonDispersiveWetPathLength | get the integrated wet Atmospheric NonDispersive Path |
getNonDispersiveDryPathLength | get the integrated dry Atmospheric NonDispersive Path |
getO2LinesPathLength | get the integrated O2 lines Path |
getO3LinesPathLength | get the integrated O3 lines Path |
getCOLinesPathLength | get the integrated CO lines Path |
getN2OLinesPathLength | get the integrated N2O lines Path |
getNonDispersivePathLength | get the integrated zenith H2O Atmospheric Non-Dispersive Path |
getAbsH2OLines | Get H2O lines Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid |
getAbsH2OCont | Get H2O continuum Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid |
getAbsO2Lines | Get O2 lines Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid |
getAbsDryCont | Get Dry Continuum Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid |
getAbsO3Lines | Get O3 lines Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid |
getAbsCOLines | Get CO lines Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid |
getAbsN2OLines | Get N2O lines Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid |
getAbsTotalDry | Get Total Dry Absorption Coefficient at layer nl and frequency channel nf in spectral window spwid |
getAbsTotalWet | Get total wet absorption coefficient at layer nl and frequency channel nf in spectral window spwid |
setUserWH2O | set the user zenith water vapor column |
getUserWH2O | get the user zenith water vapor column |
setAirMass | Set the air mass |
getAirMass | Get the air mass |
setSkyBackgroundTemperature | Set the sky background temperature |
getSkyBackgroundTemperature | Get the sky background temperature |
getAverageTebbSky | Returns average equiv. BB Temp |
getTebbSky | Returns equiv. BB Temp |
getTebbSkySpec | Returns equiv. BB Temp on each channel of a band |
getAverageTrjSky | Returns the average Rayleigh-Jeans Temperature |
getTrjSky | Returns the Rayleigh-Jeans Temperature |
getTrjSkySpec | Returns the Rayleigh-Jeans Temperatures on each channel of a band |
atmosphere.atmosphere - Function
atmosphere.getAtmVersion - Function
atmosphere.listAtmosphereTypes - Function
atmosphere.initAtmProfile - Function
atmosphere.updateAtmProfile - Function
atmosphere.getBasicAtmParms - Function
atmosphere.getNumLayers - Function
atmosphere.getGroundWH2O - Function
atmosphere.getProfile - Function
atmosphere.initSpectralWindow - Function
atmosphere.addSpectralWindow - Function
atmosphere.getNumSpectralWindows - Function
atmosphere.getNumChan - Function
atmosphere.getRefChan - Function
atmosphere.getRefFreq - Function
atmosphere.getChanSep - Function
atmosphere.getChanFreq - Function
atmosphere.getSpectralWindow - Function
atmosphere.getChanNum - Function
atmosphere.getBandwidth - Function
atmosphere.getMinFreq - Function
atmosphere.getMaxFreq - Function
atmosphere.getDryOpacity - Function
atmosphere.getDryContOpacity - Function
atmosphere.getO2LinesOpacity - Function
atmosphere.getO3LinesOpacity - Function
atmosphere.getCOLinesOpacity - Function
atmosphere.getN2OLinesOpacity - Function
atmosphere.getWetOpacity - Function
atmosphere.getH2OLinesOpacity - Function
atmosphere.getH2OContOpacity - Function
atmosphere.getDryOpacitySpec - Function
atmosphere.getWetOpacitySpec - Function
atmosphere.getDispersivePhaseDelay - Function
atmosphere.getDispersiveWetPhaseDelay - Function
atmosphere.getNonDispersiveWetPhaseDelay - Function
atmosphere.getNonDispersiveDryPhaseDelay - Function
atmosphere.getNonDispersivePhaseDelay - Function
atmosphere.getDispersivePathLength - Function
atmosphere.getDispersiveWetPathLength - Function
atmosphere.getNonDispersiveWetPathLength - Function
atmosphere.getNonDispersiveDryPathLength - Function
atmosphere.getO2LinesPathLength - Function
atmosphere.getO3LinesPathLength - Function
atmosphere.getCOLinesPathLength - Function
atmosphere.getN2OLinesPathLength - Function
atmosphere.getNonDispersivePathLength - Function
atmosphere.getAbsH2OLines - Function
atmosphere.getAbsH2OCont - Function
atmosphere.getAbsO2Lines - Function
atmosphere.getAbsDryCont - Function
atmosphere.getAbsO3Lines - Function
atmosphere.getAbsCOLines - Function
atmosphere.getAbsN2OLines - Function
atmosphere.getAbsTotalDry - Function
atmosphere.getAbsTotalWet - Function
atmosphere.setUserWH2O - Function
atmosphere.getUserWH2O - Function
atmosphere.setAirMass - Function
atmosphere.getAirMass - Function
atmosphere.setSkyBackgroundTemperature - Function
atmosphere.getSkyBackgroundTemperature - Function
atmosphere.getAverageTebbSky - Function
atmosphere.getTebbSky - Function
atmosphere.getTebbSkySpec - Function
atmosphere.getAverageTrjSky - Function
atmosphere.getTrjSky - Function
atmosphere.getTrjSkySpec - Function
atmosphere.getAtmVersion - Function
atmosphere.listAtmosphereTypes - Function
atmosphere.initAtmProfile - Function
atmosphere.updateAtmProfile - Function
atmosphere.getBasicAtmParms - Function
atmosphere.getNumLayers - Function
atmosphere.getGroundWH2O - Function
atmosphere.getProfile - Function
atmosphere.initSpectralWindow - Function
atmosphere.addSpectralWindow - Function
atmosphere.getNumSpectralWindows - Function
atmosphere.getNumChan - Function
atmosphere.getRefChan - Function
atmosphere.getRefFreq - Function
atmosphere.getChanSep - Function
atmosphere.getChanFreq - Function
atmosphere.getSpectralWindow - Function
atmosphere.getChanNum - Function
atmosphere.getBandwidth - Function
atmosphere.getMinFreq - Function
atmosphere.getMaxFreq - Function
atmosphere.getDryOpacity - Function
atmosphere.getDryContOpacity - Function
atmosphere.getO2LinesOpacity - Function
atmosphere.getO3LinesOpacity - Function
atmosphere.getCOLinesOpacity - Function
atmosphere.getN2OLinesOpacity - Function
atmosphere.getWetOpacity - Function
atmosphere.getH2OLinesOpacity - Function
atmosphere.getH2OContOpacity - Function
atmosphere.getDryOpacitySpec - Function
atmosphere.getWetOpacitySpec - Function
atmosphere.getDispersivePhaseDelay - Function
atmosphere.getDispersiveWetPhaseDelay - Function
atmosphere.getNonDispersiveWetPhaseDelay - Function
atmosphere.getNonDispersiveDryPhaseDelay - Function
atmosphere.getNonDispersivePhaseDelay - Function
atmosphere.getDispersivePathLength - Function
atmosphere.getDispersiveWetPathLength - Function
atmosphere.getNonDispersiveWetPathLength - Function
atmosphere.getNonDispersiveDryPathLength - Function
atmosphere.getO2LinesPathLength - Function
atmosphere.getO3LinesPathLength - Function
atmosphere.getCOLinesPathLength - Function
atmosphere.getN2OLinesPathLength - Function
atmosphere.getNonDispersivePathLength - Function
atmosphere.getAbsH2OLines - Function
atmosphere.getAbsH2OCont - Function
atmosphere.getAbsO2Lines - Function
atmosphere.getAbsDryCont - Function
atmosphere.getAbsO3Lines - Function
atmosphere.getAbsCOLines - Function
atmosphere.getAbsN2OLines - Function
atmosphere.getAbsTotalDry - Function
atmosphere.getAbsTotalWet - Function
atmosphere.setUserWH2O - Function
atmosphere.getUserWH2O - Function
atmosphere.setAirMass - Function
atmosphere.getAirMass - Function
atmosphere.setSkyBackgroundTemperature - Function
atmosphere.getSkyBackgroundTemperature - Function
atmosphere.getAverageTebbSky - Function
atmosphere.getTebbSky - Function
atmosphere.getTebbSkySpec - Function
atmosphere.getAverageTrjSky - Function
atmosphere.getTrjSky - Function
atmosphere.getTrjSkySpec - Function
More information about CASA may be found at the
CASA web page
Copyright © 2016 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search