An AFM image analysis program to batch process data and obtain statistics from images
GNU Lesser General Public License v3.0
60
stars
11
forks
source link
Document how to add functionality and modules to the entry points #989
Open
ns-rse opened 3 weeks ago
This should be well documented to make it easy to extend. Broadly the steps involved are...
topostats/<module>.py
topostats/default_config.yaml
topostats/validation.py
topostats/entry_point.py
topostats/run_modules.py
Will bulk this out as I go through the process of writing these.