Skip to content
Snippets Groups Projects
Commit 102223f7 authored by tomrink's avatar tomrink
Browse files

snapshot...

parent 4bdca246
No related branches found
No related tags found
No related merge requests found
......@@ -206,6 +206,6 @@ def get_datasource(files_path, file_time_span, source, band='14'):
elif source == 'CARR':
return CarrStereo(files_path, file_time_span, band=band)
elif source == 'FMWK_CLD_HGT':
return FrameworkCloudHeight(files_path, file_time_span, band=None)
return FrameworkCloudHeight(files_path, file_time_span)
else:
raise GenericException('Unknown data source type')
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment