Re-calculation of the K-factor for phase 1 --- XRT Stray Light Study.

(23-Sep-2015: Initial version.)

There was another increase of the visible stray light on 14-June-2015 around 12UT, indicating the 2nd rupture at another sector of the XRT pre-filter. This requires another type of correction to be applied for the data after 14-June-2015, i.e., the stray light status entered a new phase. We will use the following terms to distinguish these different status.

This page provides the final values of the correction factor, k, calculated from all the available data in the phase 1.
Previous version .

5.2 Fitting the variation of the factor, k.

Applying the polynomial fit (8th order) to the data points from 9-May-2012 through 14-Jun-2015(before the 2nd rupture occurred). This fit gives the red line of the above plot.
k0=pl8coef(0)            $   pl8coef(0)=   2.5407783
      +tt^1*pl8coef(1)   $   pl8coef(1)=  -0.050755524
      +tt^2*pl8coef(2)   $   pl8coef(2)=   0.00047431645
      +tt^3*pl8coef(3)   $   pl8coef(3)=  -2.1150909e-06
      +tt^4*pl8coef(4)   $   pl8coef(4)=   5.2729766e-09
      +tt^5*pl8coef(5)   $   pl8coef(5)=  -7.7550661e-12
      +tt^6*pl8coef(6)   $   pl8coef(6)=   6.6840085e-15
      +tt^7*pl8coef(7)   $   pl8coef(7)=  -3.1217268e-18
      +tt^8*pl8coef(8)   $   pl8coef(8)=   6.0986076e-22
Like the previous version, the offset value of -0.05 (shifting downward) was applyied as the final value of the correction factor (blue line), in order to avoid negative values due to over-correction.
k = k0 - 0.05
These k values are not precise but give convenient way of removing the stray light component from the contaminated X-ray images. They are good enough for correcting the browse images, i.e., PNG version of the SCIA images. For quantitative analysis, however, users need to interporate the raw data points to get the proper value corresponding to the time of observation.

Comparison of New & Old fitting curves.
The PNG version of the SCIA images after 1-Jan-2014 (till 14-Jun-2015) were re-processed using the new correction factor.

5.3 Software

The following two IDL routines were updated so that using the whole phase 1 data:

1) GET_SLCORFACT.PRO : Calculate the correction factor(k) at an arbitrary time (returns blue line points).
IDL> print,get_slcorfact('9-may-2012 18:00')
      0.49000561
IDL> print,get_slcorfact('15-may-2014 18:00')
      0.97750095
IDL> print,get_slcorfact('1-may-2012 00:00')
*** the input time before [9-may-2012] set to 0.
2012/05/01 00:00:00.000
      0.00000
IDL> print,get_slcorfact('1-mar-2015 00:00')
       1.0142173
IDL> print,get_slcorfact('1-jul-2015 00:00')
*** the input time after [14-jun-2014, 12UT] set to 1.
2015/07/01 00:00:00.000
      1.00000
2) RD_SLCORFACT_RAW.PRO : Provide raw data points (returns '+' sign points).
IDL> rd_slcorfact_raw,index,factor                 
% Compiled module: RESTGEN.
INDEX           STRUCT    = -> MS_181626989002 Array[2189]
FACTOR          FLOAT     = Array[2189]
IDL> utplot, index.date_obs,factor,psym=1  ; to give the above plot

Here is a list of the k-factor raw values.