Subroutines
  • InitCls(this, State)
  • NormalizeClsAtL(this, CP, lnorm)
    • TCLData  :: this
    • CAMBParams intent(in) :: CP
    • integer intent(IN) :: lnorm
  • output_cl_files(this, State, ScalFile, TensFile, TotFile, LensFile, LensTotFile, factor)
    • TCLData  :: this
    • CAMBdata target  :: State
    • character(LEN=*)  :: ScalFile
    • character(LEN=*)  :: TensFile
    • character(LEN=*)  :: TotFile
    • character(LEN=*)  :: LensFile
    • character(LEN=*)  :: LensTotFile
    • real(dl) intent(in), optional :: factor
  • output_lens_pot_files(this, CP, factor, LensPotFile)
    Write out L TT EE BB TE PP PT PE where P is the lensing potential, all unlensed This input supported by LensPix from 2010
    • TCLdata   :: this
    • CAMBParams intent(in) :: CP
    • real(dl) intent(in), optional :: factor
    • character(LEN=*) intent(in) :: LensPotFile
  • output_veccl_files(this, CP, VecFile, factor)
    • TCLData  :: this
    • CAMBParams intent(in) :: CP
    • character(LEN=*) intent(in) :: VecFile
    • real(dl) intent(in), optional :: factor
Properties