Eval15 lambda

A simulation (simulate>0) will need values of the wavelength. There are various constants to control the wavelength spectrum.

The spectrum

The spectrum consists of one or more wavelength records. Each wavelength record contains

Mean and mid

eval15 uses the value of weighted mean (λmean) and unweighted mean (λmid) for various purposes. If you set the spectrum with the target, λmean and λmid are calculated using α1 and α2. You can set the values of λmean and λmid with lambdameanmid or calculate them with lambdacalcmean.

How to define the spectrum

  1. lambdainit
    Clears the wavelength spectrum
  2. detectortype
    Every detectortype has a default target.
  3. target
    Sets alpha1 and alpha2 according to the target material using:
  4. lambdaadd
    Add a new wavelength with corresponding sigma and weight to the spectrum.
  5. lambdaaddfull
    Add a new wavelength with corresponding sigma, weight, minimum, maximum and type to the spectrum.
  6. Using boxfiles: the wavelength will be set to the value found in the boxfile. But if you have used one the the following commands, the wavelength information from the boxfile will be ignored: lambdaadd, lambdacalcmean, lambdavalue.

How to change the spectrum

  1. lambdaadd
    Adds a new wavelength record.
  2. lambdaaddfull
    Adds a new wavelength record.
  3. lambdavalueX
    Allows you to change the lambda field in a wavelength record
  4. lambdasigmaX
    Allows you to change the sigma field in a wavelength record
  5. lambdaweightX
    Allows you to change the weight field in a wavelength record
  6. lambdalowX
    Allows you to change the lower limit in a wavelength record
  7. lambdahighX
    Allows you to change the upper limit in a wavelength record
  8. lambdatypeX
    Allows you to change the type field in a wavelength record
  9. lambdavalueall
    Set the lambda fields for all wavelength records
  10. lambdasigmaall
    Sets the sigma fields in all wavelength records
  11. lambdatypeall
    Sets the type fields in all wavelength records
  12. lambdaweightall
    Sets the weight fields in all wavelength records
  13. lambdalowall
    Sets the lower limits in all wavelength record
  14. lambdahighall
    Sets the upper limits in all wavelength record
  15. lambdameanmid
    Sets the weighted and unweighted average wavelengths.
  16. lambdacalcmean
    Calculate the weighted and unweighted average wavelengths.
  17. onescan lambdaX
    calculate fom for varying wavelength
  18. onescan lamsigX
    calculate fom for varying wavelength sigma
  19. onescan lamwghtX
    calculate fom for varying wavelength weight

How to examine the spectrum

  1. Use the distribution plot command.
  2. lambdaprint
  3. show lambda

Eval15
Eval15 commands