diff --git a/enpt/processors/orthorectification/orthorectification.py b/enpt/processors/orthorectification/orthorectification.py index 4d8bfea8de49b8aadf802a0750671b80ee4593ac..a219ec8edd0ecad229bb202c9eb788e54b119c51 100644 --- a/enpt/processors/orthorectification/orthorectification.py +++ b/enpt/processors/orthorectification/orthorectification.py @@ -118,8 +118,8 @@ class Orthorectifier(object): self.cfg.target_coord_grid['y']) if self.cfg.target_coord_grid else None), - src_nodata = enmap_ImageL1.vnir.data.nodata, - tgt_nodata = self.cfg.output_nodata_value + src_nodata=enmap_ImageL1.vnir.data.nodata, + tgt_nodata=self.cfg.output_nodata_value ) # make sure VNIR and SWIR are also transformed to the same lon/lat pixel grid if self.cfg.target_projection_type == 'Geographic' and kw_trafo['tgt_coordgrid'] is None: