2,719
edits
Docandreas (talk | contribs) No edit summary |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
Here is a one-liner for your .cshrc : | Here is a one-liner for your .cshrc : | ||
alias scalefactors | alias scalefactors "egrep '^ ..... ..[0-9] ...... ........ .... ...... ....... ..... ........ ........' INTEGRATE.LP" | ||
In sh/bash/ksh/zsh syntax the latter would be: | In sh/bash/ksh/zsh syntax the latter would be: | ||
alias | alias scalefactors="egrep '^ ..... ..[0-9] ...... ........ .... ...... ....... ..... ........ ........' INTEGRATE.LP" | ||
which could go into ~/.bashrc (or should it go into .login or .profile?) | which could go into ~/.bashrc (or should it go into .login or .profile?) | ||
Line 18: | Line 14: | ||
scalefactors > frames.scales | scalefactors > frames.scales | ||
and to plot the scale factors, mosaicity and beam divergence of each frame in gnuplot. | and to plot the scale factors, mosaicity and beam divergence of each frame in gnuplot. | ||
This can be done by | This can be done by | ||
Line 33: | Line 28: | ||
If you do have bad outliers (e.g. shutter didn't open), and decide that you for now simply want to remove those frames, then you could rename the frames (just append ".bad" to the name), and re-run XDS from the INTEGRATE step. | If you do have bad outliers (e.g. shutter didn't open), and decide that you for now simply want to remove those frames, then you could rename the frames (just append ".bad" to the name), and re-run XDS from the INTEGRATE step. | ||
* Please note that mosaicity is the unrefined mosaicity. The refined mosaicity values for each integrated batch (nine values for different regions on the detector) can be found in the lines containing the string "SIGMAR (degrees)". | |||
---- | ---- |