Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • averaged over all 14636 events calibrated (pedestal, common mode) data 
    Image Modified
  • polarization correction factor 
    Image Modified
  • polarization corrected data
    Image Modified
  • radial-background subtracted data using single angular bin
    Image ModifiedImage Modified
    This image indicates on in-correct geometry; background center consistent with beam intersection does not coincide with detector origin (0,0). 
  • radial-background subtracted data using 8 angular bins
    Image ModifiedImage Modified
  • dynamically apply some geometry correction

    Code Block
        geo = GeometryAccess(fname_geo)
        geo.move_geo('CSPAD:V1', 0, 1600, 0, 0)
        geo.move_geo('QUAD:V1', 2, -100, 0, 0)

    and plot again radial-background subtracted data using single angular bin
    Image Modified
    "dish"-like shape disappears.

  • Interpolation (linear) between centers of the background bins

    Code Block
        bkgd  = rb.bkgd_nda_interpol(nda, method='linear') # method='nearest' 'cubic'
        cdata = rb.subtract_interpol(nda, method='linear')

    interpolation for entire detector and for part of the image

  • Image ModifiedImage ModifiedImage ModifiedImage Modified

    Image is not as impressive as for polarization-corrected sample, but the residual intensity spread shrinked down to RMS~3 ADU.

...

  • zoomed-in regions of four quads
     Image ModifiedImage ModifiedImage ModifiedImage Modified
    • Shows some "doping" as well as "gray scale gradient" artifacts.
    • A few smooth curves earlier interpreted as "scratches" apparently become a nice drawing probably on the detector shield. This drawing can be used for alignment.

...