Example #1
0
 def sigma_zero_scaling(self, working_surface_location: SurfaceData) -> None:
     """
     call the sigma0 scaling algorithm and store the results in the
     surface location object
     """
     working_surface_location.sigma0_scaling_factor = self.sigma_zero_algorithm(
         working_surface_location, self.chd.wv_length_ku, self.chd.chirp_slope_ku
     )
Example #2
0
 def sigma_zero_scaling(self,
                        working_surface_location: SurfaceData) -> None:
     """
     call the sigma0 scaling algorithm and store the results in the
     surface location object
     """
     working_surface_location.sigma0_scaling_factor = self.sigma_zero_algorithm(
         working_surface_location, self.chd.wv_length_ku,
         self.chd.chirp_slope_ku)