##// END OF EJS Templates
jroproc_voltage Error importing Carbon.fonts
Miguel Valdez -
r532:b1dc90aba83f
parent child
Show More
@@ -2,7 +2,7 import numpy
2 2
3 3 from jroproc_base import ProcessingUnit, Operation
4 4 from model.data.jrodata import Voltage
5 from Carbon.Fonts import times
5
6 6
7 7 class VoltageProc(ProcessingUnit):
8 8
@@ -191,7 +191,7 class VoltageProc(ProcessingUnit):
191 191 # nHeights = maxIndex - minIndex + 1
192 192
193 193 #voltage
194 if dataOut.flagDataAsBlock:
194 if self.dataOut.flagDataAsBlock:
195 195 """
196 196 Si la data es obtenida por bloques, dimension = [nChannels, nProfiles, nHeis]
197 197 """
General Comments 0
You need to be logged in to leave comments. Login now