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

Stop generating at .npy when running Topostats #802

Closed derollins closed 4 months ago

derollins commented 4 months ago

Is your feature request related to a problem?

A .npy file is generated for each processed image along side an image and an HDF5 .topostats file. This is no longer necessary since the image data is all head in the .topostats file and the .npy file just takes up extra space.

Describe the solution you would like.

Stop the generation of the .npy file.

Describe the alternatives you have considered.

Could also be made optional in the config file.

Additional context

No response