CameraModel.get_state_labels

abstract CameraModel.get_state_labels()[source]

Convert a list of estimation parameters into state label names.

This method interprets the list of estimation parameters (estimation_parameters) into human readable state labels for pretty printing calibration results and for knowing the order of the state vector. In general this returns a list of attributes which can be retrieved from the camera using ``getattr` with the exception of misalignment which must be handled separately.

Returns:

The list of state names corresponding to estimation parameters in order

Return type:

List[str]