Changeset 3347 in Sophya for trunk/Cosmo/SimLSS/cmvdefsurv.cc
- Timestamp:
- Oct 11, 2007, 4:34:42 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Cosmo/SimLSS/cmvdefsurv.cc
r3344 r3347 367 367 368 368 PlanckSpectra planck(T_CMB_Par); 369 planck.Set Approx(1); // Rayleigh spectra370 planck.Set Var(0); // frequency371 planck.Set UnitOut(0); // output en W/....372 planck.Set TypSpectra(0); // radiance W/m^2/Sr/Hz369 planck.SetSpectraApprox(PlanckSpectra::RAYLEIGH); // Rayleigh spectra 370 planck.SetSpectraVar(PlanckSpectra::NU); // frequency 371 planck.SetSpectraPower(PlanckSpectra::POWER); // output en W/.... 372 planck.SetSpectraUnit(PlanckSpectra::ANGSFLUX); // radiance W/m^2/Sr/Hz 373 373 374 374 // Signal
Note:
See TracChangeset
for help on using the changeset viewer.