Jiffies: Difference between revisions

Jump to navigation Jump to search
188 bytes removed ,  3 July 2019
no edit summary
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 "egrep ' .....  0 ...... ........  ..  .....    ....  ...  ......  ......' INTEGRATE.LP"
  alias scalefactors "egrep '^ ..... ..[0-9] ...... ........ .... ...... ....... ..... ........ ........' INTEGRATE.LP"
 
This used to work until XDS Version June-2015. Since then it should be
alias scalefactors3 "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 scalefactors3="egrep '^ ..... ..[0-9] ...... ........ .... ...... ....... ..... ........ ........' INTEGRATE.LP"
  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.
* 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)".


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)".


----
----
2,652

edits

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

Navigation menu