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/cddrive.h

    r1869 r2036  
    536536         3                      the reflected continuum, same units 
    537537         
    538          4                      diffuse continuous emission outward direction 
    539          5                      diffuse continuous emission, reflected 
     538         4                      diffuse emission outward direction 
     539         5                      diffuse emission, reflected 
    540540         
    541541         6                      collisional+recombination lines, outward 
     
    547547          
    548548        \param nEnergy the number of cells + 1 
     549        \param ipLoEnergy 
     550        \param ipHiEnergy 
    549551        \param ReturnedSpectrum[] the returned spectrum, same size is two energy spectra (see option), returns nEnergy -1 pts 
    550552 */  
     
    552554        int Option , 
    553555    long int nEnergy , 
     556        long int ipLoEnergy, 
     557        long int ipHiEnergy, 
    554558    realnum ReturnedSpectrum[] ); 
    555559