Command-line interface

The nanite command-line interface (CLI) simplifies several functionalities of nanite, making fitting, rating, and the generation of training sets easily accessible to the user.

nanite-setup-profile

Set up a profile for fitting and rating.

usage: nanite-setup-profile [-h]

nanite-fit

Fit a model to experimental AFM curves.

usage: nanite-fit [-h] data_path out_dir
positional arguments  
data_path Input folder containing AFM data
out_dir Results directory

nanite-rate

Manually rate experimental AFM curves.

usage: nanite-rate [-h] data_path rating_path
positional arguments  
data_path Input folder containing AFM data
rating_path Path to the output rating container (will be created if it does not already exist)

nanite-generate-training-set

Create a training set for usage in nanite from an .h5 file generated by the nanite-rate command.

usage: nanite-generate-training-set [-h] data_path out_dir
positional arguments  
data_path Path to a rating container or a folder of rating containers
out_dir Path to output training set