Skip to content

Commit 81a6f15

Browse files
committed
add more window
1 parent 91d3eaa commit 81a6f15

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

python/packages/nisar/workflows/bandpass_insar.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,5 @@ def run(cfg: dict):
189189
args = bandpass_parser.parse()
190190
# get a runconfig dict from command line args
191191
bandpass_runconfig = BandpassRunConfig(args)
192-
print(bandpass_runconfig.cfg)
193192
# run bandpass
194193
run(bandpass_runconfig.cfg)

python/packages/nisar/workflows/splitspectrum.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,6 @@ def bandpass_spectrum(self,
177177
window_function=window,
178178
window_shape=window_shape
179179
)
180-
print(window, window_shape)
181180
# construct window to bandpass spectrum
182181
# for given low and high frequencies
183182
window_bandpass = self.get_range_bandpass_window(

0 commit comments

Comments
 (0)