From 5b1d6b622989b6b681ff335c617a367b4657775a Mon Sep 17 00:00:00 2001 From: David Sehnal <david.sehnal@gmail.com> Date: Mon, 6 Nov 2017 12:31:10 +0100 Subject: [PATCH] bcif todo --- src/mol-io/writer/cif/encoder.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mol-io/writer/cif/encoder.ts b/src/mol-io/writer/cif/encoder.ts index 7f97314c5..ed7b05418 100644 --- a/src/mol-io/writer/cif/encoder.ts +++ b/src/mol-io/writer/cif/encoder.ts @@ -11,6 +11,8 @@ import Encoder from '../encoder' // TODO: support for "coordinate fields", make "coordinate precision" a parameter of the encoder // TODO: automatically detect "precision" of floating point arrays. // TODO: automatically detect "best encoding" for integer arrays. This could be used for "fixed-point" as well. +// TODO: add "repeat encoding"? [[1, 2], [1, 2], [1, 2]] --- Repeat ---> [[1, 2], 3] +// TODO: Add "higher level fields"? (i.e. generalization of repeat) export const enum FieldType { Str, Int, Float -- GitLab