Skip to content

Commit

Permalink
remove double "=" from backscatter dB conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
gshiroma committed Sep 25, 2023
1 parent 8ff8919 commit cb5a319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rtc/h5_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -860,7 +860,7 @@ def get_metadata_dict(product_id: str,
['processing_information'
'_output_backscatter_decibel_conversion_equation',
ALL_PRODUCTS,
'backscatter_dB = 10*log10(backscatter_linear)',
'10*log10(backscatter_linear)',
'Equation to convert provided backscatter to decibel (dB)'],

# 4.4
Expand Down

0 comments on commit cb5a319

Please sign in to comment.