solid_waffle.linearity_run
Builds a linearity file.
Functions
- build_linearity_file
Main routine to build the linearity file.
Functions
|
Main routine to build the linearity file. |
Module Contents
- build_linearity_file(infile)[source]
Main routine to build the linearity file.
This is a script that reads a JSON configuration file.
- Parameters:
infile (str or dict) – The JSON configuration file (see Notes for details). If a string, then reads that file; if a dictionary, then takes as the script.
- Return type:
None