Skip to content

Commit

Permalink
set BilinearMapper as default
Browse files Browse the repository at this point in the history
  • Loading branch information
TjarkMiener committed Oct 30, 2024
1 parent 36e7c4b commit 31167e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dl1_data_handler/reader.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ class DLDataReader(Component):

image_mapper_type = TelescopeParameter(
trait=Unicode(),
default_value="OversamplingMapper",
default_value="BilinearMapper",
help=(
"Instances of ``ImageMapper`` transforming a raw 1D vector into a 2D image. "
"Different mapping methods can be selected for each telescope type."
Expand Down

0 comments on commit 31167e0

Please sign in to comment.