2,684
edits
Line 94: | Line 94: | ||
CRYSTAL_NAME=Hg | CRYSTAL_NAME=Hg | ||
STARTING_DOSE=-22.* ! assuming the dataset has 100 frames | STARTING_DOSE=-22.* ! assuming the dataset has 100 frames | ||
Explanation: the interpolation is done towards 0, and by defining the start of the dataset to be at -22., one tells the program to calculate (by interpolation) | Explanation: the interpolation is done towards 0, and by defining the start of the dataset to be at -22., one tells the program to calculate (by interpolation) intensity values that would be obtained at dose 0 which in reality is near frame 22. | ||
Another example: by defining STARTING_DOSE=-78.* one would tell the program to calculate, by interpolation, those intensity values that correspond to those that would be obtained near frame 78. | Another example: by defining STARTING_DOSE=-78.* one would tell the program to calculate, by interpolation, those intensity values that correspond to those that would be obtained near frame 78. |