The XRT temperature response functions were recalculated, in response to the release of new Chianti atomic database version 10.0 in Nov-2020. The new atomic database (Chianti 10.0) turned out to make only negligible change on the XRT response functions calclated with the previous versions of Chianti(ver. 9.0.1).
quick review on the XRT temperature response basics.
[NOTE] The more generalized function, XRT_FLUX_CH.PRO was developed to calculate the flux with the most recent solar spectral data. This function uses the most recent solar spectrum by default, and can also use the older versions by specifying in the keyword. See the program header about how to use (e.g., $SSW/hinode/xrt/idl/response/xrt_flux_ch.pro).
[ Example of calculating XRT response functions ]
For details, see the description of
http://solar.physics.montana.edu/HINODE/XRT/xrt_ssw/xrt_flux1000.pro.
IDL> tim='1-may-2017 00:00' ; change as needed. IDL> f1=0 & f2=2 ; for Open/Ti-poly IDL> logte = 5.+findgen(61)*0.05 ; prepare a temperature array IDL> flux = xrt_flux1000(logte, f1,f2, tim, /corona)
Below are the response functions of all the X-ray analysis filters available at XRT. It is known that the contamination accumulated on the CCD modifies the XRT response functions. As the amount of contamination varies with time, response functions are time-dependant. For the later convenience of analysis, the following response functions were calculated for the contamination level as of 12-Nov-2006.
(Click each plot to show details)
Al-poly/Open | thin-Be/Open | med-Be/Open | med-Al/Open |
Open/Al-mesh | Open/thick-Al | Open/thick-Be | Al-poly/Ti-poly |
Open/Ti-poly | C-poly/Open | ||
(click each plot to show detailed info)
Al-poly/Al-mesh | thin-Be/Al-mesh | thin-Be/Al-poly | med-Be/Al-poly |
med-Al/Al-poly | med-Be/thin-Be | med-Al/thin-Be | med-Al/med-Be |
thick-Be/med-Al | thick-Be/thick-Al | Ti-poly/Al-mesh | thick-Be/med-Be |
Ti-poly/Al-poly | |||
IDL> XRT_TEEM_CH1000, index1,data1,index2,data2,te,em, /corona IDL> XRT_TEEM_CH1000, index1,data1,index2,data2,te,em, /hybrid IDL> XRT_TEEM_CH1000, index1,data1,index2,data2,te,em, /photospheric IDL> XRT_TEEM_CH1000, index1,data1,index2,data2,te,em, solar_spectrum='./solar_spectrum/solspec_ch1000_hybrid_chianti.genx'
[NOTE] The more generalized function, XRT_TEEM_CH.PRO was developed to calculate the flux with the most recent solar spectral data. This function uses the most recent solar spectrum by default, and can also use the older versions by specifying in the keyword. See the program header for how to use (e.g., $SSW/hinode/xrt/idl/response/xrt_teem_ch.pro).