AFM-SPM / TopoStats

An AFM image analysis program to batch process data and obtain statistics from images
https://afm-spm.github.io/TopoStats/
GNU Lesser General Public License v3.0
55 stars 10 forks source link

Extract metadata from images and make available for saving #813

Open ns-rse opened 3 months ago

ns-rse commented 3 months ago

797 requests including metadata in output.

There are multiple possible outputs where this might be used, at the moment the HDF5 topostats file and also as noted tiff files.

To this end we would benefit from a module that extracts the metadata from images. What this metadata is may differ based on the image input/platform/version but ultimately it should be stored in a dictionary to facilitate writing to HDF5 and .tiff with the later being achieved using the pillow package (see #811).