Skip to content

Commit

Permalink
fix docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
biserhong committed Feb 26, 2025
1 parent b78c6af commit eb1e0e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terracotta/image.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ def apply_color_transform(
masked_data: Array,
color_transform: str,
) -> Array:
"""Apply gamma correction to the input array and scale it to the output dtype."""
"""Apply color transform to input array. Input array should be normalized to [0,1]."""
for func in parse_operations(color_transform):
arr = func(masked_data)

Expand Down

0 comments on commit eb1e0e3

Please sign in to comment.