xmipp3.protocols.protocol_validate_fscq module
- class xmipp3.protocols.protocol_validate_fscq.XmippProtValFit(**args)[source]
Bases:
ProtAnalysis3DAssesses the quality of the fit between a model and experimental data. This protocol evaluates how well a volume or structure matches reference data, guiding improvements in model accuracy.
- getFSCQFile() str[source]
### This function returns the filename for FSCQ’s value file.
#### Returns: - (str): FSCQ’s value file’s full name with extension.
- getInputStructCIF() str[source]
### This function returns the full path for the input Atom Struct file in cif format. #### If file is not in cif format, it is converted to it.
#### Returns: - (str): Input Atom Struct’s file’s path.
- getNormFSCQFile() str[source]
### This function returns the filename for FSCQ’s norm file.
#### Returns: - (str): FSCQ’s norm file’s full name with extension.
- getStructExtension() str[source]
### This function returns the expected extension for the Atom Struct file.
#### Returns: - (str): Atom Struct’s file’s extension.
- getStructFile() str[source]
### This function returns the full path for the Atom Struct file.
#### Returns: - (str): Atom Struct’s file’s path.