REFERENCE DATA SET: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 36: Line 36:
echo \!END_OF_HEADER  >> I-model.hkl
echo \!END_OF_HEADER  >> I-model.hkl
# pick reflection info from temp.hkl:
# pick reflection info from temp.hkl:
awk '/LIST OF REFLECTIONS/,/<B><FONT COLOR=/' temp.hkl | tail -n +4 | grep -v FONT | awk '{print $0,1}' >> I-model.hkl
awk '/LIST OF REFLECTIONS/,/<B><FONT COLOR=/' temp.hkl | tail -n +4 | head -n -1 | awk '{print $0,1}' >> I-model.hkl
echo \!END_OF_DATA  >> I-model.hkl
echo \!END_OF_DATA  >> I-model.hkl
# I-model.hkl is now ready to be used as REFERENCE_DATA_SET
# I-model.hkl is now ready to be used as REFERENCE_DATA_SET
2,652

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu