dsp

dsp = load_inputs

Loads from files the inputs for the CO2MPAS model.

load_inputs’ data
base  
cmd_flags Command line options.
data Merged raw data.
declaration_mode Use only the declaration data.
dice  
enable_selector Enable the selection of the best model to predict both H/L cycles.
encryption_keys Encryption keys for TA mode.
encryption_keys_passwords Encryption keys passwords.
flag  
hard_validation Add extra data validations.
input_file Input file.
input_file_name Input file name.
meta  
plan  
raw_data Raw input data.
sign_key User signature key for TA mode.
type_approval_mode Is launched for TA?
load_inputs’ functions
load_from_dill Load inputs from .dill file.
merge_data Merge raw data with model flags.
open_input_file Open the input file.
parse_excel_file Reads cycle’s data and simulation plans.
load_inputs’ dispatchers
validate_data Validates input data.