Band Math calculation of LST Formula

I would like to know the correct expression for band math at ESA SANP for the following equation:

% Calculation LST inversion of Plank’s Equation
formula : LST = SatBT_B10 /((1 + (Lambda_B10 * (SatBT_B10 / p))) * ln(LSE))
Lambda_B10 = 10.8;
c2 = 14388;
LST_plank = T./(1 + Lambda_B10.*(T./c2).*log(LSE));

Thanks a lot.
Kind regards,

You will need to define the variables first and save them as bands (Lambda_B10, c2, LSE). Afterwards you write your first formula using the saved variables (they will appear in your band list). Which LSE will you use? (I understand is emissivity ?).

Hello,

Yes emissivity. I wanted to know if the syntax of the formula as it is the correct for what the Band Math of SNAP requires as necessary to be written as expression?

Besides, is it possible to be calculated/obtained Land and Sea Surface Temperature from Sentinel 3 band/s with a smaller pixel size than 1 Km?

If exists, what tutorial can I use to follow up explanations on which specific Sentinel 3 product to download and how to process it to obtain LST in such higher spatial resolutions?

Thanks a lot
Kind regards,