Skip to content
Snippets Groups Projects
  • Studer Gabriel's avatar
    b1f45f6c
    OMF: refactoring with breaking changes · b1f45f6c
    Studer Gabriel authored
    - parameters for rotamers are derived from PDB structures by ourselves
    - removed LOSSY and INFER_POSITIONS options. User can now just give a
      max error and OMF will figure out by itself the best strategy.
    - Increased accuracy by storing angle differences in rotamer compression.
      That means: instead of blindly using the angles from the derived parameters,
      we sacrifice 4 bits to store differences to that optimal angle.
    - CANNOT LOAD OMF FILES FROM PREVIOUS VERSIONS ANYMORE
    b1f45f6c
    History
    OMF: refactoring with breaking changes
    Studer Gabriel authored
    - parameters for rotamers are derived from PDB structures by ourselves
    - removed LOSSY and INFER_POSITIONS options. User can now just give a
      max error and OMF will figure out by itself the best strategy.
    - Increased accuracy by storing angle differences in rotamer compression.
      That means: instead of blindly using the angles from the derived parameters,
      we sacrifice 4 bits to store differences to that optimal angle.
    - CANNOT LOAD OMF FILES FROM PREVIOUS VERSIONS ANYMORE