Click or drag to resize

IObservingConditionsSkyBrightness Property

Sky brightness at the observatory

Namespace: ASCOM.Common.DeviceInterfaces
Assembly: ASCOM.Common (in ASCOM.Common.dll) Version: 2.1.0+15bd426746e14ecc59ad81c289f923331d1aae8b
Syntax
double SkyBrightness { get; }

Property Value

Double
Sky brightness (Lux)
Exceptions
ExceptionCondition
NotImplementedExceptionIf this property is not available.
NotConnectedExceptionWhen Connected is False.
DriverExceptionAn error occurred that is not described by one of the more specific ASCOM exceptions. Include sufficient detail in the message text to enable the issue to be accurately diagnosed by someone other than yourself.
Remarks

Optional property, can throw a NotImplementedException

This property returns the sky brightness measured in Lux.

Luminance Examples in Lux

IlluminanceSurfaces illuminated by:
0.0001 luxMoonless, overcast night sky (starlight)
0.002 luxMoonless clear night sky with airglow
0.27–1.0 luxFull moon on a clear night
3.4 luxDark limit of civil twilight under a clear sky
50 luxFamily living room lights (Australia, 1998)
80 luxOffice building hallway/toilet lighting
100 luxVery dark overcast day
320–500 luxOffice lighting
400 luxSunrise or sunset on a clear day.
1000 luxOvercast day; typical TV studio lighting
10000–25000 luxFull daylight (not direct sun)
32000–100000 luxDirect sunlight
See Also