OSIC, but image props

The other file is for metadata, this one's for image property stuff. Mainly to demonstrate lots of multiprocessing capabilities.

All 512 pixels?

Oh god why can't the images be even square??? Like why do you want me to suffer??

How about pixel value range? First let's grab the mins and maxes first

Dear god why is the range so fking big? So let's check the histograms then?

Very interesting. Bulk of pixel values are in the $[-4300, 3500]$ region, and with frequency $10^7$ to $10^9$. Why is there a plateau at the 40-100 region? Just background noise then?

This seems to agree with the above one:

And for a slice:

The purple part between the circle and the square is sort of all 2048:

And the "air" part above is sort of around -1000 to -1200

Make scales look nice

Here, we're looking over 10000 different images from all over. I'm really hesitant to use all 32k images, as that's quite slow, and 1000 images is just as representative.

The transformed image looks a million times better!

Like woah. Rescaled images looks so, so much better. Details are so crisp!

Remember to close all pools before finishing with everything, to terminate all child processes.