Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1556
News FAQ
Search Home


next up previous contents index
Next: atmosphere.getSkyBrightnessSpec - Function Up: atmosphere - Tool Previous: atmosphere.computeSkyBrightness - Function


atmosphere.getSkyBrightness - Function



Package utility
Module benchmark
Tool atmosphere


get sky brightness computed by computeSkyBrightness()


Synopsis
getSkyBrightness(iopt)


Description

Get sky brightness computed by computeSkyBrightness().



Arguments

iopt in temperature type
    Allowed: Int 1 or 2, standing for blackbody temperature or Rayleigh Jeans temperature
    Default: 1



Returns
Quantum with a vector value and dimension of temperature, K, which is the sky brightness for the given temperature type.



Example
tBand1 := myatm.getSkyBrightness(iopt=1);
tBand2 := myatm.getSkyBrightness(iopt=2);
print spaste("SkyBrightness for Blackbody = ",tBand1 );
print spaste("SkyBrightness for Rayleigh Jeans = ",tBand2 )

SkyBrightness for Blackbody =[value=[19.9391734 19.9391734] , unit=K]
SkyBrightness for Rayleigh Jeans =[value=[17.9019838 17.9019838] , unit=K]





next up previous contents index
Next: atmosphere.getSkyBrightnessSpec - Function Up: atmosphere - Tool Previous: atmosphere.computeSkyBrightness - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-10-15