# GridScanResultImagesInner ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **efficiency** | **float** | | **number** | **int** | Detector image number for a given cell | **bkg** | **float** | Background estimate | [optional] **spots** | **int** | Spot count | [optional] **index** | **int** | Indexing solution | [optional] **mos** | **float** | Mosaicity estimate | [optional] **b** | **float** | B-Factor estimate | [optional] **uc** | [**UnitCell**](UnitCell.md) | | [optional] ## Example ```python from jfjoch_client.models.grid_scan_result_images_inner import GridScanResultImagesInner # TODO update the JSON string below json = "{}" # create an instance of GridScanResultImagesInner from a JSON string grid_scan_result_images_inner_instance = GridScanResultImagesInner.from_json(json) # print the JSON string representation of the object print(GridScanResultImagesInner.to_json()) # convert the object into a dict grid_scan_result_images_inner_dict = grid_scan_result_images_inner_instance.to_dict() # create an instance of GridScanResultImagesInner from a dict grid_scan_result_images_inner_from_dict = GridScanResultImagesInner.from_dict(grid_scan_result_images_inner_dict) ``` [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)