Both the old and new manual uses
pdfmorph SrFe2As2_150K.gr . --multiple-targets --sort-by=temperature
to demonstrate how to sorting Rw by assigned field.
However, by running this I get
pdfmorph: error: The requested field is missing from a PDF file header.
According to the old manual section 3.2.1, page 10, the expected .gr should start with

But the data now in tutorial/additionalData/morphsequence/ , it start with

Temperature field is missed.
Also in the manual the corresponding directory is referred as morphMultiple, it seems that it is renamed as morphsequence. I can fix that in the other PR.
Sorting morphs by temperature is a good example. The only problem is that the data we are using doesn't have the temperature field now. I can add them manually, or someone could provide me the correct version of these data.
Both the old and new manual uses
to demonstrate how to sorting Rw by assigned field.
However, by running this I get
According to the old manual section 3.2.1, page 10, the expected .gr should start with
But the data now in tutorial/additionalData/morphsequence/ , it start with
Temperature field is missed.
Also in the manual the corresponding directory is referred as
morphMultiple, it seems that it is renamed asmorphsequence. I can fix that in the other PR.Sorting morphs by temperature is a good example. The only problem is that the data we are using doesn't have the
temperaturefield now. I can add them manually, or someone could provide me the correct version of these data.