@@ -2,7 +2,7 import numpy | |||||
2 |
|
2 | |||
3 | from jroproc_base import ProcessingUnit, Operation |
|
3 | from jroproc_base import ProcessingUnit, Operation | |
4 | from model.data.jrodata import Voltage |
|
4 | from model.data.jrodata import Voltage | |
5 | from Carbon.Fonts import times |
|
5 | ||
6 |
|
6 | |||
7 | class VoltageProc(ProcessingUnit): |
|
7 | class VoltageProc(ProcessingUnit): | |
8 |
|
8 | |||
@@ -191,7 +191,7 class VoltageProc(ProcessingUnit): | |||||
191 | # nHeights = maxIndex - minIndex + 1 |
|
191 | # nHeights = maxIndex - minIndex + 1 | |
192 |
|
192 | |||
193 | #voltage |
|
193 | #voltage | |
194 | if dataOut.flagDataAsBlock: |
|
194 | if self.dataOut.flagDataAsBlock: | |
195 | """ |
|
195 | """ | |
196 | Si la data es obtenida por bloques, dimension = [nChannels, nProfiles, nHeis] |
|
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