Skip to content

Commit

Permalink
scale iodc results
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdudfield committed Aug 29, 2024
1 parent ae5cded commit 50d4fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion satip/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def save_native_to_zarr(
for f in list_of_native_files:
log.debug(f"Processing {f}", memory=get_memory())
if use_iodc:
get_nonhrv_dataset_from_scene(f, hrv_scaler, False, save_dir, False, use_iodc=use_iodc)
get_nonhrv_dataset_from_scene(f, scaler, use_rescaler, save_dir, False, use_iodc=use_iodc)
elif "EPCT" in f:
log.debug(f"Processing HRIT file {f}", memory=get_memory())
if "HRV" in f:
Expand Down

0 comments on commit 50d4fa4

Please sign in to comment.