##// END OF EJS Templates
Fix para obtener escalas y colores de reflectivida apropiados, lluvia amarillo, clutter rojo,fucsia.
avaldezp -
r1496:3b6b2c202596
parent child
Show More
@@ -4041,9 +4041,9 class WeatherRadar(Operation):
4041 #print("Pr last10",10*numpy.log10(Pr[0,-20:]))
4041 #print("Pr last10",10*numpy.log10(Pr[0,-20:]))
4042 #print("LCTE",10*numpy.log10(self.lambda_**4/( numpy.pi**5 * self.Km**2)))
4042 #print("LCTE",10*numpy.log10(self.lambda_**4/( numpy.pi**5 * self.Km**2)))
4043 if self.Pt<0.3:
4043 if self.Pt<0.3:
4044 factor=-20.0
4044 factor=17
4045 else:
4045 else:
4046 factor=0
4046 factor=30
4047
4047
4048 dBZeh = 10*numpy.log10(Zeh) + factor
4048 dBZeh = 10*numpy.log10(Zeh) + factor
4049 if type=='N':
4049 if type=='N':
@@ -4536,4 +4536,3 class MergeProc(ProcessingUnit):
4536 heightList_2 = (self.dataOut.heightList[-1]+dh) + numpy.arange(g.shape[-1], dtype=numpy.float) * dh
4536 heightList_2 = (self.dataOut.heightList[-1]+dh) + numpy.arange(g.shape[-1], dtype=numpy.float) * dh
4537
4537
4538 self.dataOut.heightList = numpy.concatenate((self.dataOut.heightList,heightList_2))
4538 self.dataOut.heightList = numpy.concatenate((self.dataOut.heightList,heightList_2))
4539
General Comments 0
You need to be logged in to leave comments. Login now