Versions Compared

Key

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

Content

Table of Contents

Phi-beta fit function

pyimgalgos/src/FiberAngles.py

y = funcy_l1_v1(x, phi_deg, bet_deg, DoR=392/913.27, sgnrt=-1.)

Two solutions of quadratic equation

  • POS: y = -B + sqrt(B*B-C)
  • NEG: y = -B - sqrt(B*B-C)

Legend:

  • dot curves for negative beta
  • black bold curve for beta=0
  • solid curves for positive beta

Arc region

wide range of x:

Image RemovedImage Removed

narrow range of x:

 

Image RemovedImage Removed

Equatorial region

Problem with two roots is resolved for EQU region; sign of the root is selected the same as sign of parameter B;

Image Removed

  • For |beta|>~48 solution does not exist for entire range of x

Fit results

Distance between 2 peaks in Arc region

Image Removed 

Radius of the median point of 2 peaks in Arc region

Image Removed 

Fit results for for phi and beta in ARC region

Negative solution y = -B - sqrt(B*B-C)

y = funcy_l1(x, phi_deg, bet_deg, DoR=392390/913.27, sgnrt=-1.)

Image Removed

Image RemovedImage Removed

Image RemovedImage Removed

 

Positive solution y = -B + sqrt(B*B-C)

y = funcy_l1(x, phi_deg, bet_deg, DoR=392390/913.27, sgnrt=+1.)

 

Image Removed

 

Image RemovedImage Removed

Image RemovedImage Removed

...

beta distribution is shown for 0.1<beta_error<100

 

 

 

 

Fit results for peak list from Meng

Equatorial region

Image RemovedImage RemovedImage RemovedImage Removed

Image Removed

 

Arc region (positive root)

Image RemovedImage RemovedImage RemovedImage RemovedImage RemovedImage RemovedImage Removed 

Arc region (negative root)

...

Image RemovedImage RemovedImage RemovedImage RemovedImage Removed

 

 

 

 

 

 

...