BrownModel.get_state_labels

giant.camera_models.brown_model:

BrownModel.get_state_labels()

Convert a list of estimation parameters into state label names.

This method interprets the list of estimation parameters (estimation_parameters) into state labels for pretty printing calibration results.  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]