コード例 #1
0
ファイル: processor.py プロジェクト: DeDop/dedop
 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
コード例 #2
0
ファイル: processor.py プロジェクト: dallasmasters/dedop-core
 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