@@ -517,7 +517,7 class SpectraWriter(JRODataWriter, Operation): | |||||
517 | if self.data_cspc is not None: |
|
517 | if self.data_cspc is not None: | |
518 |
|
518 | |||
519 | cspc = numpy.transpose( self.data_cspc, (0,2,1) ) |
|
519 | cspc = numpy.transpose( self.data_cspc, (0,2,1) ) | |
520 |
|
|
520 | data = numpy.zeros( numpy.shape(cspc), self.dtype ) | |
521 | #print 'data.shape', self.shape_cspc_Buffer |
|
521 | #print 'data.shape', self.shape_cspc_Buffer | |
522 | if not self.processingHeaderObj.shif_fft: |
|
522 | if not self.processingHeaderObj.shif_fft: | |
523 | cspc = numpy.roll( cspc, self.processingHeaderObj.profilesPerBlock/2, axis=2 ) #desplaza a la derecha en el eje 2 determinadas posiciones |
|
523 | cspc = numpy.roll( cspc, self.processingHeaderObj.profilesPerBlock/2, axis=2 ) #desplaza a la derecha en el eje 2 determinadas posiciones |
General Comments 0
You need to be logged in to leave comments.
Login now