@@ -249,32 +249,32 @@ runconfig:
249249 # Must be >= 2.
250250 # Defaults to 5.
251251 pts_per_side : 5
252+ # [OPTIONAL] Azimuth decimation factor to compute the layover shadow mask.
253+ az_decimation_to_compute_layover_shadow_mask : 1
254+ # [OPTIONAL] Range decimation factor to compute the layover shadow mask.
255+ rg_decimation_to_compute_layover_shadow_mask : 1
252256 bounding_box :
253257 # [OPTIONAL] Azimuth start UTC date and time of the start of the radar
254258 # observation, as a string in ISO 8601 format with up to nanosecond precision.
255259 # If not provided, it will be inferred from the specified geographic grid.
256260 # If provided, must be a valid azimuth time within the observation time
257261 # interval.
258262 start_time :
259-
260263 # [OPTIONAL] Azimuth ending UTC date and time of the end of the radar
261264 # observation, as a string in ISO 8601. format with up to nanosecond precision.
262265 # Must be >= `start_time`.
263266 # If not provided, it will be inferred from the specified geographic grid.
264267 # If provided, must be a valid azimuth time within the observation time
265268 # interval.
266269 end_time :
267-
268270 # [OPTIONAL] Starting range, in meters, of the first column of the radar grid.
269271 # If not provided, it will be inferred from the specified geographic grid.
270272 # If provided, must be a positive value.
271273 start_range :
272-
273274 # [OPTIONAL] Ending range, in meters, of the last column of the radar grid.
274275 # If not provided, it will be inferred from the specified geographic grid.
275276 # If provided, must be a positive value.
276277 end_range :
277-
278278 # [OPTIONAL] Lower bound on the height of targets within the region of interest,
279279 # in meters above the reference ellipsoid of the output product.
280280 # Used to estimate the bounds of a radar grid that spans the region of interest.
0 commit comments