We should also standardize the labeling for different technologies, for example, pvlib.ivtools.fit_sdm_cec_sam uses the list:
- 'monoSi', 'multiSi', 'polySi', 'cis', 'cigs', 'cdte', 'amorphous'
while the cec database pvlib.pvsystem.retrieve_sam uses:
- 'Thin Film', 'Multi-c-Si', 'CIGS', 'Mono-c-Si', 'CdTe'
PVsyst on the other hand uses:
- Si-poly, Si-mono, and others.
Without giving this too much thought, I would probably pick the first option and add this to pvterms. @cwhanse what do you think?