17-09-2024, 07:11 AM
(Please see You are not allowed to view links. Register or Login to view. for an update including the code you can run to reproduce this.)
It should be possible to reproduce the top right image quite easily, this was just a linear regression.
[attachment=9210]
Take the 38 TIFFs for 1r sorted alphabetically and multiply their pixel values using the following coefficients (one coefficient per image):
[ 2.86566222e-03, -7.31746714e-04, -7.91509891e-04, 6.26958368e-04,
-5.44016711e-04, 2.13091826e-04, 6.41224414e-05, -1.15745158e-03,
-1.19574426e-03, -1.41510511e-03, -1.77602363e-04, -1.28772144e-03,
-2.78448038e-04, -2.21850204e-04, -5.14871113e-04, 1.41009356e-03,
1.19763900e-03, 5.67961854e-04, 1.06700996e-03, 2.66545916e-04,
1.35468789e-03, -5.18381671e-04, 1.60250474e-04, -6.39294269e-04,
-6.06875071e-04, -5.26037804e-04, -8.50949681e-04, -1.46222198e-04,
2.00271206e-04, -4.03289436e-03, -6.48766122e-04, -6.49732137e-05,
-3.30974503e-03, 3.10579239e-03, 7.33322792e-03, 3.67331676e-03,
3.36502464e-03, 1.67928168e-04]
and then sum the resulting images together, add bias of 1.6710087437575252, multiply by 256 and clip all values outside [0, 255] range, the result should be an 8-bit image.
It should be possible to reproduce the top right image quite easily, this was just a linear regression.
[attachment=9210]
Take the 38 TIFFs for 1r sorted alphabetically and multiply their pixel values using the following coefficients (one coefficient per image):
[ 2.86566222e-03, -7.31746714e-04, -7.91509891e-04, 6.26958368e-04,
-5.44016711e-04, 2.13091826e-04, 6.41224414e-05, -1.15745158e-03,
-1.19574426e-03, -1.41510511e-03, -1.77602363e-04, -1.28772144e-03,
-2.78448038e-04, -2.21850204e-04, -5.14871113e-04, 1.41009356e-03,
1.19763900e-03, 5.67961854e-04, 1.06700996e-03, 2.66545916e-04,
1.35468789e-03, -5.18381671e-04, 1.60250474e-04, -6.39294269e-04,
-6.06875071e-04, -5.26037804e-04, -8.50949681e-04, -1.46222198e-04,
2.00271206e-04, -4.03289436e-03, -6.48766122e-04, -6.49732137e-05,
-3.30974503e-03, 3.10579239e-03, 7.33322792e-03, 3.67331676e-03,
3.36502464e-03, 1.67928168e-04]
and then sum the resulting images together, add bias of 1.6710087437575252, multiply by 256 and clip all values outside [0, 255] range, the result should be an 8-bit image.