You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The prody pca app uses DCDFile when the number of frames > 1000 (
ProDy/prody/apps/prody_apps/prody_pca.py
Line 96 in 454c40c
ProDy/prody/dynamics/pca.py
Line 124 in 454c40c
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.
The text was updated successfully, but these errors were encountered: