2.3.3 Temperature Fit (by Comparison)


next up previous contents
Next: 2.3.4 Extraction from the Up: 2.3 Calibrating and Fitting Previous: 2.3.2 Fitting the BSC

2.3.3 Temperature Fit (by Comparison)

   

Compare a measured spectrum (selected using an ss vector from several contained in bsc_index and bsc_data) to spectra calculated using BCS_SPEC (for channel chan, at a temperature of Te6 MK) using the routine BCS_SPEC_PLOT. An example of the sequence of calls required to do this is given below:
IDL> bcs_spec_plot,bsc_index,bsc_data,ss=ss
 
IDL> spec=bcs_spec(chan,Te6,wave=wave [,etc])

IDL> bcs_spec_plot,wave,spec,/over


ydac@mssly1.mssl.ucl.ac.uk