Scripts.AnalyzeDatabank.NMRPCA_timerelax module
- program:
NMRPCA_timerelax.py
- description:
Compute PCA-derived lipid relaxation times.
- Main runs the loop over all databank trajectories and does the following:
Calls the parser to check, merge, and concatenate trajectory
Calls PCA to gep PCs, projections, and ACs
Calls Time calculation
The parser assumes that the trajectory is downloaded and lipids are made whole, or GROMACS is installed and available via gmx command.
For details on NMRPCA, see DatabankLib/analyze_nmrpca.py.