main Program

Variables

Type Attributes Name Initial
type(Analyst_) :: analyst
type(Math_) :: math
real(kind=real64), allocatable :: x(:)
real(kind=real64), allocatable :: y1(:)
real(kind=real64), allocatable :: y2(:)
real(kind=real64), allocatable :: y3(:)
type(Random_) :: random
type(SpectreAnalysis_) :: speana
real(kind=real64), allocatable :: all_data(:,:)
real(kind=real64), allocatable :: all_segments(:,:,:)
real(kind=real64), allocatable :: all_spectrum(:,:,:)
real(kind=real64), allocatable :: all_phase(:,:,:)
type(Plot_), allocatable :: plots(:,:)
type(PDF_), allocatable :: pdf_wave(:)
type(PDF_), allocatable :: pdf_spec(:)
type(PDF_), allocatable :: pdf_pha(:)
integer(kind=int32), parameter :: num_logger = 20
type(List_) :: direction
integer(kind=int32) :: logger_id
integer(kind=int32) :: direction_id
integer(kind=int32), allocatable :: idx(:)
type(IO_) :: f
character(len=:), allocatable :: filename