bahamas.uca_defect_correlation
Attributes
Functions
|
Assign distribution for each UCA defect correlation term |
Module Contents
- bahamas.uca_defect_correlation.get_uca_defect_correlation_dist(excel_file, distribution='norm', sheet_name='UCA Correlation')[source]
Assign distribution for each UCA defect correlation term
- Parameters:
excel_file (str) – Excel file to read in
distribution (str, optional) – Type of distribution (defaults to “norm”)
sheet_name (str, optional) – Name of the sheet with UCA correlation data (defaults to “UCA Correlation”)
- Returns:
UCA defect correlation distribution, {‘UCA type’:{‘ODC type’:Dist},…}
- Return type:
dict