-
Notifications
You must be signed in to change notification settings - Fork 172
Closed
Description
The prody pca app uses DCDFile when the number of frames > 1000 (
ProDy/prody/apps/prody_apps/prody_pca.py
Line 96 in 454c40c
| if len(dcd) > 1000: |
Line 124 in 454c40c
| frame.superpose() |
This works for updating the frames themselves outside the DCDFile trajectory object, giving the right PCA, but does not update the DCDFile coordinates, so the projections are wrong from this DCDFile.
One should find a way to update the DCDFile or extract the frame coordinates into a new array, perhaps as an attribute of the PCA object, which can be used for the projections.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels