@@ -316,18 +316,18 @@ def process_ppi(
316316 : hdf [primary_key ]["where" ].attrs ["nbins" ],
317317 el_index ,
318318 ] = rhohv_data_array
319- full_startazA_matrix [
320- indices_dict [ primary_key ][ "indices" ], :, el_index
321- ] = startazA . reshape ( startazA . shape [ 0 ], 1 )
322- full_stopazA_matrix [
323- indices_dict [ primary_key ][ "indices" ], :, el_index
324- ] = stopazA . reshape ( stopazA . shape [ 0 ], 1 )
325- full_startazT_matrix [
326- indices_dict [ primary_key ][ "indices" ], :, el_index
327- ] = startazT . reshape ( startazT . shape [ 0 ], 1 )
328- full_stopazT_matrix [
329- indices_dict [ primary_key ][ "indices" ], :, el_index
330- ] = stopazT . reshape ( stopazT . shape [ 0 ], 1 )
319+ full_startazA_matrix [indices_dict [ primary_key ][ "indices" ], :, el_index ] = (
320+ startazA . reshape ( startazA . shape [ 0 ], 1 )
321+ )
322+ full_stopazA_matrix [indices_dict [ primary_key ][ "indices" ], :, el_index ] = (
323+ stopazA . reshape ( stopazA . shape [ 0 ], 1 )
324+ )
325+ full_startazT_matrix [indices_dict [ primary_key ][ "indices" ], :, el_index ] = (
326+ startazT . reshape ( startazT . shape [ 0 ], 1 )
327+ )
328+ full_stopazT_matrix [indices_dict [ primary_key ][ "indices" ], :, el_index ] = (
329+ stopazT . reshape ( stopazT . shape [ 0 ], 1 )
330+ )
331331
332332 full_elevation_matrix [:, :, el_index ] = hdf [primary_key ]["where" ].attrs [
333333 "elangle"
0 commit comments