Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dcd use istart information #1768

Closed
wants to merge 3 commits into from
Closed

Dcd use istart information #1768

wants to merge 3 commits into from

Conversation

kain88-de
Copy link
Member

Fixes #

Changes made in this Pull Request:

PR Checklist

  • Tests?
  • Docs?
  • CHANGELOG updated?
  • Issue raised/referenced?

A DCD has two byte positions to store the length of the remark section. First a
it reads number of bytes in the remark plus 4. Afterwards it has the number of
80 character sections. These two numbers have to match. So far we wrote first
that we use 164 chars and three 80 character blocks, 164 != 80*3 + 4

Now we corrected that and state correctly we write 244 bytes in the remark
section. We never noticed that because our reader ignores the information about
the byte length on looks only at the number of blocks.

As a side note here. DCD remarks always have have to be a multiple of 80 in
length.
Programs who use DCD have different conventions for istart, the starting frame
of the trajectory. Because of this we now allow it to be set by the user.
@kain88-de kain88-de closed this Feb 3, 2018
@kain88-de kain88-de deleted the dcd-use-istart branch February 3, 2018 08:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant