![]() |
PyHelios 0.1.11
|
Agronomic properties derived from plant architecture data. More...
Agronomic properties derived from plant architecture data.
Definition at line 295 of file RadiationModel.py.
Public Member Functions | |
| __init__ (self, plant_species=None, plant_count=None, plant_height_m=None, plant_age_days=None, plant_stage=None, leaf_area_m2=None, weed_pressure="") | |
Public Attributes | |
| plant_species = plant_species if plant_species is not None else [] | |
| plant_count = plant_count if plant_count is not None else [] | |
| plant_height_m = plant_height_m if plant_height_m is not None else [] | |
| plant_age_days = plant_age_days if plant_age_days is not None else [] | |
| plant_stage = plant_stage if plant_stage is not None else [] | |
| leaf_area_m2 = leaf_area_m2 if leaf_area_m2 is not None else [] | |
| weed_pressure = str(weed_pressure) | |
| pyhelios.RadiationModel.CameraMetadata.AgronomicProperties.__init__ | ( | self, | |
| plant_species = None, | |||
| plant_count = None, | |||
| plant_height_m = None, | |||
| plant_age_days = None, | |||
| plant_stage = None, | |||
| leaf_area_m2 = None, | |||
| weed_pressure = "" ) |
Definition at line 296 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AgronomicProperties.leaf_area_m2 = leaf_area_m2 if leaf_area_m2 is not None else [] |
Definition at line 304 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AgronomicProperties.plant_age_days = plant_age_days if plant_age_days is not None else [] |
Definition at line 302 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AgronomicProperties.plant_count = plant_count if plant_count is not None else [] |
Definition at line 300 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AgronomicProperties.plant_height_m = plant_height_m if plant_height_m is not None else [] |
Definition at line 301 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AgronomicProperties.plant_species = plant_species if plant_species is not None else [] |
Definition at line 299 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AgronomicProperties.plant_stage = plant_stage if plant_stage is not None else [] |
Definition at line 303 of file RadiationModel.py.
| pyhelios.RadiationModel.CameraMetadata.AgronomicProperties.weed_pressure = str(weed_pressure) |
Definition at line 305 of file RadiationModel.py.