Versions Compared

Key

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

Content

Table of Contents

Analysis of cxif5315

Comments and references to code

2015-05-04 from Kartik Ayyer:

...

 

Note
fraser1.m - matlab code for doing the reciprocal space mapping.

 

2015-04-30 Meng's link for the CFEL confluence  that has the data analysis summary

 

 

Fraser transformation in python

...

Example of diffraction and transformed images: 

 

Angles phi and beta using Kartik's code

Using Kartik's formulas for angles phi and beta kartik-2-peak-ev-angles.py.txt one can get distributions:

...

  • angle phi is evaluated using two peak positions and sample-to-detector distance
  • angle beta is evaluated using one !!! peak position and angle phi.
  • peak and event selection need to be improved
  • it could be nice to have explanation to this formalism...

Angles phi and beta from fit

Solving equation for tan(theta) we may get functional dependence between x and y peak position for angles phi and theta,

...

(warning) this function presents a solution of quadratic equation which has two roots. The root is selected depending on sign of theta angle...(question)

This function is parameterized catheterized in python script fiber_angles.py and can be plotted for different angles:

...

Solutions: y1=-B+sqtr(B^2-C)   and y2=-B-sqtr(B^2-C):

   

 

Similar function is used in data processing to fit peak (x,y) positions in equatorial region and use two angles as a fit parameters.

...