I am struggling with an equation, getting some syntax error in it, The equation is following:
formula: (K2 / ln ((K1/TOA_band10)+1)) - 273.15
I am trying to do operation on image bands, but not being able to construct the right code. I have used this instead:
var BT = band_10.expression((1329.2405*1.0/((799.0284*1.0/TOA_B10)+1).log10())-273.15)
But it did not work.
A general hint about constructing an equation in earth engine - javascript.