![]() |
PyHelios 0.1.11
|
Image acquisition properties. More...
Image acquisition properties.
Definition at line 275 of file RadiationModel.py.
Public Member Functions | |
| __init__ (self, date="", time="", UTC_offset=0.0, camera_height_m=0.0, camera_angle_deg=0.0, light_source="sunlight") | |
Public Attributes | |
| date = str(date) | |
| time = str(time) | |
| UTC_offset = float(UTC_offset) | |
| camera_height_m = float(camera_height_m) | |
| camera_angle_deg = float(camera_angle_deg) | |
| light_source = str(light_source) | |
| pyhelios.RadiationModel.CameraMetadata.AcquisitionProperties.__init__ | ( | self, | |
| date = "", | |||
| time = "", | |||
| UTC_offset = 0.0, | |||
| camera_height_m = 0.0, | |||
| camera_angle_deg = 0.0, | |||
| light_source = "sunlight" ) |
Definition at line 276 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AcquisitionProperties.camera_angle_deg = float(camera_angle_deg) |
Definition at line 282 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AcquisitionProperties.camera_height_m = float(camera_height_m) |
Definition at line 281 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AcquisitionProperties.date = str(date) |
Definition at line 278 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AcquisitionProperties.light_source = str(light_source) |
Definition at line 283 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AcquisitionProperties.time = str(time) |
Definition at line 279 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AcquisitionProperties.UTC_offset = float(UTC_offset) |
Definition at line 280 of file RadiationModel.py.