Show
Ignore:
Timestamp:
05/10/08 11:14:00 (8 months ago)
Author:
rporter
Message:

Add option to limit energy range in XSPEC option. Add line emission to diffuse atable option. In two comments, punch_line.c -> punch_line.cpp. Modify ism_grid to include the new range option on XSPEC output.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/init_coreload.cpp

    r1935 r2036  
    306306        grid.lgGridDone = false; 
    307307        grid.lgStrictRepeat = false; 
     308        /* these are energy range... if not changed with command, 0. says just use energy limits of mesh */ 
     309        grid.LoEnergy_keV = 0.; 
     310        grid.HiEnergy_keV = 0.; 
     311 
    308312 
    309313        PunchFilesInit();