فهرست منبع

Issue #805: reverted identity operation matrix

cycle20 1 سال پیش
والد
کامیت
763317fc6b
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  1. 1 2
      src/examples/assembly-tm/tmdet-extension/symmetry.ts

+ 1 - 2
src/examples/assembly-tm/tmdet-extension/symmetry.ts

@@ -112,8 +112,7 @@ function createPdbxStructOperList(pdbx_struct_oper_list: Table<mmCIF_Schema['pdb
             name: Column.ofStringArray([ '1_555' ]),
             symmetry_operation: Column.ofStringArray([ 'x,y,z' ]),
             matrix:  Column.ofArray({
-                //array: [[ 1, 0, 0, 0, 1, 0, 0, 0, 1 ]],
-                array: [[ 0.44060603, 0, 0.89770061, -0.88605607, 0.16054524, 0.43489069, -0.14412156, -0.98702848, 0.0707372, 0.0822401, -0.06780469, -1.02110946 ]],
+                array: [[ 1, 0, 0, 0, 1, 0, 0, 0, 1 ]],
                 schema: pdbx_struct_oper_list.matrix.schema
             }),
             vector: Column.ofArray({