| 
 
      show_wgt.sl - Examine the weights file created by mkwarf
     
      
        There are two outputs from mkwarf: the weighted ARF and a
	weights file. The weights file is used by mkrmf to create the
	weighted RMF file.  Using show_wgt.sl to examine the weights
	file shows how the different FEF regions contribute to the
	weighted response.  
       
        The script is run from within ChIPS ("ahelp chips"), as shown
        in the example.  To load the script:
       
chips> () = evalfile("show_wgt.sl")
        This step is only necessary once per ChIPS session.
       
        show_wgt.sl creates a window with two plots.  The top plot
	shows the number of counts falling within each FEF "tile"
	(i.e. REGNUM), and the bottom plot repeats the information in
	terms of the fraction counts.  
               
        This script is used in the Weighting ARFs and RMFs: multiple sources thread.
       
chips> show_wgt("sources.wgt")
	  
	    The script is run on a weights file that was created by
	    mkwarf. 
	   
calibration
ardlib
tools
acis_bkgrnd_lookup,
acis_fef_lookup,
acis_set_ardlib,
acisspec,
add_grating_orders,
add_grating_spectra,
asphist,
dither_region,
dmarfadd,
dmfilth,
dmregrid,
fullgarf,
mkacisrmf,
mkarf,
mkexpmap,
mkgarf,
mkgrmf,
mkinstmap,
mkpsf,
mkrmf,
mkwarf,
psextract,
psf_project_ray,
rmfimg,
specextract
 |