Skip to content

Commit

Permalink
Add missing rankedresample argument back in
Browse files Browse the repository at this point in the history
  • Loading branch information
Simran S Sangha committed May 9, 2024
1 parent c0d853d commit a366adf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/ARIAtools/extractProduct.py
Original file line number Diff line number Diff line change
Expand Up @@ -902,7 +902,7 @@ def export_product_worker(
bounds, prods_TOTbbox, demfile, demfile_expanded, maskfile,
outputFormat, outputFormatPhys, layer, outDir,
arrres, epsg_code, num_threads, multilooking, verbose, is_nisar_file,
range_correction):
range_correction, rankedResampling):
"""
Worker function for export_products for parallel execution with
multiprocessing package.
Expand Down Expand Up @@ -1309,7 +1309,8 @@ def export_products(
workdir, bounds, prods_TOTbbox, demfile,
demfile_expanded, maskfile, outputFormat, outputFormatPhys,
layer, outDir, arrres, epsg_code, num_threads,
multilooking, verbose, is_nisar_file, range_correction))
multilooking, verbose, is_nisar_file, range_correction,
rankedResampling))

start_time = time.time()
if int(num_threads) == 1 or multiproc_method in ['single', 'threads']:
Expand Down

0 comments on commit a366adf

Please sign in to comment.