While implementing a BinaryCIF file interface and I found some parts of the specification ambiguous:
- What are the integer values a
mask can hold and how do they map to the cif values (. and ?)
- Is the final
offset in a String Arraythe exclusive stop or a start index itself?
- When encoding using
Interval Quantization, are the values assigned to the closest step or to the next lower/higher step?
- Into which data type does
Delta encode?
- How are the data types mapped to integers?
While implementing a
BinaryCIFfile interface and I found some parts of the specification ambiguous:maskcan hold and how do they map to thecifvalues (.and?)offsetin aString Arraythe exclusive stop or a start index itself?Interval Quantization, are the values assigned to the closest step or to the next lower/higher step?Deltaencode?