@@ -581,7 +581,16 class DigitalRFWriter(Operation): | |||||
581 | print 'ippSeconds', dataIn.ippSeconds |
|
581 | print 'ippSeconds', dataIn.ippSeconds | |
582 | print 'frequency', dataIn.frequency |
|
582 | print 'frequency', dataIn.frequency | |
583 | print 'nProfiles', dataIn.nProfiles |
|
583 | print 'nProfiles', dataIn.nProfiles | |
|
584 | print 'deltaH', dataIn.getDeltaH() | |||
584 | print 'systemHeaderObj.nSamples', dataIn.systemHeaderObj.nSamples |
|
585 | print 'systemHeaderObj.nSamples', dataIn.systemHeaderObj.nSamples | |
|
586 | nSamples = dataIn.systemHeaderObj.nSamples | |||
|
587 | ippSeconds = dataIn.ippSeconds | |||
|
588 | ||||
|
589 | self.__samplerate = 1.0*nSamples/ippSeconds | |||
|
590 | # ippKm = 1e6*0.15*self.fixed_metadata_dict['ipp'] | |||
|
591 | # nSamples = int(ippKm / (1e6*0.15/self.__sample_rate)) | |||
|
592 | # ippSeconds = 1.0*self.__nSamples/self.__sample_rate | |||
|
593 | ||||
585 | if not self.isConfig: |
|
594 | if not self.isConfig: | |
586 | self.setup(dataIn, path, **kwargs) |
|
595 | self.setup(dataIn, path, **kwargs) | |
587 |
|
596 |
1 | NO CONTENT: modified file |
|
NO CONTENT: modified file |
General Comments 0
You need to be logged in to leave comments.
Login now