Single particle hit finding

Single particle hit finding: 

Save all frames with more than n pixels above threshold


Sample .ini file for hit finding using the pnccd detector

 

1)  detector corrections

Require care for single particle data sets because the signal is typically low, and there are no convenient bright Bragg peaks to look for.


For best results pay attention to the following:


  1. 1.Use a recent dark calibration.  At least one per shift is recommended.  SPI signals are weak, photon conversion is very sensitive to drifts in detector offset of even a few counts, so more frequent measurement may be needed for SPI data.


  1. 2.Decide whether to use common mode correction.  It works well if all cspad modules have unbonded pixels.  If they do not, it produces bad results.  Look at a few powder patterns to see whether there is strange subtraction occurring.


  1. 3.Use a recent geometry. Hit finding is normally not very sensitive to a perfect geometry, particularly SPI data evaluation.  Usually the detector defaults are adequate, but it’s worth getting this right. Especially SAXS/WAXS traces benefit from use of a refined geometry so that radial averages are averaged across the same scattering angles. Accurate geometry files are best obtained using the results of crystal indexing.  Geometry refinement is extensively discussed on the CrystFEL web pages.


  1. 4.Use a recent bad pixel mask.  New bad pixel masks need to be created each time the detector is rebuilt, and sometimes after it is damaged. A good idea to check they make sense (bad pixels are zeroed and ignored)


  1. 5.Check for regions to be excluded from analysis and include in the peakmask. For example:
        - Regions shadowed by shroud, beamstop, or other equipment as in the above picture
        - Regions containing jet streaks
        - Powder rings from substrates or ice
    Exclusion regions can change whenever the detector is moved, injector changed, or shift to shift.  Look for suspicious regions (shadows, jet positions) in the powder pattern for each run (View-->powder).
    Forgetting to exclude these regions from analysis (a) leads to false peaks, and (b) will pollute your indexing results with false reflection measurements when CrystFEL tries to integrate reflections predicted to be in these regions.
    peakmask is a bad name; that’s historical (as described in the detector section).


  1. 6.Photon conversion is very useful for SPI data. 
    You need to know the number of ADU for a single photon of given energy and set
        # Photon counting conversion
        photonCount=1
        photconv_ev=8600
        photconv_adu=27
    Full detector histograms from sparse photon signals are very useful for determining these values.


See the Detector Corrections page for more details.