On May 2, 2017, at 3:50 PM, Eric Pettersen <pett@cgl.ucsf.edu> wrote:

so to get the old PDB to the fitted position, you would need to replace its openState.xform with:

fitted_xform * pdb_model_when_saved.openState.xform * map_when_saved.openState.xform

forgot to add the “.inverse()” to the end of that…

—Eric