alan-turing-institute / pixelflow

BSD 3-Clause "New" or "Revised" License
5 stars 4 forks source link

Output segmented images #21

Closed IFenton closed 1 year ago

IFenton commented 1 year ago

This is resolving #13.

I've added a new variable to the PixelFlowResult class, so that if 'image_intensity' is requested, it will be outputted as a numpy array in .image_intensity rather than as a column in the .features data frame. Where it isn't requested, this will just be None.