You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Content

Mask

Mask is regenerated for equatorial region as

Wedge  871.5  878  450  383  148  196 1 k False False
Wedge  871.5  878  450  383  -27   21 1 k False False

where parameters
t   = pars[0]              # figure type, ex. 'Wedge'
x   = float(pars[1])       # x coordinate of the wedge center
y   = float(pars[2])       # y coordinate of the wedge center
r   = float(pars[3])       # 1-st radius of the wedge 
w   = float(pars[4])       # radial width of the wedge 
t1  = float(pars[5])       # 1-st angle
t2  = float(pars[6])       # 2-nd angle
lw  = int(pars[7])         # line width
col = str(pars[8])         # color
s   = self.dicBool[pars[9].lower()]   # isSelected boolean parameter
rem = self.dicBool[pars[10].lower()]  # isRemoved - helper parameter

Radial background subtraction

For some reason polarization correction does not work well in this experiment.

Comparison of the 2-d interpolated radial background subtraction for

  • (rad:500,phi:1) bins:

  • (rad:500,phi:32) bins:

SIngle angular bin still works fine in our ROI defined by both masks.

 

 

 

 

 

References

  • No labels