예제 #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
 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