|
39 | 39 | scenario_file=scenario_file, |
40 | 40 | device=device, |
41 | 41 | ) |
42 | | - # Set a ray extinction factor responsible for global shading of rays (0.0 -> no global shading, 1.0 -> full global shading). |
43 | | - ray_extinction_factor = 0.0 |
44 | | - |
45 | | - # Use a heliostat target light source mapping to specify which heliostat in your scenario should be activated, |
46 | | - # which heliostat will receive which incident ray direction for alignment and on which target it will be raytraced. |
47 | | - # If no mapping is provided, all heliostats are selected, and they will all receive the default incident ray direction |
48 | | - # from a sun positioned directly in the south and they will all be raytraced on the first target found in your scenario. |
49 | | - heliostat_target_light_source_mapping = None |
50 | | - # If you want to customize the mapping, choose the following style: list[tuple[str, str, torch.Tensor]] |
51 | | - # heliostat_target_light_source_mapping = [ |
52 | | - # ("heliostat_1", "target_name_2", incident_ray_direction_tensor_1), |
53 | | - # ("heliostat_2", "target_name_2", incident_ray_direction_tensor_2), |
54 | | - # (...) |
55 | | - # ] |
| 42 | + |
| 43 | + # Set a ray extinction factor responsible for global shading of rays (0.0 -> no global shading, 1.0 -> full global shading). |
| 44 | + ray_extinction_factor = 0.0 |
| 45 | + |
| 46 | + # Use a heliostat target light source mapping to specify which heliostat in your scenario should be activated, |
| 47 | + # which heliostat will receive which incident ray direction for alignment and on which target it will be raytraced. |
| 48 | + # If no mapping is provided, all heliostats are selected, and they will all receive the default incident ray direction |
| 49 | + # from a sun positioned directly in the south and they will all be raytraced on the first target found in your scenario. |
| 50 | + heliostat_target_light_source_mapping = None |
| 51 | + # If you want to customize the mapping, choose the following style: list[tuple[str, str, torch.Tensor]] |
| 52 | + # heliostat_target_light_source_mapping = [ |
| 53 | + # ("heliostat_1", "target_name_2", incident_ray_direction_tensor_1), |
| 54 | + # ("heliostat_2", "target_name_2", incident_ray_direction_tensor_2), |
| 55 | + # (...) |
| 56 | + # ] |
56 | 57 |
|
57 | 58 | bitmap_resolution = torch.tensor([256, 256]) |
58 | 59 |
|
|
0 commit comments