Remove scaling factor for SNR (DenseAmpcor)

LT1AB
Andy CA6JAU 2019-03-09 00:04:35 -03:00
parent 14a725eeca
commit 9cb861c3d2
1 changed files with 0 additions and 1 deletions

View File

@ -435,7 +435,6 @@ class DenseAmpcor(Component):
#### Scale images (default is 1.0 to keep as pixel)
self.locationDownOffset *= self.scaling_factor
self.locationAcrossOffset *= self.scaling_factor
self.snr *= self.scaling_factor
self.write_slantrange_images()