Skip to content

Commit

Permalink
fix nbands in rca
Browse files Browse the repository at this point in the history
  • Loading branch information
janf committed Apr 3, 2024
1 parent 96fb045 commit ac99910
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/cogserver/algorithms/rca.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ class RapidChangeAssessment(BaseAlgorithm):
description="Inclusive cloud threshold. Specifying a value results in considering all lower values",
options_descriptions = ['No clouds', 'Almost no clouds', 'Very few clouds', 'Partially cloudy', 'Cloudy', 'Very cloudy' ]
)



# metadata
input_description: str = "The bands that will be used to detect changes"
input_bands: List = [
Expand All @@ -60,9 +57,6 @@ class RapidChangeAssessment(BaseAlgorithm):
]
input_nbands: int = len(input_bands)

# input_second_image_title: str = 'Second image'
# input_second_image_description: str = 'The image after the event'

output_nbands: int = 1
output_dtype: int = "int8"
output_min: Sequence[int] = [-100]
Expand Down

0 comments on commit ac99910

Please sign in to comment.