@@ -133,7 +133,7 class SpectraProc(ProcessingUnit): | |||
|
133 | 133 | |
|
134 | 134 | if self.dataOut.data_cspc is not None: |
|
135 | 135 | #desplaza a la derecha en el eje 2 determinadas posiciones |
|
136 | self.dataOut.data_cspc = numpy.roll(self.dataOut.cspc, shift, axis=1) | |
|
136 | self.dataOut.data_cspc = numpy.roll(self.dataOut.data_cspc, shift, axis=1) | |
|
137 | 137 | |
|
138 | 138 | return True |
|
139 | 139 |
General Comments 0
You need to be logged in to leave comments.
Login now