Exemple #1
0
 def azimuth_processing(self, packet: L1AProcessingData) -> None:
     """
     call the azimuth processing algorithm and store the results
     """
     self.azimuth_processing_algorithm(packet, self.chd.wv_length_ku)
     packet.beams_focused = self.azimuth_processing_algorithm.beams_focused
 def azimuth_processing(self, packet: L1AProcessingData) -> None:
     """
     call the azimuth processing algorithm and store the results
     """
     self.azimuth_processing_algorithm(packet, self.chd.wv_length_ku)
     packet.beams_focused = self.azimuth_processing_algorithm.beams_focused