Home
last modified time | relevance | path

Searched refs:pw8map (Results 1 – 2 of 2) sorted by relevance

/dports/science/healpix/Healpix_3.50/src/f90/anafast/
H A Dana_sub_inc.f9085 real(kind=KMAP), dimension(:,:), target, ALLOCATABLE :: pw8map variable
625 allocate(pw8map (0:npixtot-1, 1:1), stat=status)
637 call unfold_weightsfile(infile_w8, pw8map(:,1))
641 pmask(1:npixtot,i:i) = pmask(1:npixtot,i:i) * pw8map(0:npixtot-1,1:1)
645 pmask => pw8map(:,1:1)
701 if (allocated(pw8map)) deallocate(pw8map)
/dports/science/healpix/Healpix_3.50/src/f90/smoothing/
H A Dsmo_sub_inc.f9081 real(kind=KMAP), dimension(:,:), target, ALLOCATABLE :: pw8map variable
481 allocate(pw8map (0:npixtot-1, 1:1), stat=status)
493 call unfold_weightsfile(infile_w8, pw8map(:,1))
495 pmask => pw8map(:,1:1)