Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1556 |
|
Package | utility | |
Module | benchmark | |
Tool | atmosphere |
Get sky brightness computed by computeSkyBrightness().
iopt | in | temperature type | |
Allowed: | Int 1 or 2, standing for blackbody temperature or Rayleigh Jeans temperature | ||
Default: | 1 |
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]